org.kuali.rice.ken.api.notification
Interface NotificationListRecipientContract

All Superinterfaces:
GloballyUnique, KenIdentifiable, Versioned
All Known Implementing Classes:
NotificationListRecipient, NotificationListRecipient.Builder, NotificationRecipientListBo

public interface NotificationListRecipientContract
extends KenIdentifiable, Versioned, GloballyUnique


Method Summary
 NotificationChannelContract getChannel()
           
 String getRecipientId()
           
 String getRecipientType()
           
 
Methods inherited from interface org.kuali.rice.ken.api.common.KenIdentifiable
getId
 
Methods inherited from interface org.kuali.rice.core.api.mo.common.Versioned
getVersionNumber
 
Methods inherited from interface org.kuali.rice.core.api.mo.common.GloballyUnique
getObjectId
 

Method Detail

getRecipientId

String getRecipientId()

getRecipientType

String getRecipientType()

getChannel

NotificationChannelContract getChannel()


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