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 |
getUserInfo(com.google.gwt.user.client.rpc.AsyncCallback<org.gcube.portal.databook.shared.UserInfo> 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,
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,
com.google.gwt.user.client.rpc.AsyncCallback<org.gcube.portal.databook.shared.ClientFeed> callback)
getUserInfo
void getUserInfo(com.google.gwt.user.client.rpc.AsyncCallback<org.gcube.portal.databook.shared.UserInfo> callback)
checkLink
void checkLink(String linkToCheck,
com.google.gwt.user.client.rpc.AsyncCallback<LinkPreview> callback)
Copyright © 2013. All Rights Reserved.