Class ProductRelatedBatchItemHandler<T1 extends ComprehensiveProduct,T2 extends ExchangeObject>

java.lang.Object
com.broadleafcommerce.dataexchange.service.AbstractBatchItemHandler<T1,T2>
com.broadleafcommerce.dataexchange.service.product.ProductRelatedBatchItemHandler<T1,T2>
All Implemented Interfaces:
BatchItemHandler<T1,T2>
Direct Known Subclasses:
InventoryBatchItemHandler, PriceDataBatchItemHandler, ProductAssetBatchItemHandler, VariantBatchItemHandler

public abstract class ProductRelatedBatchItemHandler<T1 extends ComprehensiveProduct,T2 extends ExchangeObject> extends AbstractBatchItemHandler<T1,T2>
Marker class to indicate that a handler is responsible for processing product related children. This should be used in cases where children cannot be handled until the parent product has been processed. For example, a product must be created and have an ID before its variants, assets, etc. can be handled. See ProductBatchItemHandler
  • Constructor Details

    • ProductRelatedBatchItemHandler

      public ProductRelatedBatchItemHandler(com.broadleafcommerce.common.extension.TypeFactory typeFactory)