| Package | Description |
|---|---|
| org.kuali.rice.ken.bo | |
| org.kuali.rice.ken.service | |
| org.kuali.rice.ken.service.impl |
| Modifier and Type | Method and Description |
|---|---|
static UserChannelSubscriptionBo |
UserChannelSubscriptionBo.from(UserChannelSubscription im)
Converts a immutable object to its mutable counterpart
|
| Modifier and Type | Method and Description |
|---|---|
List<UserChannelSubscriptionBo> |
NotificationChannelBo.getSubscriptions()
Gets the list of subscriptions to this channel
|
| Modifier and Type | Method and Description |
|---|---|
static UserChannelSubscription |
UserChannelSubscriptionBo.to(UserChannelSubscriptionBo bo)
Converts a mutable bo to its immutable counterpart
|
| Modifier and Type | Method and Description |
|---|---|
void |
NotificationChannelBo.setSubscriptions(List<UserChannelSubscriptionBo> subscriptions)
Sets the list of subscriptions to this channel
|
| Modifier and Type | Method and Description |
|---|---|
UserChannelSubscriptionBo |
UserPreferenceService.getSubscription(String channelid,
String userid)
This method retrieves the UserChannelSubscription instance given the two unique keys that are
passed in.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<UserChannelSubscriptionBo> |
UserPreferenceService.getCurrentSubscriptions(String userid)
This method retrieves all of the current channel subscriptions for a user.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
UserChannelSubscriptionBo |
UserPreferenceServiceImpl.getSubscription(String channelid,
String userid) |
| Modifier and Type | Method and Description |
|---|---|
Collection<UserChannelSubscriptionBo> |
UserPreferenceServiceImpl.getCurrentSubscriptions(String userid) |
| Modifier and Type | Method and Description |
|---|---|
void |
UserPreferenceServiceImpl.subscribeToChannel(UserChannelSubscriptionBo userChannelSubscription) |
void |
UserPreferenceServiceImpl.unsubscribeFromChannel(UserChannelSubscriptionBo userChannelSubscription) |
Copyright © 2005–2017 The Kuali Foundation. All rights reserved.