Class BulkOperation
java.lang.Object
com.broadleafcommerce.catalog.domain.bulkoperation.BulkOperation
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
The id of the application this bulk operation was initiated from, if any.Miscellaneous attributes for this bulk operation.The id of the catalog this bulk operation is scoped within, if any.The timestamp when this bulk operation was created.The identity of the creator of this bulk operation.The type of entity that is associated with the bulk operation.long
The number of records that had errors during processing.getId()
The unique identifier of the bulk operation.getName()
The friendly name of the bulk operation.The context provided with the bulk operation.Additional data to be passed for performing this bulk operation.The current status of the bulk operation.A detailed historical list of statuses for this bulk operation.The current sub-status of the bulk operation.The type of operation being performed during the bulk operation.The id of the sandbox this bulk operation is executed within.long
The number of records that were successfully processed.The id of the tenant this bulk operation was initiated from.long
The total records to be processed by this bulk operation.The timestamp when this bulk operation was last updated.int
hashCode()
void
setApplicationId
(String applicationId) The id of the application this bulk operation was initiated from, if any.void
setAttributes
(Map<String, Object> attributes) Miscellaneous attributes for this bulk operation.void
setCatalogId
(String catalogId) The id of the catalog this bulk operation is scoped within, if any.void
setCreateDate
(Instant createDate) The timestamp when this bulk operation was created.void
setCreatingUser
(String creatingUser) The identity of the creator of this bulk operation.void
setEntityType
(String entityType) The type of entity that is associated with the bulk operation.void
setErrorCount
(long errorCount) The number of records that had errors during processing.void
The unique identifier of the bulk operation.void
The friendly name of the bulk operation.void
setOperationContext
(String operationContext) The context provided with the bulk operation.void
setOperationData
(Map<String, Object> operationData) Additional data to be passed for performing this bulk operation.void
setOperationStatus
(String operationStatus) The current status of the bulk operation.void
setOperationStatusHistory
(List<OperationStatusHistory> operationStatusHistory) A detailed historical list of statuses for this bulk operation.void
setOperationSubStatus
(String operationSubStatus) The current sub-status of the bulk operation.void
setOperationType
(String operationType) The type of operation being performed during the bulk operation.void
setSandboxId
(String sandboxId) The id of the sandbox this bulk operation is executed within.void
setSuccessCount
(long successCount) The number of records that were successfully processed.void
setTenantId
(String tenantId) The id of the tenant this bulk operation was initiated from.void
setTotalRecords
(long totalRecords) The total records to be processed by this bulk operation.void
setUpdateDate
(Instant updateDate) The timestamp when this bulk operation was last updated.toString()
-
Constructor Details
-
BulkOperation
public BulkOperation()
-
-
Method Details
-
getId
The unique identifier of the bulk operation. -
getName
The friendly name of the bulk operation. -
getEntityType
The type of entity that is associated with the bulk operation. -
getOperationType
The type of operation being performed during the bulk operation. -
getOperationContext
The context provided with the bulk operation. -
getOperationData
Additional data to be passed for performing this bulk operation. -
getOperationStatus
The current status of the bulk operation.- See Also:
-
getOperationSubStatus
The current sub-status of the bulk operation.- See Also:
-
getOperationStatusHistory
A detailed historical list of statuses for this bulk operation. -
getTotalRecords
public long getTotalRecords()The total records to be processed by this bulk operation. -
getSuccessCount
public long getSuccessCount()The number of records that were successfully processed. -
getErrorCount
public long getErrorCount()The number of records that had errors during processing. -
getCreateDate
The timestamp when this bulk operation was created. -
getUpdateDate
The timestamp when this bulk operation was last updated. -
getCreatingUser
The identity of the creator of this bulk operation. SeeContextInfo.getAuthor()
. -
getSandboxId
The id of the sandbox this bulk operation is executed within. -
getCatalogId
The id of the catalog this bulk operation is scoped within, if any. -
getApplicationId
The id of the application this bulk operation was initiated from, if any. Note that if this id is not supplied then that implies a tenant-level operation and a catalog ID is required. -
getTenantId
The id of the tenant this bulk operation was initiated from. -
getAttributes
Miscellaneous attributes for this bulk operation. -
setId
The unique identifier of the bulk operation. -
setName
The friendly name of the bulk operation. -
setEntityType
The type of entity that is associated with the bulk operation. -
setOperationType
The type of operation being performed during the bulk operation. -
setOperationContext
The context provided with the bulk operation. -
setOperationData
Additional data to be passed for performing this bulk operation. -
setOperationStatus
The current status of the bulk operation.- See Also:
-
setOperationSubStatus
The current sub-status of the bulk operation.- See Also:
-
setOperationStatusHistory
A detailed historical list of statuses for this bulk operation. -
setTotalRecords
public void setTotalRecords(long totalRecords) The total records to be processed by this bulk operation. -
setSuccessCount
public void setSuccessCount(long successCount) The number of records that were successfully processed. -
setErrorCount
public void setErrorCount(long errorCount) The number of records that had errors during processing. -
setCreateDate
The timestamp when this bulk operation was created. -
setUpdateDate
The timestamp when this bulk operation was last updated. -
setCreatingUser
The identity of the creator of this bulk operation. SeeContextInfo.getAuthor()
. -
setSandboxId
The id of the sandbox this bulk operation is executed within. -
setCatalogId
The id of the catalog this bulk operation is scoped within, if any. -
setApplicationId
The id of the application this bulk operation was initiated from, if any. Note that if this id is not supplied then that implies a tenant-level operation and a catalog ID is required. -
setTenantId
The id of the tenant this bulk operation was initiated from. -
setAttributes
Miscellaneous attributes for this bulk operation. -
toString
-
equals
-
canEqual
-
hashCode
public int hashCode()
-