Uses of Class
com.broadleafcommerce.inventory.dataexport.converter.SkuInventoryRowConverter
-
Packages that use SkuInventoryRowConverter Package Description com.broadleafcommerce.inventory.dataexport com.broadleafcommerce.inventory.dataexport.autoconfigure -
-
Uses of SkuInventoryRowConverter in com.broadleafcommerce.inventory.dataexport
Methods in com.broadleafcommerce.inventory.dataexport that return SkuInventoryRowConverter Modifier and Type Method Description protected SkuInventoryRowConverter
SkuInventoryExportProcessor. getRowConverter()
Constructors in com.broadleafcommerce.inventory.dataexport with parameters of type SkuInventoryRowConverter Constructor Description 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 rowConverter, com.broadleafcommerce.common.dataexport.service.specification.ExportSpecification exportSpecification, com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.broadleafcommerce.data.tracking.core.web.ContextRequestConverter contextRequestConverter)
-
Uses of SkuInventoryRowConverter in com.broadleafcommerce.inventory.dataexport.autoconfigure
Methods in com.broadleafcommerce.inventory.dataexport.autoconfigure that return SkuInventoryRowConverter Modifier and Type Method Description SkuInventoryRowConverter
SkuInventoryExportAutoConfiguration.Converters. skuInventoryRowConverter(com.fasterxml.jackson.databind.ObjectMapper mapper, SkuInventoryExportSpecification skuInventoryExportSpecification)
Methods in com.broadleafcommerce.inventory.dataexport.autoconfigure with parameters of type SkuInventoryRowConverter Modifier and Type Method Description SkuInventoryExportProcessor
SkuInventoryExportAutoConfiguration. 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)
-