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 |
---|---|
NotificationMessageContentService |
SpringNotificationServiceLocator.getNotificationMessageContentService() |
NotificationMessageContentService |
NotificationServiceLocator.getNotificationMessageContentService()
This method returns an instance of the Spring configured impl for the NotificationMessageContentService.
|
Modifier and Type | Class and Description |
---|---|
class |
NotificationMessageContentServiceImpl
NotificationMessageContentService implementation - uses both Xalan and XStream in various places to manage the marshalling/unmarshalling of
Notification data for processing by various components in the system.
|
Constructor and Description |
---|
NotificationServiceImpl(GenericDao businessObjectDao,
NotificationMessageContentService messageContentService,
NotificationAuthorizationService notificationAuthorizationService,
NotificationRecipientService notificationRecipientService,
NotificationWorkflowDocumentService notificationWorkflowDocumentService,
NotificationMessageDeliveryService notificationMessageDeliveryService,
NotificationDao notDao)
Constructs a NotificationServiceImpl class instance.
|
NotificationWorkflowDocumentServiceImpl(NotificationMessageContentService messageContentService)
Constructs a NotificationWorkflowDocumentServiceImpl instance.
|
Modifier and Type | Field and Description |
---|---|
protected NotificationMessageContentService |
SendNotificationMessageController.messageContentService |
protected NotificationMessageContentService |
SendEventNotificationMessageController.messageContentService |
protected NotificationMessageContentService |
AdministerNotificationRequestController.messageContentService |
Modifier and Type | Method and Description |
---|---|
void |
SendNotificationMessageController.setMessageContentService(NotificationMessageContentService notificationMessageContentService)
Sets the messageContentService attribute value.
|
void |
SendEventNotificationMessageController.setMessageContentService(NotificationMessageContentService notificationMessageContentService)
Sets the messageContentService attribute value.
|
void |
AdministerNotificationRequestController.setMessageContentService(NotificationMessageContentService notificationMessageContentService)
Sets the messageContentService attribute value.
|
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.