Uses of Class
com.broadleafcommerce.dataexchange.service.AbstractBatchItemHandler
Packages that use AbstractBatchItemHandler
-
Uses of AbstractBatchItemHandler 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
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.