public interface TdColumnOperationServiceAsync
| Modifier and Type | Interface and Description |
|---|---|
static class |
TdColumnOperationServiceAsync.Util
Utility class to get the RPC Async interface from client-side code
|
| Modifier and Type | Method and Description |
|---|---|
void |
getListAggregationFunctionIds(com.google.gwt.user.client.rpc.AsyncCallback<List<TdAggregateFunction>> callback) |
void |
getListTimeTypes(com.google.gwt.user.client.rpc.AsyncCallback<List<TdPeriodType>> callback) |
void |
getSuperiorPeriodType(String periodType,
com.google.gwt.user.client.rpc.AsyncCallback<List<TdPeriodType>> callback) |
void |
loadOperatorForOperationId(OperationID operation,
com.google.gwt.user.client.rpc.AsyncCallback<List<TdOperatorComboOperator>> callback) |
void |
startAggregateByTimeOperation(AggregationColumnSession aggregationSession,
TdPeriodType period,
List<org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.ColumnData> timeDimensionsColumns,
com.google.gwt.user.client.rpc.AsyncCallback<String> callback) |
void |
startGroupByOperation(AggregationColumnSession aggregationSession,
com.google.gwt.user.client.rpc.AsyncCallback<String> callback) |
void |
startSplitAndMergeOperation(SplitAndMergeColumnSession operationColumnSession,
com.google.gwt.user.client.rpc.AsyncCallback<String> callback) |
void loadOperatorForOperationId(OperationID operation, com.google.gwt.user.client.rpc.AsyncCallback<List<TdOperatorComboOperator>> callback)
void startSplitAndMergeOperation(SplitAndMergeColumnSession operationColumnSession, com.google.gwt.user.client.rpc.AsyncCallback<String> callback)
void getListAggregationFunctionIds(com.google.gwt.user.client.rpc.AsyncCallback<List<TdAggregateFunction>> callback)
void startGroupByOperation(AggregationColumnSession aggregationSession, com.google.gwt.user.client.rpc.AsyncCallback<String> callback)
void getListTimeTypes(com.google.gwt.user.client.rpc.AsyncCallback<List<TdPeriodType>> callback)
void getSuperiorPeriodType(String periodType, com.google.gwt.user.client.rpc.AsyncCallback<List<TdPeriodType>> callback)
void startAggregateByTimeOperation(AggregationColumnSession aggregationSession, TdPeriodType period, List<org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.ColumnData> timeDimensionsColumns, com.google.gwt.user.client.rpc.AsyncCallback<String> callback)
Copyright © 2015. All Rights Reserved.