| Package | Description |
|---|---|
| org.kuali.rice.ken.core | |
| org.kuali.rice.ken.service.impl | |
| org.kuali.rice.ken.web.spring |
| Modifier and Type | Method and Description |
|---|---|
NotificationAuthorizationService |
SpringNotificationServiceLocator.getNotificationAuthorizationService() |
NotificationAuthorizationService |
NotificationServiceLocator.getNotificationAuthorizationService()
This method returns an instance of the Spring configured impl for the NotificationAuthorizationService.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NotificationAuthorizationServiceImpl
NotificationAuthorizationService implementation - this is the default out-of-the-box implementation of the service.
|
| Constructor and Description |
|---|
NotificationServiceImpl(DataObjectService dataObjectService,
NotificationMessageContentService messageContentService,
NotificationAuthorizationService notificationAuthorizationService,
NotificationRecipientService notificationRecipientService,
NotificationMessageDeliveryService notificationMessageDeliveryService,
NotificationDao notDao)
Constructs a NotificationServiceImpl class instance.
|
| Modifier and Type | Field and Description |
|---|---|
protected NotificationAuthorizationService |
SecurityInterceptor.notificationAuthzService |
protected NotificationAuthorizationService |
ContentTypeController.notificationAuthzService |
| Modifier and Type | Method and Description |
|---|---|
void |
SecurityInterceptor.setNotificationAuthorizationService(NotificationAuthorizationService notificationAuthzService)
Sets the NotificationAuthorizationService member
|
void |
ContentTypeController.setNotificationAuthorizationService(NotificationAuthorizationService notificationAuthzService)
Set the Notification Authorization Services
|
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.