Uses of Enum Class
com.broadleafcommerce.bulk.support.BulkUpdateStatus
Packages that use BulkUpdateStatus
Package
Description
-
Uses of BulkUpdateStatus in com.broadleafcommerce.bulk.domain
Methods in com.broadleafcommerce.bulk.domain that return BulkUpdateStatusMethods in com.broadleafcommerce.bulk.domain with parameters of type BulkUpdateStatusModifier and TypeMethodDescriptionvoid
BulkUpdate.setStatus
(BulkUpdateStatus status) The overall status of the bulk update. -
Uses of BulkUpdateStatus in com.broadleafcommerce.bulk.provider.jpa.domain
Methods in com.broadleafcommerce.bulk.provider.jpa.domain that return BulkUpdateStatusMethods in com.broadleafcommerce.bulk.provider.jpa.domain with parameters of type BulkUpdateStatus -
Uses of BulkUpdateStatus in com.broadleafcommerce.bulk.support
Methods in com.broadleafcommerce.bulk.support that return BulkUpdateStatusModifier and TypeMethodDescriptionstatic BulkUpdateStatus
Returns the enum constant of this class with the specified name.static BulkUpdateStatus[]
BulkUpdateStatus.values()
Returns an array containing the constants of this enum class, in the order they are declared.