Uses of Class
org.kuali.rice.ken.bo.NotificationRecipientList

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.
 



Copyright © 2005-2011 The Kuali Foundation. All Rights Reserved.