Uses of Class
org.kuali.rice.ken.bo.UserChannelSubscriptionBo
Packages that use UserChannelSubscriptionBo
Package
Description
-
Uses of UserChannelSubscriptionBo in org.kuali.rice.ken.bo
Methods in org.kuali.rice.ken.bo that return UserChannelSubscriptionBoModifier and TypeMethodDescriptionstatic UserChannelSubscriptionBoUserChannelSubscriptionBo.from(org.kuali.rice.ken.api.notification.UserChannelSubscription im) Converts a immutable object to its mutable counterpartMethods in org.kuali.rice.ken.bo that return types with arguments of type UserChannelSubscriptionBoModifier and TypeMethodDescriptionNotificationChannelBo.getSubscriptions()Gets the list of subscriptions to this channelMethods in org.kuali.rice.ken.bo with parameters of type UserChannelSubscriptionBoModifier and TypeMethodDescriptionstatic org.kuali.rice.ken.api.notification.UserChannelSubscriptionUserChannelSubscriptionBo.to(UserChannelSubscriptionBo bo) Converts a mutable bo to its immutable counterpartMethod parameters in org.kuali.rice.ken.bo with type arguments of type UserChannelSubscriptionBoModifier and TypeMethodDescriptionvoidNotificationChannelBo.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 UserChannelSubscriptionBoModifier and TypeMethodDescriptionUserPreferenceService.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 UserChannelSubscriptionBoModifier and TypeMethodDescriptionUserPreferenceService.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 UserChannelSubscriptionBoModifier and TypeMethodDescriptionvoidUserPreferenceService.subscribeToChannel(UserChannelSubscriptionBo userChannelSubscription) This method will add a channel subscription into the system.voidUserPreferenceService.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 UserChannelSubscriptionBoModifier and TypeMethodDescriptionUserPreferenceServiceImpl.getSubscription(String channelid, String userid) Methods in org.kuali.rice.ken.service.impl that return types with arguments of type UserChannelSubscriptionBoModifier and TypeMethodDescriptionUserPreferenceServiceImpl.getCurrentSubscriptions(String userid) Methods in org.kuali.rice.ken.service.impl with parameters of type UserChannelSubscriptionBoModifier and TypeMethodDescriptionvoidUserPreferenceServiceImpl.subscribeToChannel(UserChannelSubscriptionBo userChannelSubscription) voidUserPreferenceServiceImpl.unsubscribeFromChannel(UserChannelSubscriptionBo userChannelSubscription)