|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface NotificationService
Notification Service Interface.
| Method Summary | |
|---|---|
boolean |
exists(java.lang.String notificationProvider)
Indicates whether a notification provider exists or not. |
java.util.List |
getNotificationProviders()
Gets a list of all the currently available notification providers. |
void |
register(NotificationProvider notificationProvider)
Registers a notification provider with the notification service. |
void |
sendNotification(java.lang.String notificationProvider,
NotificationContext notificationContext)
Send notification using the names notification provider and notification context. |
| Method Detail |
|---|
@NotAuditable void register(NotificationProvider notificationProvider)
notificationProvider - notification provider@NotAuditable java.util.List getNotificationProviders()
List<String> notification provider names@NotAuditable boolean exists(java.lang.String notificationProvider)
notificationProvider - notification provider
@NotAuditable
void sendNotification(java.lang.String notificationProvider,
NotificationContext notificationContext)
notificationProvider - notification providernotificationContext - notification context
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||