Uses of Enum Class
com.broadleafcommerce.common.dataimport.messaging.BatchCompletionRecordStatus
Packages that use BatchCompletionRecordStatus
Package
Description
- 
Uses of BatchCompletionRecordStatus in com.broadleafcommerce.common.dataimport
Methods in com.broadleafcommerce.common.dataimport with parameters of type BatchCompletionRecordStatusModifier and TypeMethodDescriptionprotected voidAbstractImportBatchHandler.generateAndAddCompletions(BatchRecord batchRecord, BatchCompletionRecordStatus status, String errorMessage, List<BatchCompletionRecord> destination) protected voidAbstractImportBatchHandler.generateAndAddCompletions(PersistenceRequest.EmbeddedItemRequest embeddedItemRequest, BatchCompletionRecordStatus status, String errorMessage, List<BatchCompletionRecord> destination)  - 
Uses of BatchCompletionRecordStatus in com.broadleafcommerce.common.dataimport.messaging
Methods in com.broadleafcommerce.common.dataimport.messaging that return BatchCompletionRecordStatusModifier and TypeMethodDescriptionBatchCompletionRecord.getStatus()Status of the recordstatic BatchCompletionRecordStatusReturns the enum constant of this class with the specified name.static BatchCompletionRecordStatus[]BatchCompletionRecordStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.broadleafcommerce.common.dataimport.messaging with parameters of type BatchCompletionRecordStatusModifierConstructorDescriptionBatchCompletionRecord(String correlationId, BatchCompletionRecordStatus status) Creates a record that does not have a dedicated identifier within the resource tier (e.g.BatchCompletionRecord(String correlationId, BatchCompletionRecordStatus status, String resourceTierIdentifier) BatchCompletionRecord(String correlationId, BatchCompletionRecordStatus status, String errorMessage, String resourceTierIdentifier)