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

All Superinterfaces:
GloballyUnique, KenIdentifiable, Versioned
All Known Implementing Classes:
UserChannelSubscription, UserChannelSubscription.Builder, UserChannelSubscriptionBo

public interface UserChannelSubscriptionContract
extends KenIdentifiable, Versioned, GloballyUnique


Method Summary
 NotificationChannelContract getChannel()
           
 String getUserId()
           
 
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

getUserId

String getUserId()

getChannel

NotificationChannelContract getChannel()


Copyright © 2005–2014 The Kuali Foundation. All rights reserved.