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

Packages that use NotificationRecipientService
org.kuali.rice.ken.core   
org.kuali.rice.ken.service.impl   
org.kuali.rice.ken.web.spring   
 

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

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

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

Classes in org.kuali.rice.ken.service.impl that implement NotificationRecipientService
 class NotificationRecipientServiceKimImpl
          NotificationRecipientService implementation This implementation relies on KIM user and group management
 

Constructors in org.kuali.rice.ken.service.impl with parameters of type NotificationRecipientService
NotificationMessageDeliveryResolverServiceImpl(NotificationService notificationService, NotificationRecipientService notificationRecipientService, GenericDao businessObjectDao, org.springframework.transaction.PlatformTransactionManager txManager, ExecutorService executor, UserPreferenceService userPreferenceService)
          Constructs a NotificationMessageDeliveryDispatchServiceImpl instance.
NotificationServiceImpl(GenericDao businessObjectDao, NotificationMessageContentService messageContentService, NotificationAuthorizationService notificationAuthorizationService, NotificationRecipientService notificationRecipientService, NotificationWorkflowDocumentService notificationWorkflowDocumentService, NotificationMessageDeliveryService notificationMessageDeliveryService, NotificationDao notDao)
          Constructs a NotificationServiceImpl class instance.
 

Uses of NotificationRecipientService in org.kuali.rice.ken.web.spring
 

Fields in org.kuali.rice.ken.web.spring declared as NotificationRecipientService
protected  NotificationRecipientService SendEventNotificationMessageController.notificationRecipientService
           
protected  NotificationRecipientService SendNotificationMessageController.notificationRecipientService
           
protected  NotificationRecipientService AdministerNotificationRequestController.recipientService
           
 

Methods in org.kuali.rice.ken.web.spring with parameters of type NotificationRecipientService
 void SendEventNotificationMessageController.setNotificationRecipientService(NotificationRecipientService notificationRecipientService)
          Sets the notificationRecipientService attribute value.
 void SendNotificationMessageController.setNotificationRecipientService(NotificationRecipientService notificationRecipientService)
          Sets the notificationRecipientService attribute value.
 void AdministerNotificationRequestController.setRecipientService(NotificationRecipientService notificationRecipientService)
          Sets the recipientService attribute value.
 



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