| Package | Description |
|---|---|
| org.kuali.rice.ken.core | |
| org.kuali.rice.ken.service.impl | |
| org.kuali.rice.ken.web.spring |
| Modifier and Type | Method and Description |
|---|---|
NotificationChannelService |
SpringNotificationServiceLocator.getNotificationChannelService() |
NotificationChannelService |
NotificationServiceLocator.getNotificationChannelService()
This method returns an instance of the Spring configured impl for the NotificationChannelService.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NotificationChannelServiceImpl
NotificationChannelService implementation - uses the businessObjectDao to get at data in the underlying database.
|
| Modifier and Type | Method and Description |
|---|---|
void |
KENAPIServiceImpl.setNotificationChannelService(NotificationChannelService ncs)
Sets the NotificationChannelService
|
| Constructor and Description |
|---|
UserPreferenceServiceImpl(GenericDao businessObjectDao,
NotificationChannelService notificationChannelService)
Constructs a UserPreferenceServiceImpl
|
| Modifier and Type | Field and Description |
|---|---|
protected NotificationChannelService |
UserPreferencesController.notificationChannelService |
protected NotificationChannelService |
SendNotificationMessageController.notificationChannelService |
protected NotificationChannelService |
SendEventNotificationMessageController.notificationChannelService |
| Modifier and Type | Method and Description |
|---|---|
void |
UserPreferencesController.setNotificationChannelService(NotificationChannelService notificationChannelService)
Set the NotificationChannelService
|
void |
SendNotificationMessageController.setNotificationChannelService(NotificationChannelService notificationChannelService)
Sets the notificationChannelService attribute value.
|
void |
SendEventNotificationMessageController.setNotificationChannelService(NotificationChannelService notificationChannelService)
Sets the notificationChannelService attribute value.
|
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.