Uses of Class
org.gcube.portal.databook.shared.NotificationType
-
Packages that use NotificationType Package Description org.gcube.portal.databook.server org.gcube.portal.databook.shared -
-
Uses of NotificationType in org.gcube.portal.databook.server
Methods in org.gcube.portal.databook.server that return types with arguments of type NotificationType Modifier and Type Method Description 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)Methods in org.gcube.portal.databook.server with parameters of type NotificationType Modifier and Type Method Description List<NotificationChannelType>DatabookStore. getUserNotificationChannels(String userid, NotificationType notificationType)return the channels a user chose for being notified for a given notification typeList<NotificationChannelType>DBCassandraAstyanaxImpl. getUserNotificationChannels(String userid, NotificationType notificationType)return the channels a user chose for being notified for a given notification typeMethod parameters in org.gcube.portal.databook.server with type arguments of type NotificationType Modifier and Type Method Description booleanDatabookStore. setUserNotificationPreferences(String userid, Map<NotificationType,NotificationChannelType[]> enabledChannels)set the notification preferences map (enable or disable the channels to be used for notifying the user)booleanDBCassandraAstyanaxImpl. setUserNotificationPreferences(String userid, Map<NotificationType,NotificationChannelType[]> enabledChannels)set the notification preferences map (enable or disable the channels to be used for notifying the user) -
Uses of NotificationType in org.gcube.portal.databook.shared
Methods in org.gcube.portal.databook.shared that return NotificationType Modifier and Type Method Description NotificationTypeNotification. getType()static NotificationTypeNotificationType. valueOf(String name)Returns the enum constant of this type with the specified name.static NotificationType[]NotificationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.gcube.portal.databook.shared with parameters of type NotificationType Modifier and Type Method Description voidNotification. setType(NotificationType type)Constructors in org.gcube.portal.databook.shared with parameters of type NotificationType Constructor Description Notification(String key, NotificationType type, String userid, String subjectid, Date time, String uri, String description, boolean read, String senderid, String senderFullName, String senderThumbnail)Notification(String key, NotificationType type, String userid, String subjectid, Date time, String uri, String description, boolean read, String senderid, String senderFullName, String senderThumbnail, String commentKey)
-