public interface NotificationServiceLocal extends NotificationService
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
countNewNotifications() |
void |
removeAllForUser(User user)
Removes all the notifications for this user.
|
java.lang.Long |
save(Notification notification)
Saves a new notification (transient)
|
getContent, markAsRead, remove, removeAll, searchjava.lang.Integer countNewNotifications()
throws FrameworkException
FrameworkExceptionvoid removeAllForUser(User user) throws FrameworkException
FrameworkExceptionjava.lang.Long save(Notification notification) throws FrameworkException
FrameworkException