public class NotificationChannelServiceImpl extends Object implements NotificationChannelService
| Constructor and Description |
|---|
NotificationChannelServiceImpl(DataObjectService dataObjectService)
Constructs a NotificationChannelServiceImpl.java.
|
| Modifier and Type | Method and Description |
|---|---|
Collection |
getAllNotificationChannels()
This method returns all of the registered notification channels in the system.
|
NotificationChannelBo |
getNotificationChannel(String id)
This method retrieves a specific NotificationChannel instance by id.
|
NotificationChannelBo |
getNotificationChannelByName(String name)
This method retrieves a specific NotificationChannel instance by name.
|
Collection |
getSubscribableChannels()
This method retrieves all channels in the system that can be subscribed to.
|
public NotificationChannelServiceImpl(DataObjectService dataObjectService)
dataObjectService - service persists data to datasource.public NotificationChannelBo getNotificationChannel(String id)
NotificationChannelServicegetNotificationChannel in interface NotificationChannelServiceNotificationChannelService.getNotificationChannel(java.lang.String)public NotificationChannelBo getNotificationChannelByName(String name)
NotificationChannelServicegetNotificationChannelByName in interface NotificationChannelServiceNotificationChannelService.getNotificationChannelByName(java.lang.String)public Collection getSubscribableChannels()
NotificationChannelServicegetSubscribableChannels in interface NotificationChannelServiceNotificationChannelService.getSubscribableChannels()public Collection getAllNotificationChannels()
NotificationChannelServicegetAllNotificationChannels in interface NotificationChannelServiceNotificationChannelService.getAllNotificationChannels()Copyright © 2005–2015 The Kuali Foundation. All rights reserved.