Class VariantRelatedBatchItemHandler<T1 extends ComprehensiveProduct,T2 extends ExchangeObject>

java.lang.Object
com.broadleafcommerce.dataexchange.service.AbstractBatchItemHandler<T1,T2>
com.broadleafcommerce.dataexchange.service.product.VariantRelatedBatchItemHandler<T1,T2>
All Implemented Interfaces:
BatchItemHandler<T1,T2>

public abstract class VariantRelatedBatchItemHandler<T1 extends ComprehensiveProduct,T2 extends ExchangeObject> extends AbstractBatchItemHandler<T1,T2>
Marker class to indicate that a handler is responsible for processing children of a variant. This should be used in cases where children cannot be handled until the parent variant has been processed. For example, a variant must be created before its tags can be created. See VariantBatchItemHandler
  • Constructor Details

    • VariantRelatedBatchItemHandler

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