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

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

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

Methods in org.gcube.portal.databook.server that throw NotificationTypeNotFoundException
 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)
 List<NotificationChannelType> DatabookStore.getUserNotificationChannels(String userid, NotificationType notificationType)
          return the channels a user chose for being notified for a given notification type
 List<NotificationChannelType> DBCassandraAstyanaxImpl.getUserNotificationChannels(String userid, NotificationType notificationType)
          return the channels a user chose for being notified for a given notification type
 Map<NotificationType,NotificationChannelType[]> DatabookStore.getUserNotificationPreferences(String userid)
          get the notification preferences map (enableor disable the channels to be used for notifying the user)
 Map<NotificationType,NotificationChannelType[]> DBCassandraAstyanaxImpl.getUserNotificationPreferences(String userid)
          get the notification preferences map (enableor disable the channels to be used for notifying the user)
 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 © 2013. All Rights Reserved.