Uses of Class
org.kuali.rice.ken.bo.NotificationRecipientBo
Packages that use NotificationRecipientBo
-
Uses of NotificationRecipientBo in org.kuali.rice.ken.bo
Methods in org.kuali.rice.ken.bo that return NotificationRecipientBoModifier and TypeMethodDescriptionstatic NotificationRecipientBoNotificationRecipientBo.from(NotificationRecipient im) Converts a immutable object to its mutable counterpartNotificationBo.getRecipient(int index) Retrieves a recipient at the specified indexMethods in org.kuali.rice.ken.bo that return types with arguments of type NotificationRecipientBoMethods in org.kuali.rice.ken.bo with parameters of type NotificationRecipientBoModifier and TypeMethodDescriptionvoidNotificationBo.addRecipient(NotificationRecipientBo recipient) Adds a recipientstatic NotificationRecipientNotificationRecipientBo.to(NotificationRecipientBo bo) Converts a mutable bo to its immutable counterpartMethod parameters in org.kuali.rice.ken.bo with type arguments of type NotificationRecipientBoModifier and TypeMethodDescriptionvoidNotificationBo.setRecipients(List<NotificationRecipientBo> recipients) Sets the recipients attribute value.