Uses of Interface
org.kuali.rice.ken.api.notification.NotificationRecipientContract

Packages that use NotificationRecipientContract
org.kuali.rice.ken.api.notification   
org.kuali.rice.ken.bo   
 

Uses of NotificationRecipientContract in org.kuali.rice.ken.api.notification
 

Classes in org.kuali.rice.ken.api.notification that implement NotificationRecipientContract
 class NotificationRecipient
           
static class NotificationRecipient.Builder
          A builder which can be used to construct NotificationRecipient instances.
 

Methods in org.kuali.rice.ken.api.notification that return types with arguments of type NotificationRecipientContract
 List<? extends NotificationRecipientContract> NotificationContract.getRecipients()
           
 

Methods in org.kuali.rice.ken.api.notification with parameters of type NotificationRecipientContract
static NotificationRecipient.Builder NotificationRecipient.Builder.create(NotificationRecipientContract contract)
           
 

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

Classes in org.kuali.rice.ken.bo that implement NotificationRecipientContract
 class NotificationRecipientBo
          This class houses information pertaining to each recipient for a Notification message.
 



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