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 TypeClassDescriptionclass
AbstractBatchItemHandler<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 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
ProductBatchItemHandler<T extends ComprehensiveProduct>
class
ProductRelatedBatchItemHandler<T1 extends ComprehensiveProduct,
T2 extends ExchangeObject> Marker class to indicate that a handler is responsible for processing product related children.class
ProductTagBatchItemHandler<T extends ProductTag>
class
VariantBatchItemHandler<T extends Variant>
class
VariantRelatedBatchItemHandler<T1 extends ComprehensiveProduct,
T2 extends ExchangeObject> Marker class to indicate that a handler is responsible for processing children of a variant.