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) return the not yet read notifications (not including messages)DBCassandraAstyanaxImpl.getUnreadNotificationsByUser(String userid) return the not yet read notifications (not including messages)DatabookStore.getUserNotificationChannels(String userid, NotificationType notificationType) return the channels a user chose for being notified for a given notification typeDBCassandraAstyanaxImpl.getUserNotificationChannels(String userid, NotificationType notificationType) return the channels a user chose for being notified for a given notification typeDatabookStore.getUserNotificationPreferences(String userid) get the notification preferences map (enableor disable the channels to be used for notifying the user)DBCassandraAstyanaxImpl.getUserNotificationPreferences(String userid) get the notification preferences map (enableor disable the channels to be used for notifying the user)DatabookStore.readNotification(String notificationid) read a notification from a given idDBCassandraAstyanaxImpl.readNotification(String notificationid) read a notification from a given idbooleanDatabookStore.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