Uses of Enum Class
com.broadleafcommerce.dataexchange.service.BatchItemOperationType
Packages that use BatchItemOperationType
Package
Description
-
Uses of BatchItemOperationType in com.broadleafcommerce.dataexchange.service
Methods in com.broadleafcommerce.dataexchange.service that return BatchItemOperationTypeModifier and TypeMethodDescriptionHandlerArgs.getOperationType()
The type of operation that is being performed on the item.static BatchItemOperationType
Returns the enum constant of this class with the specified name.static BatchItemOperationType[]
BatchItemOperationType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.broadleafcommerce.dataexchange.service with parameters of type BatchItemOperationTypeModifier and TypeMethodDescriptionAbstractBatchItemHandler.execute
(T1 parent, ExchangeObject exchangeObject, BatchContext<T1> batchContext, org.springframework.core.task.AsyncTaskExecutor executor, org.springframework.retry.support.RetryTemplate retryTemplate, BatchItemOperationType operationType) AbstractBatchItemHandler.execute
(T1 parent, ExchangeObject exchangeObject, BatchContext<T1> batchContext, org.springframework.core.task.AsyncTaskExecutor executor, org.springframework.retry.support.RetryTemplate retryTemplate, BatchItemOperationType operationType, Map<String, Object> additionalArgs) BatchItemHandler.execute
(T1 parent, ExchangeObject exchangeObject, BatchContext<T1> batchContext, org.springframework.core.task.AsyncTaskExecutor executor, org.springframework.retry.support.RetryTemplate retryTemplate, BatchItemOperationType operationType) The entry point for the handler.BatchItemHandler.execute
(T1 parent, ExchangeObject exchangeObject, BatchContext<T1> batchContext, org.springframework.core.task.AsyncTaskExecutor executor, org.springframework.retry.support.RetryTemplate retryTemplate, BatchItemOperationType operationType, Map<String, Object> additionalArgs) The entry point for the handler.void
HandlerArgs.setOperationType
(BatchItemOperationType operationType) The type of operation that is being performed on the item.Constructors in com.broadleafcommerce.dataexchange.service with parameters of type BatchItemOperationTypeModifierConstructorDescriptionHandlerArgs
(T1 topLevelEntity, T2 beforeSaveItem, T2 savedItem, BatchContext<T1> batchContext, BatchItemOperationType operationType, org.springframework.core.task.AsyncTaskExecutor executor, org.springframework.retry.support.RetryTemplate retryTemplate) -
Uses of BatchItemOperationType in com.broadleafcommerce.dataexchange.service.product
Methods in com.broadleafcommerce.dataexchange.service.product that return BatchItemOperationTypeModifier and TypeMethodDescriptionprotected BatchItemOperationType
ProductBatchItemHandler.findVariantOperationType
(HandlerArgs<T, T> args, ExchangeObject exchangeObject)