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

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

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

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

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

Classes in org.kuali.rice.ken.service.impl that implement NotificationAuthorizationService
 class NotificationAuthorizationServiceImpl
          NotificationAuthorizationService 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 NotificationAuthorizationService
NotificationServiceImpl(GenericDao businessObjectDao, NotificationMessageContentService messageContentService, NotificationAuthorizationService notificationAuthorizationService, NotificationRecipientService notificationRecipientService, NotificationWorkflowDocumentService notificationWorkflowDocumentService, NotificationMessageDeliveryService notificationMessageDeliveryService, NotificationDao notDao)
          Constructs a NotificationServiceImpl class instance.
 

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

Fields in org.kuali.rice.ken.web.spring declared as NotificationAuthorizationService
protected  NotificationAuthorizationService ContentTypeController.notificationAuthzService
           
protected  NotificationAuthorizationService SecurityInterceptor.notificationAuthzService
           
 

Methods in org.kuali.rice.ken.web.spring with parameters of type NotificationAuthorizationService
 void ContentTypeController.setNotificationAuthorizationService(NotificationAuthorizationService notificationAuthzService)
          Set the Notification Authorization Services
 void SecurityInterceptor.setNotificationAuthorizationService(NotificationAuthorizationService notificationAuthzService)
          Sets the NotificationAuthorizationService member
 



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