|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NotificationRecipientList | |
---|---|
org.kuali.rice.ken.bo |
Uses of NotificationRecipientList in org.kuali.rice.ken.bo |
---|
Methods in org.kuali.rice.ken.bo that return types with arguments of type NotificationRecipientList | |
---|---|
List<NotificationRecipientList> |
NotificationChannel.getRecipientLists()
Gets the recipientLists attribute. |
Methods in org.kuali.rice.ken.bo with parameters of type NotificationRecipientList | |
---|---|
void |
NotificationChannel.addRecipientList(NotificationRecipientList recipientList)
This method adds a recipient list to the overall set of recipient lists that are associated with this channnel. |
void |
NotificationChannel.removeRecipientList(NotificationRecipientList recipientList)
This method removes a recipient list object from the overall list. |
Method parameters in org.kuali.rice.ken.bo with type arguments of type NotificationRecipientList | |
---|---|
void |
NotificationChannel.setRecipientLists(List<NotificationRecipientList> recipientLists)
Sets the recipientLists attribute value. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |