|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NotificationChannelType | |
|---|---|
| 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 | |
|---|---|
List<NotificationChannelType> |
DatabookStore.getUserNotificationChannels(String userid)
return the channels a user chose for being notified |
List<NotificationChannelType> |
DBCassandraAstyanaxImpl.getUserNotificationChannels(String userid)
return the channels a user chose for being notified |
| Methods in org.gcube.portal.databook.server with parameters of type NotificationChannelType | |
|---|---|
boolean |
DatabookStore.setUserNotificationChannel(String userid,
NotificationChannelType channel,
boolean enabled)
enable or disable the channels to be used for notifying the user |
boolean |
DBCassandraAstyanaxImpl.setUserNotificationChannel(String userid,
NotificationChannelType channel,
boolean enabled)
enable or disable the channels to be used for notifying the user |
| Uses of NotificationChannelType in org.gcube.portal.databook.shared |
|---|
| Methods in org.gcube.portal.databook.shared that return NotificationChannelType | |
|---|---|
static NotificationChannelType |
NotificationChannelType.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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||