Uses of Class
org.gcube.portal.databook.shared.Notification

Packages that use Notification
org.gcube.portal.databook.server   
 

Uses of Notification in org.gcube.portal.databook.server
 

Methods in org.gcube.portal.databook.server that return Notification
 Notification DBCassandraAstyanaxImpl.readNotification(String notificationid)
          read a notification from a given id
 Notification DatabookStore.readNotification(String notificationid)
          read a notification from a given id
 

Methods in org.gcube.portal.databook.server that return types with arguments of type Notification
 List<Notification> DBCassandraAstyanaxImpl.getAllNotificationByUser(String userid, int limit)
          
 List<Notification> DatabookStore.getAllNotificationByUser(String userid, int limit)
           
 List<Notification> DBCassandraAstyanaxImpl.getUnreadNotificationMessagesByUser(String userid)
          return the not yet read notification messages
 List<Notification> DatabookStore.getUnreadNotificationMessagesByUser(String userid)
          return the not yet read notification messages
 List<Notification> DBCassandraAstyanaxImpl.getUnreadNotificationsByUser(String userid)
          return the not yet read notifications (not including messages)
 List<Notification> DatabookStore.getUnreadNotificationsByUser(String userid)
          return the not yet read notifications (not including messages)
 

Methods in org.gcube.portal.databook.server with parameters of type Notification
 boolean DBCassandraAstyanaxImpl.saveNotification(Notification n)
          save a Notification instance in the store
 boolean DatabookStore.saveNotification(Notification notification)
          save a Notification instance in the store
 



Copyright © 2013. All Rights Reserved.