| Package | Description |
|---|---|
| org.gcube.portal.databook.server |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DBCassandraAstyanaxImpl.checkUnreadMessagesNotifications(String userid) |
boolean |
DatabookStore.checkUnreadMessagesNotifications(String userid) |
boolean |
DatabookStore.checkUnreadNotifications(String userid) |
List<Notification> |
DatabookStore.getAllNotificationByUser(String userid,
int limit) |
List<Notification> |
DBCassandraAstyanaxImpl.getRangeNotificationsByUser(String userid,
int from,
int quantity) |
List<Notification> |
DatabookStore.getRangeNotificationsByUser(String userid,
int from,
int quantity) |
List<Notification> |
DBCassandraAstyanaxImpl.getUnreadNotificationsByUser(String userid)
return the not yet read notifications (not including messages)
|
List<Notification> |
DatabookStore.getUnreadNotificationsByUser(String userid)
return the not yet read notifications (not including messages)
|
Notification |
DBCassandraAstyanaxImpl.readNotification(String notificationid)
read a notification from a given id
|
Notification |
DatabookStore.readNotification(String notificationid)
read a notification from a given id
|
boolean |
DatabookStore.setAllNotificationReadByUser(String userid)
This is a fast way to set all notification to read quickly
|
boolean |
DBCassandraAstyanaxImpl.setNotificationRead(String notificationidToSet)
set an existing Notification instance in the to read
|
boolean |
DatabookStore.setNotificationRead(String notificationidToSet)
set an existing Notification instance in the to read
|
Copyright © 2019. All Rights Reserved.