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

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

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

Methods in org.kuali.rice.ken.bo that return NotificationRecipientListBo
static NotificationRecipientListBo NotificationRecipientListBo.from(NotificationListRecipient im)
          Converts a immutable object to its mutable counterpart
 

Methods in org.kuali.rice.ken.bo that return types with arguments of type NotificationRecipientListBo
 List<NotificationRecipientListBo> NotificationChannelBo.getRecipientLists()
          Gets the recipientLists attribute.
 

Methods in org.kuali.rice.ken.bo with parameters of type NotificationRecipientListBo
 void NotificationChannelBo.addRecipientList(NotificationRecipientListBo recipientList)
          This method adds a recipient list to the overall set of recipient lists that are associated with this channnel.
 void NotificationChannelBo.removeRecipientList(NotificationRecipientListBo recipientList)
          This method removes a recipient list object from the overall list.
static NotificationListRecipient NotificationRecipientListBo.to(NotificationRecipientListBo bo)
          Converts a mutable bo to its immutable counterpart
 

Method parameters in org.kuali.rice.ken.bo with type arguments of type NotificationRecipientListBo
 void NotificationChannelBo.setRecipientLists(List<NotificationRecipientListBo> recipientLists)
          Sets the recipientLists attribute value.
 



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