|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Notification | |
---|---|
org.gcube.portal.databook.server |
Uses of Notification in org.gcube.portal.databook.server |
---|
Methods in org.gcube.portal.databook.server that return Notification | |
---|---|
Notification |
DatabookStore.readNotification(String notificationid)
read a notification from a given id |
Notification |
DBCassandraAstyanaxImpl.readNotification(String notificationid)
read a notification from a given id |
Methods in org.gcube.portal.databook.server that return types with arguments of type Notification | |
---|---|
List<Notification> |
DatabookStore.getAllNotificationByUser(String userid,
int limit)
|
List<Notification> |
DBCassandraAstyanaxImpl.getAllNotificationByUser(String userid,
int limit)
|
List<Notification> |
DatabookStore.getUnreadNotificationMessagesByUser(String userid)
return the not yet read notification messages |
List<Notification> |
DBCassandraAstyanaxImpl.getUnreadNotificationMessagesByUser(String userid)
return the not yet read notification messages |
List<Notification> |
DatabookStore.getUnreadNotificationsByUser(String userid)
return the not yet read notifications (not including messages) |
List<Notification> |
DBCassandraAstyanaxImpl.getUnreadNotificationsByUser(String userid)
return the not yet read notifications (not including messages) |
Methods in org.gcube.portal.databook.server with parameters of type Notification | |
---|---|
boolean |
DatabookStore.saveNotification(Notification notification)
save a Notification instance in the store |
boolean |
DBCassandraAstyanaxImpl.saveNotification(Notification n)
save a Notification instance in the store |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |