Uses of Class
com.broadleafcommerce.dataexchange.service.product.VariantRelatedBatchItemHandler
Packages that use VariantRelatedBatchItemHandler
Package
Description
-
Uses of VariantRelatedBatchItemHandler in com.broadleafcommerce.dataexchange.service.autoconfigure
Method parameters in com.broadleafcommerce.dataexchange.service.autoconfigure with type arguments of type VariantRelatedBatchItemHandlerModifier 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) -
Uses of VariantRelatedBatchItemHandler in com.broadleafcommerce.dataexchange.service.product
Methods in com.broadleafcommerce.dataexchange.service.product that return types with arguments of type VariantRelatedBatchItemHandlerModifier and TypeMethodDescriptionprotected List<VariantRelatedBatchItemHandler<ComprehensiveProduct,
?>> VariantBatchItemHandler.getChildItemHandlers()
Constructor parameters in com.broadleafcommerce.dataexchange.service.product with type arguments of type VariantRelatedBatchItemHandlerModifierConstructorDescriptionVariantBatchItemHandler
(CatalogProvider<ComprehensiveProduct, T> catalogProvider, ProductTagBatchItemHandler<ProductTag> tagBatchItemHandler, AdvancedTagProvider<AdvancedTag, ProductTag> tagProvider, List<VariantRelatedBatchItemHandler<ComprehensiveProduct, ?>> childItemHandlers, ProductBatchItemHandlerHelper<ComprehensiveProduct> helper, com.broadleafcommerce.common.extension.TypeFactory typeFactory)