Uses of Class
com.broadleafcommerce.dataexchange.service.product.ProductRelatedBatchItemHandler
Packages that use ProductRelatedBatchItemHandler
Package
Description
-
Uses of ProductRelatedBatchItemHandler in com.broadleafcommerce.dataexchange.service.autoconfigure
Methods in com.broadleafcommerce.dataexchange.service.autoconfigure that return ProductRelatedBatchItemHandlerModifier and TypeMethodDescriptionDataExchangeServiceAutoConfiguration.productAssetBatchItemHandler
(ProductAssetProvider<ProductAsset> assetProvider, com.broadleafcommerce.common.extension.TypeFactory typeFactory) DataExchangeServiceAutoConfiguration.productPriceDataItemHandler
(PriceProvider<PriceData> priceProvider, com.broadleafcommerce.common.extension.TypeFactory typeFactory) DataExchangeServiceAutoConfiguration.skuInventoryItemHandler
(InventoryProvider<SkuInventory> inventoryProvider, com.broadleafcommerce.common.extension.TypeFactory typeFactory) Method parameters in com.broadleafcommerce.dataexchange.service.autoconfigure with type arguments of type ProductRelatedBatchItemHandlerModifier 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 ProductRelatedBatchItemHandler in com.broadleafcommerce.dataexchange.service.product
Modifier and TypeClassDescriptionclass
InventoryBatchItemHandler<T2 extends SkuInventory>
class
PriceDataBatchItemHandler<T extends Prices>
Handles the processing of price data for a product.class
ProductAssetBatchItemHandler<T extends ProductAsset>
class
VariantBatchItemHandler<T extends Variant>
Methods in com.broadleafcommerce.dataexchange.service.product that return types with arguments of type ProductRelatedBatchItemHandlerModifier and TypeMethodDescriptionprotected List<ProductRelatedBatchItemHandler<T,
?>> ProductBatchItemHandler.getChildItemHandlers()
Constructor parameters in com.broadleafcommerce.dataexchange.service.product with type arguments of type ProductRelatedBatchItemHandlerModifierConstructorDescriptionProductBatchItemHandler
(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)