|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NotificationMessageContentService | |
---|---|
org.kuali.rice.ken.core | |
org.kuali.rice.ken.service.impl | |
org.kuali.rice.ken.web.spring |
Uses of NotificationMessageContentService in org.kuali.rice.ken.core |
---|
Methods in org.kuali.rice.ken.core that return NotificationMessageContentService | |
---|---|
NotificationMessageContentService |
NotificationServiceLocator.getNotificationMessageContentService()
This method returns an instance of the Spring configured impl for the NotificationMessageContentService. |
NotificationMessageContentService |
SpringNotificationServiceLocator.getNotificationMessageContentService()
|
Uses of NotificationMessageContentService in org.kuali.rice.ken.service.impl |
---|
Classes in org.kuali.rice.ken.service.impl that implement NotificationMessageContentService | |
---|---|
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. |
Constructors in org.kuali.rice.ken.service.impl with parameters of type NotificationMessageContentService | |
---|---|
NotificationServiceImpl(org.kuali.rice.core.framework.persistence.dao.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. |
Uses of NotificationMessageContentService in org.kuali.rice.ken.web.spring |
---|
Fields in org.kuali.rice.ken.web.spring declared as NotificationMessageContentService | |
---|---|
protected NotificationMessageContentService |
SendNotificationMessageController.messageContentService
|
protected NotificationMessageContentService |
SendEventNotificationMessageController.messageContentService
|
protected NotificationMessageContentService |
AdministerNotificationRequestController.messageContentService
|
Methods in org.kuali.rice.ken.web.spring with parameters of type NotificationMessageContentService | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |