Uses of Class
org.gcube.portal.databook.shared.ex.NotificationIDNotFoundException

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

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

Methods in org.gcube.portal.databook.server that throw NotificationIDNotFoundException
 boolean DatabookStore.checkUnreadMessagesNotifications(String userid)
           
 boolean DBCassandraAstyanaxImpl.checkUnreadMessagesNotifications(String userid)
          
 boolean DatabookStore.checkUnreadNotifications(String userid)
           
 boolean DBCassandraAstyanaxImpl.checkUnreadNotifications(String userid)
          
 List<Notification> DatabookStore.getAllNotificationByUser(String userid, int limit)
           
 List<Notification> DBCassandraAstyanaxImpl.getAllNotificationByUser(String userid, int limit)
          
 List<Notification> DatabookStore.getUnreadNotificationMessagesByUser(String userid)
          return the not yet read notification messages
 List<Notification> DBCassandraAstyanaxImpl.getUnreadNotificationMessagesByUser(String userid)
          return the not yet read notification messages
 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)
 Notification DatabookStore.readNotification(String notificationid)
          read a notification from a given id
 Notification DBCassandraAstyanaxImpl.readNotification(String notificationid)
          read a notification from a given id
 boolean DatabookStore.setAllNotificationReadByUser(String userid)
          This is a fast way to set all notification to read quickly
 boolean DBCassandraAstyanaxImpl.setAllNotificationReadByUser(String userid)
          This is a fast way to set all notification to read quickly
 boolean DatabookStore.setNotificationRead(String notificationidToSet)
          set an existing Notification instance in the to read
 boolean DBCassandraAstyanaxImpl.setNotificationRead(String notificationidToSet)
          set an existing Notification instance in the to read
 



Copyright © 2014. All Rights Reserved.