|
||||||||||
| 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 |
DatabookStore.checkUnreadMessagesNotifications(String userid)
|
boolean |
DBCassandraAstyanaxImpl.checkUnreadMessagesNotifications(String userid)
|
boolean |
DatabookStore.checkUnreadNotifications(String userid)
|
boolean |
DBCassandraAstyanaxImpl.checkUnreadNotifications(String userid)
|
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) |
Notification |
DatabookStore.readNotification(String notificationid)
read a notification from a given id |
Notification |
DBCassandraAstyanaxImpl.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.setAllNotificationReadByUser(String userid)
This is a fast way to set all notification to read quickly |
boolean |
DatabookStore.setNotificationRead(String notificationidToSet)
set an existing Notification instance in the to read |
boolean |
DBCassandraAstyanaxImpl.setNotificationRead(String notificationidToSet)
set an existing Notification instance in the to read |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||