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

Packages that use NotificationService
org.kuali.rice.ken.core   
org.kuali.rice.ken.postprocessor.kew   
org.kuali.rice.ken.service.impl   
org.kuali.rice.ken.web.spring   
 

Uses of NotificationService in org.kuali.rice.ken.core
 

Methods in org.kuali.rice.ken.core that return NotificationService
 NotificationService SpringNotificationServiceLocator.getNotificationService()
           
 NotificationService NotificationServiceLocator.getNotificationService()
          This method returns an instance of the Spring configured impl for the NotificationService.
 

Uses of NotificationService in org.kuali.rice.ken.postprocessor.kew
 

Constructors in org.kuali.rice.ken.postprocessor.kew with parameters of type NotificationService
NotificationSenderFormPostProcessor(NotificationService notificationService, GenericDao businessObjectDao)
          Constructs a NotificationSenderFormPostProcessor instance.
 

Uses of NotificationService in org.kuali.rice.ken.service.impl
 

Classes in org.kuali.rice.ken.service.impl that implement NotificationService
 class NotificationServiceImpl
          NotificationService 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 NotificationService
NotificationMessageDeliveryResolverServiceImpl(NotificationService notificationService, NotificationRecipientService notificationRecipientService, GenericDao businessObjectDao, org.springframework.transaction.PlatformTransactionManager txManager, ExecutorService executor, UserPreferenceService userPreferenceService)
          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 NotificationService
protected  NotificationService NotificationController.notificationService
           
protected  NotificationService ContentTypeController.notificationService
           
protected  NotificationService SendEventNotificationMessageController.notificationService
           
protected  NotificationService SendNotificationMessageController.notificationService
           
 

Methods in org.kuali.rice.ken.web.spring with parameters of type NotificationService
 void NotificationController.setNotificationService(NotificationService notificationService)
          Set the NotificationService
 void ContentTypeController.setNotificationService(NotificationService notificationService)
          Set the Notification Services
 void SendEventNotificationMessageController.setNotificationService(NotificationService notificationService)
          Set the NotificationService
 void SendNotificationMessageController.setNotificationService(NotificationService notificationService)
          Set the NotificationService
 



Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.