org.gcube.portlets.widgets.applicationnews.client
Interface ApplicationServiceAsync
public interface ApplicationServiceAsync
The async counterpart of ApplicationService
.
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.