org.gcube.portlets.user.shareupdates.client
Interface ShareUpdateService

All Superinterfaces:
com.google.gwt.user.client.rpc.RemoteService
All Known Implementing Classes:
ShareUpdateServiceImpl

@RemoteServiceRelativePath(value="shareupdateServlet")
public interface ShareUpdateService
extends com.google.gwt.user.client.rpc.RemoteService

The client side stub for the RPC service.


Method Summary
 LinkPreview checkLink(String linkToCheck)
           
 ArrayList<org.gcube.portlets.user.pickuser.shared.PickingUser> getPortalUsers()
           
 UserSettings getUserSettings()
           
 org.gcube.portal.databook.shared.ClientFeed 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)
           
 

Method Detail

share

org.gcube.portal.databook.shared.ClientFeed 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)

getUserSettings

UserSettings getUserSettings()

checkLink

LinkPreview checkLink(String linkToCheck)

getPortalUsers

ArrayList<org.gcube.portlets.user.pickuser.shared.PickingUser> getPortalUsers()


Copyright © 2013. All Rights Reserved.