Uses of Class
com.broadleafcommerce.dataexchange.service.catalog.product.VariantBatchItemHandler
Packages that use VariantBatchItemHandler
Package
Description
-
Uses of VariantBatchItemHandler in com.broadleafcommerce.dataexchange.service.catalog
Methods in com.broadleafcommerce.dataexchange.service.catalog that return VariantBatchItemHandlerModifier and TypeMethodDescriptionDataExchangeCatalogServiceAutoConfiguration.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.catalog with parameters of type VariantBatchItemHandlerModifier and TypeMethodDescriptionDataExchangeCatalogServiceAutoConfiguration.productBatchItemHandler
(CatalogProvider<ComprehensiveProduct, Variant> catalogProvider, ProductAssetProvider<ProductAsset> assetProvider, 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.catalog.product
Methods in com.broadleafcommerce.dataexchange.service.catalog.product that return VariantBatchItemHandlerModifier and TypeMethodDescriptionprotected VariantBatchItemHandler<Variant>
ProductBatchItemHandler.getVariantBatchItemHandler()
Constructors in com.broadleafcommerce.dataexchange.service.catalog.product with parameters of type VariantBatchItemHandlerModifierConstructorDescriptionProductBatchItemHandler
(CatalogProvider<T, Variant> catalogProvider, ProductAssetProvider<ProductAsset> assetProvider, ProductBatchItemHandlerHelper<T> helper, VariantBatchItemHandler<Variant> variantBatchItemHandler, AdvancedTagProvider<AdvancedTag, ProductTag> tagProvider, ProductTagBatchItemHandler<ProductTag> tagBatchItemHandler, List<ProductRelatedBatchItemHandler<T, ?>> childItemHandlers, com.broadleafcommerce.common.extension.TypeFactory typeFactory)