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)
|
markAllRead, markAsRead, remove, removeAll, searchjava.lang.Integer countNewNotifications()
void removeAllForUser(User user)
java.lang.Long save(Notification notification)