List<NotificationChannelType> |
DatabookStore.getUserNotificationChannels(String userid,
NotificationType notificationType) |
return the channels a user chose for being notified for a given notification type
|
List<NotificationChannelType> |
DBCassandraAstyanaxImpl.getUserNotificationChannels(String userid,
NotificationType notificationType) |
return the channels a user chose for being notified for a given notification type
|
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)
|