Uses of Class
org.gcube.portal.databook.shared.Notification
-
Packages that use Notification Package Description org.gcube.portal.databook.server -
-
Uses of Notification in org.gcube.portal.databook.server
Methods in org.gcube.portal.databook.server that return Notification Modifier and Type Method Description NotificationDatabookStore. readNotification(String notificationid)read a notification from a given idNotificationDBCassandraAstyanaxImpl. readNotification(String notificationid)read a notification from a given idMethods in org.gcube.portal.databook.server that return types with arguments of type Notification Modifier and Type Method Description List<Notification>DatabookStore. getAllNotificationByUser(String userid, int limit)List<Notification>DBCassandraAstyanaxImpl. 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)Methods in org.gcube.portal.databook.server with parameters of type Notification Modifier and Type Method Description booleanDatabookStore. saveNotification(Notification notification)save a Notification instance in the storebooleanDBCassandraAstyanaxImpl. saveNotification(Notification n)save a Notification instance in the store
-