Uses of Interface
org.kuali.rice.ken.service.NotificationChannelService
Packages that use NotificationChannelService
Package
Description
-
Uses of NotificationChannelService in org.kuali.rice.ken.core
Methods in org.kuali.rice.ken.core that return NotificationChannelServiceModifier and TypeMethodDescriptionNotificationServiceLocator.getNotificationChannelService()This method returns an instance of the Spring configured impl for the NotificationChannelService.SpringNotificationServiceLocator.getNotificationChannelService() -
Uses of NotificationChannelService in org.kuali.rice.ken.service.impl
Classes in org.kuali.rice.ken.service.impl that implement NotificationChannelServiceModifier and TypeClassDescriptionclassNotificationChannelService implementation - uses the businessObjectDao to get at data in the underlying database.Methods in org.kuali.rice.ken.service.impl with parameters of type NotificationChannelServiceModifier and TypeMethodDescriptionvoidKENAPIServiceImpl.setNotificationChannelService(NotificationChannelService ncs) Sets the NotificationChannelServiceConstructors in org.kuali.rice.ken.service.impl with parameters of type NotificationChannelServiceModifierConstructorDescriptionUserPreferenceServiceImpl(DataObjectService dataObjectService, NotificationChannelService notificationChannelService) Constructs a UserPreferenceServiceImpl -
Uses of NotificationChannelService in org.kuali.rice.ken.web.spring
Fields in org.kuali.rice.ken.web.spring declared as NotificationChannelServiceModifier and TypeFieldDescriptionprotected NotificationChannelServiceBaseSendNotificationController.notificationChannelServiceprotected NotificationChannelServiceUserPreferencesController.notificationChannelServiceMethods in org.kuali.rice.ken.web.spring that return NotificationChannelServiceModifier and TypeMethodDescriptionBaseSendNotificationController.getNotificationChannelService()UserPreferencesController.getNotificationChannelService()Methods in org.kuali.rice.ken.web.spring with parameters of type NotificationChannelServiceModifier and TypeMethodDescriptionvoidBaseSendNotificationController.setNotificationChannelService(NotificationChannelService notificationChannelService) voidUserPreferencesController.setNotificationChannelService(NotificationChannelService notificationChannelService)