Package | Description |
---|---|
org.kuali.rice.ken.bo |
Modifier and Type | Method and Description |
---|---|
static NotificationRecipientListBo |
NotificationRecipientListBo.from(NotificationListRecipient im)
Converts a immutable object to its mutable counterpart
|
Modifier and Type | Method and Description |
---|---|
List<NotificationRecipientListBo> |
NotificationChannelBo.getRecipientLists()
Gets the recipientLists attribute.
|
Modifier and Type | Method and Description |
---|---|
void |
NotificationChannelBo.addRecipientList(NotificationRecipientListBo recipientList)
This method adds a recipient list to the overall set of recipient lists that are associated with this channnel.
|
void |
NotificationChannelBo.removeRecipientList(NotificationRecipientListBo recipientList)
This method removes a recipient list object from the overall list.
|
static NotificationListRecipient |
NotificationRecipientListBo.to(NotificationRecipientListBo bo)
Converts a mutable bo to its immutable counterpart
|
Modifier and Type | Method and Description |
---|---|
void |
NotificationChannelBo.setRecipientLists(List<NotificationRecipientListBo> recipientLists)
Sets the recipientLists attribute value.
|
Copyright © 2005–2015 The Kuali Foundation. All rights reserved.