| Package | Description |
|---|---|
| org.kuali.rice.ken.bo | |
| org.kuali.rice.ken.service | |
| org.kuali.rice.ken.service.impl | |
| org.kuali.rice.ken.util |
| Modifier and Type | Method and Description |
|---|---|
static NotificationProducerBo |
NotificationProducerBo.from(NotificationProducer im)
Converts a immutable object to its mutable counterpart
|
NotificationProducerBo |
NotificationBo.getProducer()
Gets the producer attribute.
|
| Modifier and Type | Method and Description |
|---|---|
List<NotificationProducerBo> |
NotificationChannelBo.getProducers()
Gets the producers attribute.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NotificationBo.setProducer(NotificationProducerBo producer)
Sets the producer attribute value.
|
static NotificationProducer |
NotificationProducerBo.to(NotificationProducerBo bo)
Converts a mutable bo to its immutable counterpart
|
| Modifier and Type | Method and Description |
|---|---|
void |
NotificationChannelBo.setProducers(List<NotificationProducerBo> producers)
Sets the producers attribute value.
|
| 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 |
|---|---|
boolean |
NotificationAuthorizationServiceImpl.isProducerAuthorizedToSendNotificationForChannel(NotificationProducerBo producer,
NotificationChannelBo channel) |
| Modifier and Type | Field and Description |
|---|---|
static NotificationProducerBo |
NotificationConstants.NOTIFICATION_PRODUCERS.NOTIFICATION_SYSTEM_PRODUCER |
Copyright © 2005–2017 The Kuali Foundation. All rights reserved.