Uses of Class
org.gcube.portal.databook.shared.Notification
Packages that use Notification
-
Uses of Notification in org.gcube.portal.databook.server
Methods in org.gcube.portal.databook.server that return NotificationModifier and TypeMethodDescriptionDatabookStore.readNotification(String notificationid) Reads a notification from a given ID.DBCassandraAstyanaxImpl.readNotification(String notificationid) Reads a notification from a given ID.Methods in org.gcube.portal.databook.server that return types with arguments of type NotificationModifier and TypeMethodDescriptionDatabookStore.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).Methods in org.gcube.portal.databook.server with parameters of type NotificationModifier and TypeMethodDescriptionbooleanDatabookStore.saveNotification(Notification notification) save a Notification instance in the storebooleanDBCassandraAstyanaxImpl.saveNotification(Notification n) save a Notification instance in the store