Package | Description |
---|---|
org.kuali.rice.ken.bo |
Modifier and Type | Method and Description |
---|---|
static NotificationRecipientBo |
NotificationRecipientBo.from(NotificationRecipient im)
Converts a immutable object to its mutable counterpart
|
NotificationRecipientBo |
NotificationBo.getRecipient(int index)
Retrieves a recipient at the specified index
|
Modifier and Type | Method and Description |
---|---|
List<NotificationRecipientBo> |
NotificationBo.getRecipients()
Gets the recipients attribute.
|
Modifier and Type | Method and Description |
---|---|
void |
NotificationBo.addRecipient(NotificationRecipientBo recipient)
Adds a recipient
|
static NotificationRecipient |
NotificationRecipientBo.to(NotificationRecipientBo bo)
Converts a mutable bo to its immutable counterpart
|
Modifier and Type | Method and Description |
---|---|
void |
NotificationBo.setRecipients(List<NotificationRecipientBo> recipients)
Sets the recipients attribute value.
|
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.