Uses of Class
com.broadleafcommerce.inventory.dataexport.specification.SkuInventoryExportSpecification
Package
Description
-
Uses of SkuInventoryExportSpecification in com.broadleafcommerce.inventory.dataexport.autoconfigure
Modifier and TypeMethodDescriptionSkuInventoryExportAutoConfiguration.Specifications.skuInventoryExportSpecification()
Modifier and TypeMethodDescriptionSkuInventoryExportAutoConfiguration.skuInventoryExportProcessor
(SkuInventoryService<SkuInventory> skuInventoryService, com.broadleafcommerce.common.extension.TypeFactory typeFactory, com.broadleafcommerce.data.tracking.core.filtering.fetch.FilterParser<cz.jirutka.rsql.parser.ast.Node> filterParser, SkuInventoryRowConverter skuInventoryRowConverter, SkuInventoryExportSpecification skuInventoryExportSpecification, com.fasterxml.jackson.databind.ObjectMapper mapper, com.broadleafcommerce.data.tracking.core.web.ContextRequestConverter contextRequestConverter) SkuInventoryExportAutoConfiguration.Converters.skuInventoryRowConverter
(com.fasterxml.jackson.databind.ObjectMapper mapper, SkuInventoryExportSpecification skuInventoryExportSpecification) -
Uses of SkuInventoryExportSpecification in com.broadleafcommerce.inventory.dataexport.converter
ModifierConstructorDescriptionSkuInventoryRowConverter
(SkuInventoryExportSpecification specification, com.fasterxml.jackson.databind.ObjectMapper mapper)