Uses of Class
org.gcube.portal.databook.shared.NotificationChannelType
-
Packages that use NotificationChannelType Package Description org.gcube.portal.databook.server org.gcube.portal.databook.shared -
-
Uses of NotificationChannelType in org.gcube.portal.databook.server
Methods in org.gcube.portal.databook.server that return types with arguments of type NotificationChannelType 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 type -
Uses of NotificationChannelType in org.gcube.portal.databook.shared
Methods in org.gcube.portal.databook.shared that return NotificationChannelType Modifier and Type Method Description static NotificationChannelTypeNotificationChannelType. valueOf(String name)Returns the enum constant of this type with the specified name.static NotificationChannelType[]NotificationChannelType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-