org.gcube.portlets.user.shareupdates.client
Interface ShareUpdateServiceAsync
public interface ShareUpdateServiceAsync
The async counterpart of ShareUpdateService
.
Method Summary |
void |
checkLink(String linkToCheck,
com.google.gwt.user.client.rpc.AsyncCallback<LinkPreview> callback)
|
void |
getPortalUsers(com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<org.gcube.portlets.widgets.pickuser.shared.PickingUser>> callback)
|
void |
getUserSettings(com.google.gwt.user.client.rpc.AsyncCallback<UserSettings> callback)
|
void |
share(String feedText,
org.gcube.portal.databook.shared.FeedType type,
org.gcube.portal.databook.shared.PrivacyLevel pLevel,
String vreName,
String linkTitle,
String linkDesc,
String url,
String urlThumbnail,
String host,
ArrayList<String> mentionedUsers,
com.google.gwt.user.client.rpc.AsyncCallback<org.gcube.portal.databook.shared.ClientFeed> callback)
|
share
void share(String feedText,
org.gcube.portal.databook.shared.FeedType type,
org.gcube.portal.databook.shared.PrivacyLevel pLevel,
String vreName,
String linkTitle,
String linkDesc,
String url,
String urlThumbnail,
String host,
ArrayList<String> mentionedUsers,
com.google.gwt.user.client.rpc.AsyncCallback<org.gcube.portal.databook.shared.ClientFeed> callback)
checkLink
void checkLink(String linkToCheck,
com.google.gwt.user.client.rpc.AsyncCallback<LinkPreview> callback)
getUserSettings
void getUserSettings(com.google.gwt.user.client.rpc.AsyncCallback<UserSettings> callback)
getPortalUsers
void getPortalUsers(com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<org.gcube.portlets.widgets.pickuser.shared.PickingUser>> callback)
Copyright © 2014. All Rights Reserved.