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 Summary
ConstructorsConstructorDescriptionProductRelatedBatchItemHandler
(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
-
ProductRelatedBatchItemHandler
public ProductRelatedBatchItemHandler(com.broadleafcommerce.common.extension.TypeFactory typeFactory)
-