Uses of Interface
org.kuali.rice.ken.service.NotificationService
Packages that use NotificationService
Package
Description
-
Uses of NotificationService in org.kuali.rice.ken.core
Methods in org.kuali.rice.ken.core that return NotificationServiceModifier and TypeMethodDescriptionNotificationServiceLocator.getNotificationService()This method returns an instance of the Spring configured impl for the NotificationService.SpringNotificationServiceLocator.getNotificationService() -
Uses of NotificationService in org.kuali.rice.ken.postprocessor.kew
Constructors in org.kuali.rice.ken.postprocessor.kew with parameters of type NotificationServiceModifierConstructorDescriptionNotificationSenderFormPostProcessor(NotificationService notificationService, DataObjectService dataObjectService) Constructs a NotificationSenderFormPostProcessor instance. -
Uses of NotificationService in org.kuali.rice.ken.service.impl
Classes in org.kuali.rice.ken.service.impl that implement NotificationServiceModifier and TypeClassDescriptionclassNotificationService implementation - this is the default out-of-the-box implementation of the service.Constructors in org.kuali.rice.ken.service.impl with parameters of type NotificationServiceModifierConstructorDescriptionNotificationMessageDeliveryResolverServiceImpl(NotificationService notificationService, NotificationRecipientService notificationRecipientService, DataObjectService dataObjectService, org.springframework.transaction.PlatformTransactionManager txManager, ExecutorService executor) Constructs a NotificationMessageDeliveryDispatchServiceImpl instance.SendNotificationServiceKewXmlImpl(NotificationService notificationService) Constructs a SendNotificationServiceKewXmlImpl instance. -
Uses of NotificationService in org.kuali.rice.ken.web.spring
Fields in org.kuali.rice.ken.web.spring declared as NotificationServiceModifier and TypeFieldDescriptionprotected NotificationServiceBaseSendNotificationController.notificationServiceprotected NotificationServiceContentTypeController.notificationServiceprotected NotificationServiceNotificationController.notificationServiceMethods in org.kuali.rice.ken.web.spring that return NotificationServiceMethods in org.kuali.rice.ken.web.spring with parameters of type NotificationServiceModifier and TypeMethodDescriptionvoidBaseSendNotificationController.setNotificationService(NotificationService notificationService) voidContentTypeController.setNotificationService(NotificationService notificationService) voidNotificationController.setNotificationService(NotificationService notificationService)