Uses of Class
org.kuali.rice.ken.bo.NotificationSenderBo
Packages that use NotificationSenderBo
-
Uses of NotificationSenderBo in org.kuali.rice.ken.bo
Methods in org.kuali.rice.ken.bo that return NotificationSenderBoModifier and TypeMethodDescriptionstatic NotificationSenderBoNotificationSenderBo.from(org.kuali.rice.ken.api.notification.NotificationSender im) Converts a immutable object to its mutable counterpartNotificationBo.getSender(int index) Retrieves a sender at the specified indexMethods in org.kuali.rice.ken.bo that return types with arguments of type NotificationSenderBoMethods in org.kuali.rice.ken.bo with parameters of type NotificationSenderBoModifier and TypeMethodDescriptionvoidNotificationBo.addSender(NotificationSenderBo sender) Adds a senderstatic org.kuali.rice.ken.api.notification.NotificationSenderNotificationSenderBo.to(NotificationSenderBo bo) Converts a mutable bo to its immutable counterpartMethod parameters in org.kuali.rice.ken.bo with type arguments of type NotificationSenderBoModifier and TypeMethodDescriptionvoidNotificationBo.setSenders(List<NotificationSenderBo> senders) Sets the senders attribute value.