Uses of Interface
org.kuali.rice.ken.service.NotificationMessageContentService

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(DataObjectService dataObjectService, NotificationMessageContentService messageContentService, NotificationAuthorizationService notificationAuthorizationService, NotificationRecipientService notificationRecipientService, 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 AdministerNotificationRequestController.messageContentService
           
protected  NotificationMessageContentService BaseSendNotificationController.notificationMessageContentService
           
 

Methods in org.kuali.rice.ken.web.spring with parameters of type NotificationMessageContentService
 void AdministerNotificationRequestController.setMessageContentService(NotificationMessageContentService notificationMessageContentService)
          Sets the messageContentService attribute value.
 void BaseSendNotificationController.setNotificationMessageContentService(NotificationMessageContentService notificationMessageContentService)
          Sets the NotificationMessageContentService.
 



Copyright © 2005–2014 The Kuali Foundation. All rights reserved.