Uses of Class
org.gcube.portal.databook.shared.ex.NotificationTypeNotFoundException
Packages that use NotificationTypeNotFoundException
-
Uses of NotificationTypeNotFoundException in org.gcube.portal.databook.server
Methods in org.gcube.portal.databook.server that throw NotificationTypeNotFoundExceptionModifier and TypeMethodDescriptionbooleanDatabookStore.checkUnreadMessagesNotifications(String userid) booleanDBCassandraAstyanaxImpl.checkUnreadMessagesNotifications(String userid) booleanDatabookStore.checkUnreadNotifications(String userid) booleanDBCassandraAstyanaxImpl.checkUnreadNotifications(String userid) DatabookStore.getAllNotificationByUser(String userid, int limit) DBCassandraAstyanaxImpl.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.getUserNotificationChannels(String userid, NotificationType notificationType) Returns the notification channels a user has chosen for a given notification type.DBCassandraAstyanaxImpl.getUserNotificationChannels(String userid, NotificationType notificationType) Returns the notification channels a user has chosen for a given notification type.DatabookStore.getUserNotificationPreferences(String userid) Gets the notification preferences map (enable or disable the channels to be used for notifying the user).DBCassandraAstyanaxImpl.getUserNotificationPreferences(String userid) Gets the notification preferences map (enable or disable the channels to be used for notifying the user).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 quicklybooleanDBCassandraAstyanaxImpl.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