Uses of Enum Class
org.gcube.portal.databook.shared.NotificationType
Packages that use NotificationType
-
Uses of NotificationType in org.gcube.portal.databook.server
Methods in org.gcube.portal.databook.server that return types with arguments of type NotificationTypeModifier and TypeMethodDescriptionDatabookStore.getUserNotificationPreferences(String userid) get the notification preferences map (enableor disable the channels to be used for notifying the user)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 NotificationTypeModifier and TypeMethodDescriptionDatabookStore.getUserNotificationChannels(String userid, NotificationType notificationType) return the channels a user chose for being notified for a given notification typeDBCassandraAstyanaxImpl.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 NotificationTypeModifier and TypeMethodDescriptionbooleanDatabookStore.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)