Uses of Class
com.broadleafcommerce.dataexchange.service.catalog.product.ProductBatchItemHandlerHelper
Packages that use ProductBatchItemHandlerHelper
Package
Description
-
Uses of ProductBatchItemHandlerHelper in com.broadleafcommerce.dataexchange.service.catalog
Methods in com.broadleafcommerce.dataexchange.service.catalog that return ProductBatchItemHandlerHelperModifier and TypeMethodDescriptionDataExchangeCatalogServiceAutoConfiguration.productBatchItemHandlerHelper()Methods in com.broadleafcommerce.dataexchange.service.catalog with parameters of type ProductBatchItemHandlerHelperModifier and TypeMethodDescriptionDataExchangeCatalogServiceAutoConfiguration.optionTemplatePreloader(CatalogProvider<ComprehensiveProduct, Variant> catalogProvider, ProductBatchItemHandlerHelper<ComprehensiveProduct> helper, com.broadleafcommerce.common.extension.TypeFactory typeFactory) DataExchangeCatalogServiceAutoConfiguration.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) DataExchangeCatalogServiceAutoConfiguration.productTagBatchItemHandler(AdvancedTagProvider<AdvancedTag, ProductTag> tagProvider, ProductBatchItemHandlerHelper<ComprehensiveProduct> helper, com.broadleafcommerce.common.extension.TypeFactory typeFactory) DataExchangeCatalogServiceAutoConfiguration.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.catalog.product
Methods in com.broadleafcommerce.dataexchange.service.catalog.product that return ProductBatchItemHandlerHelperModifier and TypeMethodDescriptionDefaultOptionTemplatePreloader.getHelper()protected ProductBatchItemHandlerHelper<T>ProductBatchItemHandler.getHelper()ProductTagBatchItemHandler.getHelper()VariantBatchItemHandler.getHelper()Constructors in com.broadleafcommerce.dataexchange.service.catalog.product with parameters of type ProductBatchItemHandlerHelperModifierConstructorDescriptionDefaultOptionTemplatePreloader(CatalogProvider<ComprehensiveProduct, Variant> catalogProvider, ProductBatchItemHandlerHelper<ComprehensiveProduct> helper, com.broadleafcommerce.common.extension.TypeFactory typeFactory) ProductBatchItemHandler(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) 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)