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 Summary
ConstructorsConstructorDescriptionVariantRelatedBatchItemHandler
(com.broadleafcommerce.common.extension.TypeFactory typeFactory) -
Method Summary
Methods inherited from class com.broadleafcommerce.dataexchange.service.AbstractBatchItemHandler
applyHandle, applyPostOperations, buildTranslationMap, createFutureInternal, execute, execute, execute, execute, getSavedTopLevel, getTypeFactory, isNewlyCreated
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.broadleafcommerce.dataexchange.service.BatchItemHandler
canHandle, completedFuture, createCompletableFuture, createCompletableFuture, createSupplementalFutures, handle, handleCreate, handleDelete, handleUpdate, populateCorrelationId, postHandle, preHandle, retryableRunnable, retryableSupplier, shouldAbort
-
Constructor Details
-
VariantRelatedBatchItemHandler
public VariantRelatedBatchItemHandler(com.broadleafcommerce.common.extension.TypeFactory typeFactory)
-