| Package | Description |
|---|---|
| org.gcube.portal.databook.server |
| Modifier and Type | Method and Description |
|---|---|
Notification |
DatabookStore.readNotification(java.lang.String notificationid)
read a notification from a given id
|
Notification |
DBCassandraAstyanaxImpl.readNotification(java.lang.String notificationid)
read a notification from a given id
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Notification> |
DatabookStore.getAllNotificationByUser(java.lang.String userid,
int limit) |
java.util.List<Notification> |
DBCassandraAstyanaxImpl.getAllNotificationByUser(java.lang.String userid,
int limit) |
java.util.List<Notification> |
DatabookStore.getRangeNotificationsByUser(java.lang.String userid,
int from,
int quantity) |
java.util.List<Notification> |
DBCassandraAstyanaxImpl.getRangeNotificationsByUser(java.lang.String userid,
int from,
int quantity) |
java.util.List<Notification> |
DatabookStore.getUnreadNotificationsByUser(java.lang.String userid)
return the not yet read notifications (not including messages)
|
java.util.List<Notification> |
DBCassandraAstyanaxImpl.getUnreadNotificationsByUser(java.lang.String userid)
return the not yet read notifications (not including messages)
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
DatabookStore.saveNotification(Notification notification)
save a Notification instance in the store
|
boolean |
DBCassandraAstyanaxImpl.saveNotification(Notification n)
save a Notification instance in the store
|
Copyright © 2022. All rights reserved.