Uses of Enum
com.broadleafcommerce.dataimport.domain.BatchItemStatus
Packages that use BatchItemStatus
Package
Description
-
Uses of BatchItemStatus in com.broadleafcommerce.dataimport.domain
Methods in com.broadleafcommerce.dataimport.domain that return BatchItemStatusModifier and TypeMethodDescriptionBatchItem.getStatus()
Overall status for this itemBatchItemCompletion.getStatus()
The status that theBatchItem
completed with.static BatchItemStatus
Returns the enum constant of this type with the specified name.static BatchItemStatus[]
BatchItemStatus.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.broadleafcommerce.dataimport.domain with parameters of type BatchItemStatusModifier and TypeMethodDescriptionvoid
BatchItem.setStatus
(BatchItemStatus status) Overall status for this itemvoid
BatchItemCompletion.setStatus
(BatchItemStatus status) The status that theBatchItem
completed with. -
Uses of BatchItemStatus in com.broadleafcommerce.dataimport.provider.jpa.domain
Methods in com.broadleafcommerce.dataimport.provider.jpa.domain that return BatchItemStatusMethods in com.broadleafcommerce.dataimport.provider.jpa.domain with parameters of type BatchItemStatusModifier and TypeMethodDescriptionvoid
JpaBatchItem.setStatus
(BatchItemStatus status) JpaBatchItemCompletion.setStatus
(BatchItemStatus status) -
Uses of BatchItemStatus in com.broadleafcommerce.dataimport.service
Methods in com.broadleafcommerce.dataimport.service that return types with arguments of type BatchItemStatusModifier and TypeMethodDescriptionprotected Map<BatchItemStatus,
Long> DefaultImportService.getStatusCounts
(Batch batch)