|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NotificationChannelService
Service for accessing NotificationChannel
s
Method Summary | |
---|---|
Collection<NotificationChannel> |
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<NotificationChannel> |
getSubscribableChannels()
This method retrieves all channels in the system that can be subscribed to. |
Method Detail |
---|
Collection<NotificationChannel> getAllNotificationChannels()
NotificationChannel getNotificationChannel(String id)
id
-
NotificationChannel getNotificationChannelByName(String name)
id
-
Collection<NotificationChannel> getSubscribableChannels()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |