Uses of Class
com.broadleafcommerce.bulk.support.BulkUpdateStatus
-
Packages that use BulkUpdateStatus Package Description com.broadleafcommerce.bulk.domain com.broadleafcommerce.bulk.provider.jpa.domain com.broadleafcommerce.bulk.support -
-
Uses of BulkUpdateStatus in com.broadleafcommerce.bulk.domain
Methods in com.broadleafcommerce.bulk.domain that return BulkUpdateStatus Modifier and Type Method Description BulkUpdateStatusBulkUpdate. getStatus()The overall status of the bulk update.Methods in com.broadleafcommerce.bulk.domain with parameters of type BulkUpdateStatus Modifier and Type Method Description voidBulkUpdate. 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 BulkUpdateStatus Modifier and Type Method Description BulkUpdateStatusJpaBulkUpdate. getStatus()Methods in com.broadleafcommerce.bulk.provider.jpa.domain with parameters of type BulkUpdateStatus Modifier and Type Method Description voidJpaBulkUpdate. setStatus(BulkUpdateStatus status) -
Uses of BulkUpdateStatus in com.broadleafcommerce.bulk.support
Methods in com.broadleafcommerce.bulk.support that return BulkUpdateStatus Modifier and Type Method Description static BulkUpdateStatusBulkUpdateStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static BulkUpdateStatus[]BulkUpdateStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.
-