Package | Description |
---|---|
org.kuali.rice.ken.bo |
Modifier and Type | Method and Description |
---|---|
static NotificationSenderBo |
NotificationSenderBo.from(NotificationSender im)
Converts a immutable object to its mutable counterpart
|
NotificationSenderBo |
NotificationBo.getSender(int index)
Retrieves a sender at the specified index
|
Modifier and Type | Method and Description |
---|---|
List<NotificationSenderBo> |
NotificationBo.getSenders()
Gets the senders attribute.
|
Modifier and Type | Method and Description |
---|---|
void |
NotificationBo.addSender(NotificationSenderBo sender)
Adds a sender
|
static NotificationSender |
NotificationSenderBo.to(NotificationSenderBo bo)
Converts a mutable bo to its immutable counterpart
|
Modifier and Type | Method and Description |
---|---|
void |
NotificationBo.setSenders(List<NotificationSenderBo> senders)
Sets the senders attribute value.
|
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.