| 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(DataObjectService dataObjectService,
NotificationMessageContentService messageContentService,
NotificationAuthorizationService notificationAuthorizationService,
NotificationRecipientService notificationRecipientService,
NotificationMessageDeliveryService notificationMessageDeliveryService,
NotificationDao notDao)
Constructs a NotificationServiceImpl class instance.
|
NotificationWorkflowDocumentServiceImpl(NotificationMessageContentService messageContentService)
Constructs a NotificationWorkflowDocumentServiceImpl instance.
|
| Modifier and Type | Field and Description |
|---|---|
protected NotificationMessageContentService |
AdministerNotificationRequestController.messageContentService |
protected NotificationMessageContentService |
BaseSendNotificationController.notificationMessageContentService |
| Modifier and Type | Method and Description |
|---|---|
void |
AdministerNotificationRequestController.setMessageContentService(NotificationMessageContentService notificationMessageContentService)
Sets the messageContentService attribute value.
|
void |
BaseSendNotificationController.setNotificationMessageContentService(NotificationMessageContentService notificationMessageContentService)
Sets the
NotificationMessageContentService. |
Copyright © 2005–2017 The Kuali Foundation. All rights reserved.