public interface ServiceIAsync
Modifier and Type | Field and Description |
---|---|
static ServiceIAsync |
INSTANCE |
Modifier and Type | Method and Description |
---|---|
void |
getDistinctValuesFor(org.gcube.portlets.user.timeseries.charts.support.tablemodel.TableDescr table,
org.gcube.portlets.user.timeseries.charts.support.tablemodel.FieldDescr field,
com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<String>> callback) |
void |
getFakeValues(com.extjs.gxt.ui.client.data.PagingLoadConfig conf,
com.google.gwt.user.client.rpc.AsyncCallback<com.extjs.gxt.ui.client.data.PagingLoadResult<AtomicNode>> callback) |
void |
getGraphForTS(int maxDimension,
String table,
String xDimension,
String yDimension,
String groupDimension,
String speciesColumn,
String[] filters,
String[] areas,
com.google.gwt.user.client.rpc.AsyncCallback<org.gcube.portlets.user.timeseries.charts.support.types.GraphGroups> callback) |
void |
getTSTable(com.google.gwt.user.client.rpc.AsyncCallback<org.gcube.portlets.user.timeseries.charts.support.tablemodel.TableDescr> callback) |
static final ServiceIAsync INSTANCE
void getDistinctValuesFor(org.gcube.portlets.user.timeseries.charts.support.tablemodel.TableDescr table, org.gcube.portlets.user.timeseries.charts.support.tablemodel.FieldDescr field, com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<String>> callback)
void getFakeValues(com.extjs.gxt.ui.client.data.PagingLoadConfig conf, com.google.gwt.user.client.rpc.AsyncCallback<com.extjs.gxt.ui.client.data.PagingLoadResult<AtomicNode>> callback)
void getGraphForTS(int maxDimension, String table, String xDimension, String yDimension, String groupDimension, String speciesColumn, String[] filters, String[] areas, com.google.gwt.user.client.rpc.AsyncCallback<org.gcube.portlets.user.timeseries.charts.support.types.GraphGroups> callback)
void getTSTable(com.google.gwt.user.client.rpc.AsyncCallback<org.gcube.portlets.user.timeseries.charts.support.tablemodel.TableDescr> callback)
Copyright © 2015. All Rights Reserved.