Uses of Class
com.broadleafcommerce.dataexchange.service.product.ProductBatchItemHandler
Packages that use ProductBatchItemHandler
Package
Description
-
Uses of ProductBatchItemHandler in com.broadleafcommerce.dataexchange.service.autoconfigure
Methods in com.broadleafcommerce.dataexchange.service.autoconfigure that return ProductBatchItemHandlerModifier and TypeMethodDescriptionDataExchangeServiceAutoConfiguration.productBatchItemHandler
(CatalogProvider<ComprehensiveProduct, Variant> catalogProvider, ProductBatchItemHandlerHelper<ComprehensiveProduct> helper, VariantBatchItemHandler<Variant> variantBatchItemHandler, AdvancedTagProvider<AdvancedTag, ProductTag> tagProvider, ProductTagBatchItemHandler<ProductTag> tagBatchItemHandler, List<ProductRelatedBatchItemHandler<ComprehensiveProduct, ?>> childItemHandlers, com.broadleafcommerce.common.extension.TypeFactory typeFactory) Methods in com.broadleafcommerce.dataexchange.service.autoconfigure with parameters of type ProductBatchItemHandlerModifier and TypeMethodDescriptionDataExchangeServiceAutoConfiguration.comprehensiveProductExchangeService
(org.springframework.core.task.AsyncTaskExecutor taskExecutor, org.springframework.retry.support.RetryTemplate retryTemplate, com.broadleafcommerce.common.extension.TypeFactory typeFactory, CatalogProvider<ComprehensiveProduct, Variant> catalogProvider, DataExchangeProperties dataExchangeProperties, List<BatchExtensionProcessor> batchExtensionProcessors, ProductBatchItemHandler<ComprehensiveProduct> productBatchItemHandler) -
Uses of ProductBatchItemHandler in com.broadleafcommerce.dataexchange.service.catalog
Methods in com.broadleafcommerce.dataexchange.service.catalog that return ProductBatchItemHandlerModifier and TypeMethodDescriptionprotected ProductBatchItemHandler<T>
DefaultComprehensiveProductExchangeService.getProductBatchItemHandler()
Constructors in com.broadleafcommerce.dataexchange.service.catalog with parameters of type ProductBatchItemHandlerModifierConstructorDescriptionDefaultComprehensiveProductExchangeService
(CatalogProvider<T, Variant> catalogProvider, DataExchangeProperties properties, org.springframework.core.task.AsyncTaskExecutor executor, org.springframework.retry.support.RetryTemplate retryTemplate, com.broadleafcommerce.common.extension.TypeFactory typeFactory, ProductBatchItemHandler<T> productBatchItemHandler, List<BatchExtensionProcessor> batchExtensionProcessors)