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

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

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

Methods in org.kuali.rice.ken.bo that return NotificationSenderBo
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
 

Methods in org.kuali.rice.ken.bo that return types with arguments of type NotificationSenderBo
 List<NotificationSenderBo> NotificationBo.getSenders()
          Gets the senders attribute.
 

Methods in org.kuali.rice.ken.bo with parameters of type NotificationSenderBo
 void NotificationBo.addSender(NotificationSenderBo sender)
          Adds a sender
static NotificationSender NotificationSenderBo.to(NotificationSenderBo bo)
          Converts a mutable bo to its immutable counterpart
 

Method parameters in org.kuali.rice.ken.bo with type arguments of type NotificationSenderBo
 void NotificationBo.setSenders(List<NotificationSenderBo> senders)
          Sets the senders attribute value.
 



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