Uses of Class
org.kuali.rice.ken.api.notification.UserChannelSubscription

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

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

Methods in org.kuali.rice.ken.api.notification that return UserChannelSubscription
 UserChannelSubscription UserChannelSubscription.Builder.build()
           
 

Methods in org.kuali.rice.ken.api.notification that return types with arguments of type UserChannelSubscription
 List<UserChannelSubscription> NotificationChannel.getSubscriptions()
           
 

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

Methods in org.kuali.rice.ken.bo that return UserChannelSubscription
static UserChannelSubscription UserChannelSubscriptionBo.to(UserChannelSubscriptionBo bo)
          Converts a mutable bo to its immutable counterpart
 

Methods in org.kuali.rice.ken.bo with parameters of type UserChannelSubscription
static UserChannelSubscriptionBo UserChannelSubscriptionBo.from(UserChannelSubscription im)
          Converts a immutable object to its mutable counterpart
 



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