Uses of Class
org.kuali.rice.ken.bo.NotificationRecipientListBo
Packages that use NotificationRecipientListBo
-
Uses of NotificationRecipientListBo in org.kuali.rice.ken.bo
Methods in org.kuali.rice.ken.bo that return NotificationRecipientListBoModifier and TypeMethodDescriptionstatic NotificationRecipientListBoNotificationRecipientListBo.from(org.kuali.rice.ken.api.notification.NotificationListRecipient im) Converts a immutable object to its mutable counterpartMethods in org.kuali.rice.ken.bo that return types with arguments of type NotificationRecipientListBoModifier and TypeMethodDescriptionNotificationChannelBo.getRecipientLists()Gets the recipientLists attribute.Methods in org.kuali.rice.ken.bo with parameters of type NotificationRecipientListBoModifier and TypeMethodDescriptionvoidNotificationChannelBo.addRecipientList(NotificationRecipientListBo recipientList) This method adds a recipient list to the overall set of recipient lists that are associated with this channnel.voidNotificationChannelBo.removeRecipientList(NotificationRecipientListBo recipientList) This method removes a recipient list object from the overall list.static org.kuali.rice.ken.api.notification.NotificationListRecipientNotificationRecipientListBo.to(NotificationRecipientListBo bo) Converts a mutable bo to its immutable counterpartMethod parameters in org.kuali.rice.ken.bo with type arguments of type NotificationRecipientListBoModifier and TypeMethodDescriptionvoidNotificationChannelBo.setRecipientLists(List<NotificationRecipientListBo> recipientLists) Sets the recipientLists attribute value.