public interface NotificationsServiceAsync
Modifier and Type | Method and Description |
---|---|
void |
getUserInfo(com.google.gwt.user.client.rpc.AsyncCallback<org.gcube.portal.databook.shared.UserInfo> callback) |
void |
getUserNotificationPreferences(com.google.gwt.user.client.rpc.AsyncCallback<LinkedHashMap<String,ArrayList<NotificationPreference>>> callback) |
void |
getUserNotifications(com.google.gwt.user.client.rpc.AsyncCallback<HashMap<Date,ArrayList<org.gcube.portal.databook.shared.Notification>>> callback) |
void |
setAllUserNotificationsRead(com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback) |
void |
setUserNotificationPreferences(Map<org.gcube.portal.databook.shared.NotificationType,org.gcube.portal.databook.shared.NotificationChannelType[]> enabledChannels,
com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback) |
void getUserInfo(com.google.gwt.user.client.rpc.AsyncCallback<org.gcube.portal.databook.shared.UserInfo> callback)
void getUserNotifications(com.google.gwt.user.client.rpc.AsyncCallback<HashMap<Date,ArrayList<org.gcube.portal.databook.shared.Notification>>> callback)
void setAllUserNotificationsRead(com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback)
void getUserNotificationPreferences(com.google.gwt.user.client.rpc.AsyncCallback<LinkedHashMap<String,ArrayList<NotificationPreference>>> callback)
Copyright © 2014. All Rights Reserved.