|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NotificationService
Method Summary | |
---|---|
void |
dismissNotification(NotificationID id)
Dismiss a notification. |
Notification |
getNotification(NotificationID id)
Get notification. |
java.util.List |
getNotificationsForUser(UserID id)
|
NotificationID |
notify(UserID userId,
java.lang.String message)
Create a notification for a designated user. |
Method Detail |
---|
java.util.List getNotificationsForUser(UserID id)
void dismissNotification(NotificationID id)
id
- the id of the notification to be dismissedNotification getNotification(NotificationID id)
id
- the id of the notification to be retrievedNotificationID notify(UserID userId, java.lang.String message)
userId
- the user to notifymessage
- the notification message
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |