@RemoteServiceRelativePath(value="notificationsServlet")
public interface NotificationsService
extends com.google.gwt.user.client.rpc.RemoteService
Modifier and Type | Method and Description |
---|---|
org.gcube.portal.databook.shared.UserInfo |
getUserInfo() |
LinkedHashMap<String,ArrayList<NotificationPreference>> |
getUserNotificationPreferences() |
HashMap<Date,ArrayList<org.gcube.portal.databook.shared.Notification>> |
getUserNotifications() |
HashMap<Date,ArrayList<org.gcube.portal.databook.shared.Notification>> |
getUserNotificationsByRange(int from,
int quantity) |
boolean |
setAllUserNotificationsRead() |
boolean |
setUserNotificationPreferences(Map<org.gcube.portal.databook.shared.NotificationType,org.gcube.portal.databook.shared.NotificationChannelType[]> enabledChannels) |
org.gcube.portal.databook.shared.UserInfo getUserInfo()
HashMap<Date,ArrayList<org.gcube.portal.databook.shared.Notification>> getUserNotifications()
HashMap<Date,ArrayList<org.gcube.portal.databook.shared.Notification>> getUserNotificationsByRange(int from, int quantity)
boolean setAllUserNotificationsRead()
LinkedHashMap<String,ArrayList<NotificationPreference>> getUserNotificationPreferences()
boolean setUserNotificationPreferences(Map<org.gcube.portal.databook.shared.NotificationType,org.gcube.portal.databook.shared.NotificationChannelType[]> enabledChannels)
Copyright © 2014. All Rights Reserved.