| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.ken.service.impl.NotificationChannelServiceImpl
public class NotificationChannelServiceImpl
NotificationChannelService implementation - uses the businessObjectDao to get at data in the underlying database.
| Constructor Summary | |
|---|---|
| NotificationChannelServiceImpl(GenericDao businessObjectDao)Constructs a NotificationChannelServiceImpl.java. | |
| Method Summary | |
|---|---|
|  Collection | getAllNotificationChannels()This method returns all of the registered notification channels in the system. | 
|  NotificationChannel | getNotificationChannel(String id)This method retrieves a specific NotificationChannel instance by id. | 
|  NotificationChannel | 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. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public NotificationChannelServiceImpl(GenericDao businessObjectDao)
businessObjectDao - | Method Detail | 
|---|
public NotificationChannel getNotificationChannel(String id)
NotificationChannelService
getNotificationChannel in interface NotificationChannelServiceNotificationChannelService.getNotificationChannel(java.lang.String)public NotificationChannel getNotificationChannelByName(String name)
NotificationChannelService
getNotificationChannelByName in interface NotificationChannelServiceNotificationChannelService.getNotificationChannelByName(java.lang.String)public Collection getSubscribableChannels()
NotificationChannelService
getSubscribableChannels in interface NotificationChannelServiceNotificationChannelService.getSubscribableChannels()public Collection getAllNotificationChannels()
NotificationChannelService
getAllNotificationChannels in interface NotificationChannelServiceNotificationChannelService.getAllNotificationChannels()| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||