Uses of Class
com.broadleafcommerce.dataexchange.service.product.ProductBatchItemHandlerHelper
Packages that use ProductBatchItemHandlerHelper
Package
Description
-
Uses of ProductBatchItemHandlerHelper in com.broadleafcommerce.dataexchange.service.autoconfigure
Methods in com.broadleafcommerce.dataexchange.service.autoconfigure that return ProductBatchItemHandlerHelperModifier and TypeMethodDescriptionDataExchangeServiceAutoConfiguration.productBatchItemHandlerHelper()
Methods in com.broadleafcommerce.dataexchange.service.autoconfigure with parameters of type ProductBatchItemHandlerHelperModifier 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) DataExchangeServiceAutoConfiguration.productTagBatchItemHandler
(AdvancedTagProvider<AdvancedTag, ProductTag> tagProvider, ProductBatchItemHandlerHelper<ComprehensiveProduct> helper, com.broadleafcommerce.common.extension.TypeFactory typeFactory) DataExchangeServiceAutoConfiguration.productVariantBatchItemHandler
(CatalogProvider<ComprehensiveProduct, Variant> catalogProvider, ProductTagBatchItemHandler<ProductTag> productTagBatchItemHandler, AdvancedTagProvider<AdvancedTag, ProductTag> tagProvider, List<VariantRelatedBatchItemHandler<ComprehensiveProduct, ?>> childItemHandlers, ProductBatchItemHandlerHelper<ComprehensiveProduct> helper, com.broadleafcommerce.common.extension.TypeFactory typeFactory) -
Uses of ProductBatchItemHandlerHelper in com.broadleafcommerce.dataexchange.service.product
Methods in com.broadleafcommerce.dataexchange.service.product that return ProductBatchItemHandlerHelperModifier and TypeMethodDescriptionprotected ProductBatchItemHandlerHelper<T>
ProductBatchItemHandler.getHelper()
ProductTagBatchItemHandler.getHelper()
VariantBatchItemHandler.getHelper()
Constructors in com.broadleafcommerce.dataexchange.service.product with parameters of type ProductBatchItemHandlerHelperModifierConstructorDescriptionProductBatchItemHandler
(CatalogProvider<T, Variant> catalogProvider, ProductBatchItemHandlerHelper<T> helper, VariantBatchItemHandler<Variant> variantBatchItemHandler, AdvancedTagProvider<AdvancedTag, ProductTag> tagProvider, ProductTagBatchItemHandler<ProductTag> tagBatchItemHandler, List<ProductRelatedBatchItemHandler<T, ?>> childItemHandlers, com.broadleafcommerce.common.extension.TypeFactory typeFactory) ProductTagBatchItemHandler
(AdvancedTagProvider<AdvancedTag, T> tagProvider, ProductBatchItemHandlerHelper<ComprehensiveProduct> helper, com.broadleafcommerce.common.extension.TypeFactory typeFactory) VariantBatchItemHandler
(CatalogProvider<ComprehensiveProduct, T> catalogProvider, ProductTagBatchItemHandler<ProductTag> tagBatchItemHandler, AdvancedTagProvider<AdvancedTag, ProductTag> tagProvider, List<VariantRelatedBatchItemHandler<ComprehensiveProduct, ?>> childItemHandlers, ProductBatchItemHandlerHelper<ComprehensiveProduct> helper, com.broadleafcommerce.common.extension.TypeFactory typeFactory)