| 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 |
|---|---|
NotificationRecipientService |
SpringNotificationServiceLocator.getNotificationRecipientService() |
NotificationRecipientService |
NotificationServiceLocator.getNotificationRecipientService()
This method returns an instance of the Spring configured impl for the NotificationRecipientService.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NotificationRecipientServiceKimImpl
NotificationRecipientService implementation
This implementation relies on KIM user and group management
|
| Constructor and Description |
|---|
NotificationMessageDeliveryResolverServiceImpl(NotificationService notificationService,
NotificationRecipientService notificationRecipientService,
GenericDao businessObjectDao,
org.springframework.transaction.PlatformTransactionManager txManager,
ExecutorService executor,
UserPreferenceService userPreferenceService)
Constructs a NotificationMessageDeliveryDispatchServiceImpl instance.
|
NotificationServiceImpl(GenericDao businessObjectDao,
NotificationMessageContentService messageContentService,
NotificationAuthorizationService notificationAuthorizationService,
NotificationRecipientService notificationRecipientService,
NotificationWorkflowDocumentService notificationWorkflowDocumentService,
NotificationMessageDeliveryService notificationMessageDeliveryService,
NotificationDao notDao)
Constructs a NotificationServiceImpl class instance.
|
| Modifier and Type | Field and Description |
|---|---|
protected NotificationRecipientService |
SendNotificationMessageController.notificationRecipientService |
protected NotificationRecipientService |
SendEventNotificationMessageController.notificationRecipientService |
protected NotificationRecipientService |
AdministerNotificationRequestController.recipientService |
| Modifier and Type | Method and Description |
|---|---|
void |
SendNotificationMessageController.setNotificationRecipientService(NotificationRecipientService notificationRecipientService)
Sets the notificationRecipientService attribute value.
|
void |
SendEventNotificationMessageController.setNotificationRecipientService(NotificationRecipientService notificationRecipientService)
Sets the notificationRecipientService attribute value.
|
void |
AdministerNotificationRequestController.setRecipientService(NotificationRecipientService notificationRecipientService)
Sets the recipientService attribute value.
|
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.