|
||||||||||
| 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(DataObjectService dataObjectService)
Constructs a NotificationChannelServiceImpl.java. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NotificationChannelServiceImpl(DataObjectService dataObjectService)
dataObjectService - service persists data to datasource.| Method Detail |
|---|
public NotificationChannelBo getNotificationChannel(String id)
NotificationChannelService
getNotificationChannel in interface NotificationChannelServiceNotificationChannelService.getNotificationChannel(java.lang.String)public NotificationChannelBo 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 | |||||||||