Class Batch
java.lang.Object
com.broadleafcommerce.dataimport.domain.Batch
- Author:
- Phillip Verheyden (phillipuniverse)
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
When this batch completed its handlingList<com.broadleafcommerce.common.dataimport.messaging.CorrelationIdMapping>
Correlation ids that have specific resource tier identifiers that were managed outside of this batchWhen this batch was createdgetId()
Unique id of this batchThe parent import that this batch is associated withgetItems()
All of the items within this batchThe overall status of the batch.int
hashCode()
void
setCompleted
(Instant completed) When this batch completed its handlingvoid
setCorrelationIdMappings
(List<com.broadleafcommerce.common.dataimport.messaging.CorrelationIdMapping> correlationIdMappings) Correlation ids that have specific resource tier identifiers that were managed outside of this batchvoid
setCreated
(Instant created) When this batch was createdvoid
Unique id of this batchvoid
setImportId
(String importId) The parent import that this batch is associated withvoid
All of the items within this batchvoid
setStatus
(BatchStatus status) The overall status of the batch.toString()
-
Constructor Details
-
Batch
public Batch()
-
-
Method Details
-
getId
Unique id of this batch -
getImportId
The parent import that this batch is associated with -
getStatus
The overall status of the batch.- See Also:
-
getCreated
When this batch was created -
getCompleted
When this batch completed its handling -
getItems
All of the items within this batch -
getCorrelationIdMappings
public List<com.broadleafcommerce.common.dataimport.messaging.CorrelationIdMapping> getCorrelationIdMappings()Correlation ids that have specific resource tier identifiers that were managed outside of this batch -
setId
Unique id of this batch -
setImportId
The parent import that this batch is associated with -
setStatus
The overall status of the batch.- See Also:
-
setCreated
When this batch was created -
setCompleted
When this batch completed its handling -
setItems
All of the items within this batch -
setCorrelationIdMappings
public void setCorrelationIdMappings(List<com.broadleafcommerce.common.dataimport.messaging.CorrelationIdMapping> correlationIdMappings) Correlation ids that have specific resource tier identifiers that were managed outside of this batch -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-