Uses of Interface
com.broadleafcommerce.dataexchange.service.BatchItemHandler
Packages that use BatchItemHandler
Package
Description
- 
Uses of BatchItemHandler in com.broadleafcommerce.dataexchange.service
Classes in com.broadleafcommerce.dataexchange.service that implement BatchItemHandlerModifier and TypeClassDescriptionclassAbstractBatchItemHandler<T1 extends ExchangeObject,T2 extends ExchangeObject>  - 
Uses of BatchItemHandler in com.broadleafcommerce.dataexchange.service.product
Classes in com.broadleafcommerce.dataexchange.service.product that implement BatchItemHandlerModifier and TypeClassDescriptionclassInventoryBatchItemHandler<T2 extends SkuInventory>classPriceDataBatchItemHandler<T extends Prices>Handles the processing of price data for a product.classProductAssetBatchItemHandler<T extends ProductAsset>classProductBatchItemHandler<T extends ComprehensiveProduct>classProductRelatedBatchItemHandler<T1 extends ComprehensiveProduct,T2 extends ExchangeObject> Marker class to indicate that a handler is responsible for processing product related children.classProductTagBatchItemHandler<T extends ProductTag>classVariantBatchItemHandler<T extends Variant>classVariantRelatedBatchItemHandler<T1 extends ComprehensiveProduct,T2 extends ExchangeObject> Marker class to indicate that a handler is responsible for processing children of a variant.