|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UserChannelSubscriptionBo | |
---|---|
org.kuali.rice.ken.bo | |
org.kuali.rice.ken.service | |
org.kuali.rice.ken.service.impl |
Uses of UserChannelSubscriptionBo in org.kuali.rice.ken.bo |
---|
Methods in org.kuali.rice.ken.bo that return UserChannelSubscriptionBo | |
---|---|
static UserChannelSubscriptionBo |
UserChannelSubscriptionBo.from(UserChannelSubscription im)
Converts a immutable object to its mutable counterpart |
Methods in org.kuali.rice.ken.bo that return types with arguments of type UserChannelSubscriptionBo | |
---|---|
List<UserChannelSubscriptionBo> |
NotificationChannelBo.getSubscriptions()
Gets the list of subscriptions to this channel |
Methods in org.kuali.rice.ken.bo with parameters of type UserChannelSubscriptionBo | |
---|---|
static UserChannelSubscription |
UserChannelSubscriptionBo.to(UserChannelSubscriptionBo bo)
Converts a mutable bo to its immutable counterpart |
Method parameters in org.kuali.rice.ken.bo with type arguments of type UserChannelSubscriptionBo | |
---|---|
void |
NotificationChannelBo.setSubscriptions(List<UserChannelSubscriptionBo> subscriptions)
Sets the list of subscriptions to this channel |
Uses of UserChannelSubscriptionBo in org.kuali.rice.ken.service |
---|
Methods in org.kuali.rice.ken.service that return UserChannelSubscriptionBo | |
---|---|
UserChannelSubscriptionBo |
UserPreferenceService.getSubscription(String channelid,
String userid)
This method retrieves the UserChannelSubscription instance given the two unique keys that are passed in. |
Methods in org.kuali.rice.ken.service that return types with arguments of type UserChannelSubscriptionBo | |
---|---|
Collection<UserChannelSubscriptionBo> |
UserPreferenceService.getCurrentSubscriptions(String userid)
This method retrieves all of the current channel subscriptions for a user. |
Methods in org.kuali.rice.ken.service with parameters of type UserChannelSubscriptionBo | |
---|---|
void |
UserPreferenceService.subscribeToChannel(UserChannelSubscriptionBo userChannelSubscription)
This method will add a channel subscription into the system. |
void |
UserPreferenceService.unsubscribeFromChannel(UserChannelSubscriptionBo userChannelSubscription)
This method will remove a channel subscription from the system. |
Uses of UserChannelSubscriptionBo in org.kuali.rice.ken.service.impl |
---|
Methods in org.kuali.rice.ken.service.impl that return UserChannelSubscriptionBo | |
---|---|
UserChannelSubscriptionBo |
UserPreferenceServiceImpl.getSubscription(String channelid,
String userid)
|
Methods in org.kuali.rice.ken.service.impl that return types with arguments of type UserChannelSubscriptionBo | |
---|---|
Collection<UserChannelSubscriptionBo> |
UserPreferenceServiceImpl.getCurrentSubscriptions(String userid)
|
Methods in org.kuali.rice.ken.service.impl with parameters of type UserChannelSubscriptionBo | |
---|---|
void |
UserPreferenceServiceImpl.subscribeToChannel(UserChannelSubscriptionBo userChannelSubscription)
|
void |
UserPreferenceServiceImpl.unsubscribeFromChannel(UserChannelSubscriptionBo userChannelSubscription)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |