public interface NotificationServiceLocal extends NotificationService
| Modifier and Type | Method and Description |
|---|---|
int |
countNewNotifications()
The unread notifications for the logged user
|
void |
removeAllForUser(User user)
Removes all the notifications for this user.
|
markAllRead, markAsRead, remove, removeAll, searchint countNewNotifications()
void removeAllForUser(User user)