| 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 NotificationChannelBo | NotificationChannelBo. from(NotificationChannel im)Converts a immutable object to its mutable counterpart | 
| NotificationChannelBo | UserChannelSubscriptionBo. getChannel()Gets the channel attribute. | 
| NotificationChannelBo | NotificationRecipientListBo. getChannel()Gets the channel attribute. | 
| NotificationChannelBo | NotificationChannelReviewerBo. getChannel()Returns the channel with which this reviewer is associated | 
| NotificationChannelBo | NotificationBo. getChannel()Gets the channel attribute. | 
| Modifier and Type | Method and Description | 
|---|---|
| List<NotificationChannelBo> | NotificationProducerBo. getChannels()Gets the channels attribute. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | UserChannelSubscriptionBo. setChannel(NotificationChannelBo channel)Sets the channel attribute value. | 
| void | NotificationRecipientListBo. setChannel(NotificationChannelBo channel)Sets the channel attribute value. | 
| void | NotificationChannelReviewerBo. setChannel(NotificationChannelBo channel)Sets the channel with which this reviewer is associated | 
| void | NotificationBo. setChannel(NotificationChannelBo channel)Sets the channel attribute value. | 
| static NotificationChannel | NotificationChannelBo. to(NotificationChannelBo bo)Converts a mutable bo to its immutable counterpart | 
| Modifier and Type | Method and Description | 
|---|---|
| void | NotificationProducerBo. setChannels(List<NotificationChannelBo> channels)Sets the channels attribute value. | 
| Modifier and Type | Method and Description | 
|---|---|
| NotificationChannelBo | NotificationChannelService. getNotificationChannel(String id)This method retrieves a specific NotificationChannel instance by id. | 
| NotificationChannelBo | NotificationChannelService. getNotificationChannelByName(String name)This method retrieves a specific NotificationChannel instance by name. | 
| Modifier and Type | Method and Description | 
|---|---|
| Collection<NotificationChannelBo> | NotificationChannelService. getAllNotificationChannels()This method returns all of the registered notification channels in the system. | 
| Collection<NotificationChannelBo> | NotificationChannelService. getSubscribableChannels()This method retrieves all channels in the system that can be subscribed to. | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | NotificationAuthorizationService. isProducerAuthorizedToSendNotificationForChannel(NotificationProducerBo producer,
                                                NotificationChannelBo channel)This service method validates that the specified producer has the permissions to send a notification 
 on for a specific NotificationChannel. | 
| Modifier and Type | Method and Description | 
|---|---|
| NotificationChannelBo | NotificationChannelServiceImpl. getNotificationChannel(String id) | 
| NotificationChannelBo | NotificationChannelServiceImpl. getNotificationChannelByName(String name) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | NotificationAuthorizationServiceImpl. isProducerAuthorizedToSendNotificationForChannel(NotificationProducerBo producer,
                                                NotificationChannelBo channel) | 
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.