Uses of Interface
org.kuali.rice.ken.service.NotificationMessageContentService
Packages that use NotificationMessageContentService
Package
Description
-
Uses of NotificationMessageContentService in org.kuali.rice.ken.core
Methods in org.kuali.rice.ken.core that return NotificationMessageContentServiceModifier and TypeMethodDescriptionNotificationServiceLocator.getNotificationMessageContentService()This method returns an instance of the Spring configured impl for the NotificationMessageContentService.SpringNotificationServiceLocator.getNotificationMessageContentService() -
Uses of NotificationMessageContentService in org.kuali.rice.ken.service.impl
Classes in org.kuali.rice.ken.service.impl that implement NotificationMessageContentServiceModifier and TypeClassDescriptionclassNotificationMessageContentService 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 NotificationMessageContentServiceModifierConstructorDescriptionNotificationServiceImpl(org.kuali.rice.krad.data.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 NotificationMessageContentServiceModifier and TypeFieldDescriptionprotected NotificationMessageContentServiceAdministerNotificationRequestController.messageContentServiceprotected NotificationMessageContentServiceBaseSendNotificationController.notificationMessageContentServiceMethods in org.kuali.rice.ken.web.spring that return NotificationMessageContentServiceModifier and TypeMethodDescriptionAdministerNotificationRequestController.getMessageContentService()BaseSendNotificationController.getNotificationMessageContentService()Methods in org.kuali.rice.ken.web.spring with parameters of type NotificationMessageContentServiceModifier and TypeMethodDescriptionvoidAdministerNotificationRequestController.setMessageContentService(NotificationMessageContentService notificationMessageContentService) voidBaseSendNotificationController.setNotificationMessageContentService(NotificationMessageContentService notificationMessageContentService)