|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ReportServiceAsync
* Service interface for server Async communication
Method Summary | |
---|---|
void |
getSampleTimeSeries(org.gcube.portlets.d4sreporting.common.shared.RepTimeSeries sTS,
com.google.gwt.user.client.rpc.AsyncCallback<org.gcube.portlets.d4sreporting.common.shared.Table> callback)
return the first ten records of the timeseries having id as param |
void |
getSessionInfo(String currentHost,
com.google.gwt.user.client.rpc.AsyncCallback<SessionInfo> callback)
|
void |
getUserTemplateNames(com.google.gwt.user.client.rpc.AsyncCallback<String[]> callback)
|
void |
getVMEReportRef2Associate(String id,
VMETypeIdentifier refType,
com.google.gwt.user.client.rpc.AsyncCallback<org.gcube.portlets.d4sreporting.common.shared.Model> callback)
|
void |
getWorkflowDocumentFromDocumentLibrary(com.google.gwt.user.client.rpc.AsyncCallback<org.gcube.portlets.d4sreporting.common.shared.Model> callback)
|
void |
importVMEReport(String id,
String name,
VMETypeIdentifier refType,
com.google.gwt.user.client.rpc.AsyncCallback<org.gcube.portlets.d4sreporting.common.shared.Model> callback)
|
void |
importVMETemplate(VMETypeIdentifier refType,
com.google.gwt.user.client.rpc.AsyncCallback<org.gcube.portlets.d4sreporting.common.shared.Model> callback)
|
void |
listVMEReportRefByType(VMETypeIdentifier refType,
com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<VMEReportBean>> callback)
|
void |
listVMEReports(com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<VMEReportBean>> callback)
|
void |
readImportedModel(String tempPath,
com.google.gwt.user.client.rpc.AsyncCallback<org.gcube.portlets.d4sreporting.common.shared.Model> callback)
|
void |
readModel(String templateName,
String templateObjectID,
boolean isTemplate,
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 |
renewLock(com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
|
void |
save(String filePath,
String workspaceFolderId,
String ItemName,
org.gcube.portlets.widgets.exporter.shared.TypeExporter type,
boolean overwrite,
com.google.gwt.user.client.rpc.AsyncCallback<String> callback)
|
void |
saveReport(org.gcube.portlets.d4sreporting.common.shared.Model toSave,
com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
|
void |
saveReport(org.gcube.portlets.d4sreporting.common.shared.Model toSave,
String folderid,
String newname,
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<Void> callback)
|
void |
updateWorkflowDocument(org.gcube.portlets.d4sreporting.common.shared.Model toSave,
boolean update,
com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
|
Method Detail |
---|
void getSampleTimeSeries(org.gcube.portlets.d4sreporting.common.shared.RepTimeSeries sTS, com.google.gwt.user.client.rpc.AsyncCallback<org.gcube.portlets.d4sreporting.common.shared.Table> callback)
sTS
- .callback
- .void getUserTemplateNames(com.google.gwt.user.client.rpc.AsyncCallback<String[]> callback)
callback
- .void readModel(String templateName, String templateObjectID, boolean isTemplate, boolean isImporting, com.google.gwt.user.client.rpc.AsyncCallback<org.gcube.portlets.d4sreporting.common.shared.Model> callback)
templateName
- .templateObjectID
- .isTemplate
- says if you're opening a template or a reportisImporting
- says if your importing or youre loading a template in the UIcallback
- .void storeTemplateInSession(org.gcube.portlets.d4sreporting.common.shared.Model model, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
model
- .callback
- .void readTemplateFromSession(com.google.gwt.user.client.rpc.AsyncCallback<org.gcube.portlets.d4sreporting.common.shared.Model> callback)
callback
- .void saveReport(org.gcube.portlets.d4sreporting.common.shared.Model toSave, String folderid, String newname, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
void saveReport(org.gcube.portlets.d4sreporting.common.shared.Model toSave, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
void getSessionInfo(String currentHost, com.google.gwt.user.client.rpc.AsyncCallback<SessionInfo> callback)
currentHost
- callback
- void getWorkflowDocumentFromDocumentLibrary(com.google.gwt.user.client.rpc.AsyncCallback<org.gcube.portlets.d4sreporting.common.shared.Model> callback)
void updateWorkflowDocument(org.gcube.portlets.d4sreporting.common.shared.Model toSave, boolean update, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
void renewLock(com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
void readImportedModel(String tempPath, com.google.gwt.user.client.rpc.AsyncCallback<org.gcube.portlets.d4sreporting.common.shared.Model> callback)
void save(String filePath, String workspaceFolderId, String ItemName, org.gcube.portlets.widgets.exporter.shared.TypeExporter type, boolean overwrite, com.google.gwt.user.client.rpc.AsyncCallback<String> callback)
void renewHTTPSession(com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
void listVMEReports(com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<VMEReportBean>> callback)
void importVMEReport(String id, String name, VMETypeIdentifier refType, com.google.gwt.user.client.rpc.AsyncCallback<org.gcube.portlets.d4sreporting.common.shared.Model> callback)
void listVMEReportRefByType(VMETypeIdentifier refType, com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<VMEReportBean>> callback)
void getVMEReportRef2Associate(String id, VMETypeIdentifier refType, com.google.gwt.user.client.rpc.AsyncCallback<org.gcube.portlets.d4sreporting.common.shared.Model> callback)
void importVMETemplate(VMETypeIdentifier refType, com.google.gwt.user.client.rpc.AsyncCallback<org.gcube.portlets.d4sreporting.common.shared.Model> callback)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |