Uses of Class
com.broadleafcommerce.inventory.dataexport.converter.SkuInventoryRowConverter
Package
Description
-
Uses of SkuInventoryRowConverter in com.broadleafcommerce.inventory.dataexport
Modifier and TypeMethodDescriptionprotected SkuInventoryRowConverter
SkuInventoryExportProcessor.getRowConverter()
ModifierConstructorDescriptionSkuInventoryExportProcessor
(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
Modifier and TypeMethodDescriptionSkuInventoryExportAutoConfiguration.Converters.skuInventoryRowConverter
(com.fasterxml.jackson.databind.ObjectMapper mapper, SkuInventoryExportSpecification 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)