Uses of Interface
org.kuali.rice.ken.service.NotificationMessageDeliveryService
Packages that use NotificationMessageDeliveryService
Package
Description
-
Uses of NotificationMessageDeliveryService in org.kuali.rice.ken.core
Methods in org.kuali.rice.ken.core that return NotificationMessageDeliveryServiceModifier and TypeMethodDescriptionNotificationServiceLocator.getNotificationMessageDeliveryService()This method returns an instance of the Spring configured impl for the NotificationMessageDeliveryService.SpringNotificationServiceLocator.getNotificationMessageDeliveryService() -
Uses of NotificationMessageDeliveryService in org.kuali.rice.ken.service.impl
Classes in org.kuali.rice.ken.service.impl that implement NotificationMessageDeliveryServiceModifier and TypeClassDescriptionclassNotificationService implementation - this is the default out-of-the-box implementation of the service that uses the businessObjectDao to get at the data via our OOTB DBMS.Constructors in org.kuali.rice.ken.service.impl with parameters of type NotificationMessageDeliveryServiceModifierConstructorDescriptionNotificationMessageDeliveryAutoRemovalServiceImpl(DataObjectService dataObjectService, org.springframework.transaction.PlatformTransactionManager txManager, ExecutorService executor, NotificationMessageDeliveryService messageDeliveryService) Constructs a NotificationMessageDeliveryDispatchServiceImpl instance.NotificationServiceImpl(DataObjectService dataObjectService, NotificationMessageContentService messageContentService, NotificationAuthorizationService notificationAuthorizationService, NotificationRecipientService notificationRecipientService, NotificationMessageDeliveryService notificationMessageDeliveryService, NotificationDao notDao) Constructs a NotificationServiceImpl class instance. -
Uses of NotificationMessageDeliveryService in org.kuali.rice.ken.web.spring
Fields in org.kuali.rice.ken.web.spring declared as NotificationMessageDeliveryServiceModifier and TypeFieldDescriptionprotected NotificationMessageDeliveryServiceNotificationController.messageDeliveryServiceMethods in org.kuali.rice.ken.web.spring with parameters of type NotificationMessageDeliveryServiceModifier and TypeMethodDescriptionvoidNotificationController.setMessageDeliveryService(NotificationMessageDeliveryService messageDeliveryService)