Uses of Class
org.kuali.rice.ken.bo.NotificationPriorityBo
Packages that use NotificationPriorityBo
-
Uses of NotificationPriorityBo in org.kuali.rice.ken.bo
Methods in org.kuali.rice.ken.bo that return NotificationPriorityBoModifier and TypeMethodDescriptionstatic NotificationPriorityBoNotificationPriorityBo.from(org.kuali.rice.ken.api.notification.NotificationPriority im) Converts a immutable object to its mutable counterpartNotificationBo.getPriority()Gets the priority attribute.Methods in org.kuali.rice.ken.bo with parameters of type NotificationPriorityBoModifier and TypeMethodDescriptionvoidNotificationBo.setPriority(NotificationPriorityBo priority) Sets the priority attribute value.static org.kuali.rice.ken.api.notification.NotificationPriorityNotificationPriorityBo.to(NotificationPriorityBo bo) Converts a mutable bo to its immutable counterpart