public interface NotificationChannelService
NotificationChannelBos| Modifier and Type | Method and Description | 
|---|---|
| Collection<NotificationChannelBo> | 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<NotificationChannelBo> | getSubscribableChannels()This method retrieves all channels in the system that can be subscribed to. | 
Collection<NotificationChannelBo> getAllNotificationChannels()
NotificationChannelBo getNotificationChannel(String id)
id - NotificationChannelBo getNotificationChannelByName(String name)
id - Collection<NotificationChannelBo> getSubscribableChannels()
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.