|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NotificationChannelService
Service for accessing NotificationChannelBo
s
Method Summary | |
---|---|
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. |
Method Detail |
---|
Collection<NotificationChannelBo> getAllNotificationChannels()
NotificationChannelBo getNotificationChannel(String id)
id
-
NotificationChannelBo getNotificationChannelByName(String name)
id
-
Collection<NotificationChannelBo> getSubscribableChannels()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |