Uses of Class
com.broadleafcommerce.dataexchange.service.product.VariantBatchItemHandler
Packages that use VariantBatchItemHandler
Package
Description
-
Uses of VariantBatchItemHandler in com.broadleafcommerce.dataexchange.service.autoconfigure
Methods in com.broadleafcommerce.dataexchange.service.autoconfigure that return VariantBatchItemHandlerModifier and TypeMethodDescriptionDataExchangeServiceAutoConfiguration.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) Methods in com.broadleafcommerce.dataexchange.service.autoconfigure with parameters of type VariantBatchItemHandlerModifier 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) -
Uses of VariantBatchItemHandler in com.broadleafcommerce.dataexchange.service.product
Methods in com.broadleafcommerce.dataexchange.service.product that return VariantBatchItemHandlerModifier and TypeMethodDescriptionprotected VariantBatchItemHandler<Variant>
ProductBatchItemHandler.getVariantBatchItemHandler()
Constructors in com.broadleafcommerce.dataexchange.service.product with parameters of type VariantBatchItemHandlerModifierConstructorDescriptionProductBatchItemHandler
(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)