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)
NotificationChannelService
getNotificationChannel
in interface NotificationChannelService
NotificationChannelService.getNotificationChannel(java.lang.String)
public NotificationChannelBo getNotificationChannelByName(String name)
NotificationChannelService
getNotificationChannelByName
in interface NotificationChannelService
NotificationChannelService.getNotificationChannelByName(java.lang.String)
public Collection getSubscribableChannels()
NotificationChannelService
getSubscribableChannels
in interface NotificationChannelService
NotificationChannelService.getSubscribableChannels()
public Collection getAllNotificationChannels()
NotificationChannelService
getAllNotificationChannels
in interface NotificationChannelService
NotificationChannelService.getAllNotificationChannels()
Copyright © 2005–2015 The Kuali Foundation. All rights reserved.