|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NotificationChannelService | |
---|---|
org.kuali.rice.ken.core | |
org.kuali.rice.ken.service.impl | |
org.kuali.rice.ken.web.spring |
Uses of NotificationChannelService in org.kuali.rice.ken.core |
---|
Methods in org.kuali.rice.ken.core that return NotificationChannelService | |
---|---|
NotificationChannelService |
NotificationServiceLocator.getNotificationChannelService()
This method returns an instance of the Spring configured impl for the NotificationChannelService. |
NotificationChannelService |
SpringNotificationServiceLocator.getNotificationChannelService()
|
Uses of NotificationChannelService in org.kuali.rice.ken.service.impl |
---|
Classes in org.kuali.rice.ken.service.impl that implement NotificationChannelService | |
---|---|
class |
NotificationChannelServiceImpl
NotificationChannelService implementation - uses the businessObjectDao to get at data in the underlying database. |
Methods in org.kuali.rice.ken.service.impl with parameters of type NotificationChannelService | |
---|---|
void |
KENAPIServiceImpl.setNotificationChannelService(NotificationChannelService ncs)
Sets the NotificationChannelService |
Constructors in org.kuali.rice.ken.service.impl with parameters of type NotificationChannelService | |
---|---|
UserPreferenceServiceImpl(GenericDao businessObjectDao,
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 NotificationChannelService | |
---|---|
protected NotificationChannelService |
SendEventNotificationMessageController.notificationChannelService
|
protected NotificationChannelService |
UserPreferencesController.notificationChannelService
|
protected NotificationChannelService |
SendNotificationMessageController.notificationChannelService
|
Methods in org.kuali.rice.ken.web.spring with parameters of type NotificationChannelService | |
---|---|
void |
SendEventNotificationMessageController.setNotificationChannelService(NotificationChannelService notificationChannelService)
Sets the notificationChannelService attribute value. |
void |
UserPreferencesController.setNotificationChannelService(NotificationChannelService notificationChannelService)
Set the NotificationChannelService |
void |
SendNotificationMessageController.setNotificationChannelService(NotificationChannelService notificationChannelService)
Sets the notificationChannelService attribute value. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |