public interface TemplateServiceAsync
| Modifier and Type | Method and Description |
|---|---|
void |
getUserAndScope(com.google.gwt.user.client.rpc.AsyncCallback<String[]> callback)
each portlet instance runs in a scope
each portlet instance is used by a unique username from within the portal
|
void |
getUserTemplateNames(com.google.gwt.user.client.rpc.AsyncCallback<String[]> callback) |
void |
readModel(String templateName,
String TemplateObjectID,
boolean isImporting,
com.google.gwt.user.client.rpc.AsyncCallback<org.gcube.portlets.d4sreporting.common.shared.Model> callback) |
void |
readTemplateFromSession(com.google.gwt.user.client.rpc.AsyncCallback<org.gcube.portlets.d4sreporting.common.shared.Model> callback)
call for the model previously stored in the session
|
void |
renewHTTPSession(com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) |
void |
saveTemplate(String basketidToSaveIn,
org.gcube.portlets.d4sreporting.common.shared.Model model,
com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) |
void |
storeTemplateInSession(org.gcube.portlets.d4sreporting.common.shared.Model model,
com.google.gwt.user.client.rpc.AsyncCallback callback) |
void saveTemplate(String basketidToSaveIn, org.gcube.portlets.d4sreporting.common.shared.Model model, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
model - ,callback - ,void getUserTemplateNames(com.google.gwt.user.client.rpc.AsyncCallback<String[]> callback)
callback - .void readModel(String templateName, String TemplateObjectID, boolean isImporting, com.google.gwt.user.client.rpc.AsyncCallback<org.gcube.portlets.d4sreporting.common.shared.Model> callback)
templateName - .callback - .void getUserAndScope(com.google.gwt.user.client.rpc.AsyncCallback<String[]> callback)
callback - .void storeTemplateInSession(org.gcube.portlets.d4sreporting.common.shared.Model model,
com.google.gwt.user.client.rpc.AsyncCallback callback)
model - .callback - .void readTemplateFromSession(com.google.gwt.user.client.rpc.AsyncCallback<org.gcube.portlets.d4sreporting.common.shared.Model> callback)
callback - .void renewHTTPSession(com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
Copyright © 2014. All Rights Reserved.