Uses of Interface
org.kuali.rice.ken.service.NotificationRecipientService
Packages that use NotificationRecipientService
Package
Description
-
Uses of NotificationRecipientService in org.kuali.rice.ken.core
Methods in org.kuali.rice.ken.core that return NotificationRecipientServiceModifier and TypeMethodDescriptionNotificationServiceLocator.getNotificationRecipientService()This method returns an instance of the Spring configured impl for the NotificationRecipientService.SpringNotificationServiceLocator.getNotificationRecipientService() -
Uses of NotificationRecipientService in org.kuali.rice.ken.service.impl
Classes in org.kuali.rice.ken.service.impl that implement NotificationRecipientServiceModifier and TypeClassDescriptionclassNotificationRecipientService implementation This implementation relies on KIM user and group managementConstructors in org.kuali.rice.ken.service.impl with parameters of type NotificationRecipientServiceModifierConstructorDescriptionNotificationMessageDeliveryResolverServiceImpl(NotificationService notificationService, NotificationRecipientService notificationRecipientService, org.kuali.rice.krad.data.DataObjectService dataObjectService, org.springframework.transaction.PlatformTransactionManager txManager, ExecutorService executor) Constructs a NotificationMessageDeliveryDispatchServiceImpl instance.NotificationServiceImpl(org.kuali.rice.krad.data.DataObjectService dataObjectService, NotificationMessageContentService messageContentService, NotificationAuthorizationService notificationAuthorizationService, NotificationRecipientService notificationRecipientService, 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 NotificationRecipientServiceModifier and TypeFieldDescriptionprotected NotificationRecipientServiceBaseSendNotificationController.notificationRecipientServiceprotected NotificationRecipientServiceAdministerNotificationRequestController.recipientServiceMethods in org.kuali.rice.ken.web.spring that return NotificationRecipientServiceModifier and TypeMethodDescriptionBaseSendNotificationController.getNotificationRecipientService()AdministerNotificationRequestController.getRecipientService()Methods in org.kuali.rice.ken.web.spring with parameters of type NotificationRecipientServiceModifier and TypeMethodDescriptionvoidBaseSendNotificationController.setNotificationRecipientService(NotificationRecipientService notificationRecipientService) voidAdministerNotificationRequestController.setRecipientService(NotificationRecipientService notificationRecipientService)