Uses of Class
org.gcube.portal.databook.shared.ex.NotificationIDNotFoundException
Packages that use NotificationIDNotFoundException
-
Uses of NotificationIDNotFoundException in org.gcube.portal.databook.server
Methods in org.gcube.portal.databook.server that throw NotificationIDNotFoundExceptionModifier and TypeMethodDescriptionbooleanDatabookStore.checkUnreadMessagesNotifications(String userid) booleanDBCassandraAstyanaxImpl.checkUnreadMessagesNotifications(String userid) booleanDatabookStore.checkUnreadNotifications(String userid) DatabookStore.getAllNotificationByUser(String userid, int limit) DatabookStore.getRangeNotificationsByUser(String userid, int from, int quantity) DBCassandraAstyanaxImpl.getRangeNotificationsByUser(String userid, int from, int quantity) DatabookStore.getUnreadNotificationsByUser(String userid) Returns all unread notifications for a user (excluding message notifications).DBCassandraAstyanaxImpl.getUnreadNotificationsByUser(String userid) Returns all unread notifications for a user (excluding message notifications).DatabookStore.readNotification(String notificationid) Reads a notification from a given ID.DBCassandraAstyanaxImpl.readNotification(String notificationid) Reads a notification from a given ID.booleanDatabookStore.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