| Modifier and Type | Method and Description |
|---|---|
void |
markAllRead(UserLocatorVO user)
Marks as read all the notifications of the given user.
|
void |
markAsRead(java.util.List<java.lang.Long> ids)
Marks as read the given notification ids
|
void |
remove(java.lang.Long id)
Removes the given notification id
|
void |
removeAll(java.util.Collection<java.lang.Long> notificationIds)
Removes a set of notifications
|
Page<NotificationVO> |
search(NotificationQuery params)
Searches for notifications for the logged user
|
void markAllRead(UserLocatorVO user) throws FrameworkException
FrameworkExceptionvoid markAsRead(java.util.List<java.lang.Long> ids)
throws FrameworkException
FrameworkExceptionvoid remove(java.lang.Long id)
throws FrameworkException
FrameworkExceptionvoid removeAll(java.util.Collection<java.lang.Long> notificationIds)
throws FrameworkException
FrameworkExceptionPage<NotificationVO> search(NotificationQuery params) throws FrameworkException
FrameworkException