Uses of Interface
org.kuali.rice.ken.service.NotificationAuthorizationService
Packages that use NotificationAuthorizationService
Package
Description
-
Uses of NotificationAuthorizationService in org.kuali.rice.ken.core
Methods in org.kuali.rice.ken.core that return NotificationAuthorizationServiceModifier and TypeMethodDescriptionNotificationServiceLocator.getNotificationAuthorizationService()This method returns an instance of the Spring configured impl for the NotificationAuthorizationService.SpringNotificationServiceLocator.getNotificationAuthorizationService() -
Uses of NotificationAuthorizationService in org.kuali.rice.ken.service.impl
Classes in org.kuali.rice.ken.service.impl that implement NotificationAuthorizationServiceModifier and TypeClassDescriptionclassNotificationAuthorizationService 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 NotificationAuthorizationServiceModifierConstructorDescriptionNotificationServiceImpl(DataObjectService dataObjectService, NotificationMessageContentService messageContentService, NotificationAuthorizationService notificationAuthorizationService, NotificationRecipientService notificationRecipientService, 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 NotificationAuthorizationServiceModifier and TypeFieldDescriptionprotected NotificationAuthorizationServiceContentTypeController.notificationAuthzServiceprotected NotificationAuthorizationServiceSecurityInterceptor.notificationAuthzServiceMethods in org.kuali.rice.ken.web.spring with parameters of type NotificationAuthorizationServiceModifier and TypeMethodDescriptionvoidContentTypeController.setNotificationAuthorizationService(NotificationAuthorizationService notificationAuthzService) voidSecurityInterceptor.setNotificationAuthorizationService(NotificationAuthorizationService notificationAuthzService) Sets the NotificationAuthorizationService member