|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NotificationTypeNotFoundException | |
---|---|
org.gcube.portal.databook.server |
Uses of NotificationTypeNotFoundException in org.gcube.portal.databook.server |
---|
Methods in org.gcube.portal.databook.server that throw NotificationTypeNotFoundException | |
---|---|
boolean |
DBCassandraAstyanaxImpl.checkUnreadMessagesNotifications(String userid)
|
boolean |
DatabookStore.checkUnreadMessagesNotifications(String userid)
|
boolean |
DBCassandraAstyanaxImpl.checkUnreadNotifications(String userid)
|
boolean |
DatabookStore.checkUnreadNotifications(String userid)
|
List<Notification> |
DBCassandraAstyanaxImpl.getAllNotificationByUser(String userid,
int limit)
|
List<Notification> |
DatabookStore.getAllNotificationByUser(String userid,
int limit)
|
List<Notification> |
DBCassandraAstyanaxImpl.getUnreadNotificationMessagesByUser(String userid)
return the not yet read notification messages |
List<Notification> |
DatabookStore.getUnreadNotificationMessagesByUser(String userid)
return the not yet read notification messages |
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 |
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |