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


public interface ApplicationServiceAsync

The async counterpart of ApplicationService.


Method Summary
 void getApplicationProfile(String portletClassName, com.google.gwt.user.client.rpc.AsyncCallback<org.gcube.portal.databook.shared.ApplicationProfile> callback)
           
 void publishAppNews(String portletClassName, String textToShow, String uriGETparams, LinkPreview linkPreview, com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback)
           
 

Method Detail

getApplicationProfile

void getApplicationProfile(String portletClassName,
                           com.google.gwt.user.client.rpc.AsyncCallback<org.gcube.portal.databook.shared.ApplicationProfile> callback)

publishAppNews

void publishAppNews(String portletClassName,
                    String textToShow,
                    String uriGETparams,
                    LinkPreview linkPreview,
                    com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback)


Copyright © 2013. All Rights Reserved.