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

Packages that use NotificationRecipient
org.kuali.rice.ken.bo   
 

Uses of NotificationRecipient in org.kuali.rice.ken.bo
 

Methods in org.kuali.rice.ken.bo that return NotificationRecipient
 NotificationRecipient Notification.getRecipient(int index)
          Retrieves a recipient at the specified index
 

Methods in org.kuali.rice.ken.bo that return types with arguments of type NotificationRecipient
 List<NotificationRecipient> Notification.getRecipients()
          Gets the recipients attribute.
 

Methods in org.kuali.rice.ken.bo with parameters of type NotificationRecipient
 void Notification.addRecipient(NotificationRecipient recipient)
          Adds a recipient
 

Method parameters in org.kuali.rice.ken.bo with type arguments of type NotificationRecipient
 void Notification.setRecipients(List<NotificationRecipient> recipients)
          Sets the recipients attribute value.
 



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