Uses of Enum
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) Gets the notification preferences map (enable or disable the channels to be used for notifying the user).DBCassandraAstyanaxImpl.getUserNotificationPreferences(String userid) Gets the notification preferences map (enable or 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) Returns the notification channels a user has chosen for a given notification type.DBCassandraAstyanaxImpl.getUserNotificationChannels(String userid, NotificationType notificationType) Returns the notification channels a user has chosen for a given notification type.Method 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)