Uses of Class
com.broadleafcommerce.inventory.dataexport.converter.SkuInventoryRowConverter
Packages that use SkuInventoryRowConverter
Package
Description
-
Uses of SkuInventoryRowConverter in com.broadleafcommerce.inventory.dataexport
Methods in com.broadleafcommerce.inventory.dataexport that return SkuInventoryRowConverterModifier and TypeMethodDescriptionprotected SkuInventoryRowConverter
SkuInventoryExportProcessor.getRowConverter()
Constructors in com.broadleafcommerce.inventory.dataexport with parameters of type SkuInventoryRowConverterModifierConstructorDescriptionSkuInventoryExportProcessor
(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 SkuInventoryRowConverterModifier and TypeMethodDescriptionSkuInventoryExportAutoConfiguration.Converters.skuInventoryRowConverter
(com.fasterxml.jackson.databind.ObjectMapper mapper, SkuInventoryExportSpecification skuInventoryExportSpecification) Methods in com.broadleafcommerce.inventory.dataexport.autoconfigure with parameters of type SkuInventoryRowConverterModifier 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)