Uses of Enum
com.broadleafcommerce.dataimport.domain.BatchStatus
Packages that use BatchStatus
Package
Description
-
Uses of BatchStatus in com.broadleafcommerce.dataimport.domain
Methods in com.broadleafcommerce.dataimport.domain that return BatchStatusModifier and TypeMethodDescriptionBatch.getStatus()
The overall status of the batch.static BatchStatus
Returns the enum constant of this type with the specified name.static BatchStatus[]
BatchStatus.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 BatchStatusModifier and TypeMethodDescriptionvoid
Batch.setStatus
(BatchStatus status) The overall status of the batch. -
Uses of BatchStatus in com.broadleafcommerce.dataimport.provider.jpa.domain
Methods in com.broadleafcommerce.dataimport.provider.jpa.domain that return BatchStatusMethods in com.broadleafcommerce.dataimport.provider.jpa.domain with parameters of type BatchStatus