Uses of Class
org.gcube.portal.databook.shared.ex.NotificationIDNotFoundException
-
Packages that use NotificationIDNotFoundException Package Description org.gcube.portal.databook.server -
-
Uses of NotificationIDNotFoundException in org.gcube.portal.databook.server
Methods in org.gcube.portal.databook.server that throw NotificationIDNotFoundException Modifier and Type Method Description booleanDatabookStore. checkUnreadMessagesNotifications(String userid)booleanDBCassandraAstyanaxImpl. checkUnreadMessagesNotifications(String userid)booleanDatabookStore. checkUnreadNotifications(String userid)List<Notification>DatabookStore. getAllNotificationByUser(String userid, int limit)List<Notification>DatabookStore. getRangeNotificationsByUser(String userid, int from, int quantity)List<Notification>DBCassandraAstyanaxImpl. getRangeNotificationsByUser(String userid, int from, int quantity)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)NotificationDatabookStore. readNotification(String notificationid)read a notification from a given idNotificationDBCassandraAstyanaxImpl. readNotification(String notificationid)read a notification from a given idbooleanDatabookStore. setAllNotificationReadByUser(String userid)This is a fast way to set all notification to read quicklybooleanDatabookStore. setNotificationRead(String notificationidToSet)set an existing Notification instance in the to readbooleanDBCassandraAstyanaxImpl. setNotificationRead(String notificationidToSet)set an existing Notification instance in the to read
-