org.gcube.portlets.widgets.applicationnews.client
Interface ApplicationService

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

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

The client side stub for the RPC service.


Method Summary
 org.gcube.portal.databook.shared.ApplicationProfile getApplicationProfile(String portletClassName)
           
 boolean publishAppNews(String portletClassName, String textToShow, String uriGETparams, LinkPreview linkPreview)
           
 

Method Detail

publishAppNews

boolean publishAppNews(String portletClassName,
                       String textToShow,
                       String uriGETparams,
                       LinkPreview linkPreview)
Parameters:
portletClassName -
textToShow -
uriGETparams -
linkPreview -
Returns:

getApplicationProfile

org.gcube.portal.databook.shared.ApplicationProfile getApplicationProfile(String portletClassName)


Copyright © 2013. All Rights Reserved.