@RemoteServiceRelativePath(value="TdColumnOperationServlet")
public interface TdColumnOperationService
extends com.google.gwt.user.client.rpc.RemoteService
| Modifier and Type | Method and Description |
|---|---|
List<TdAggregateFunction> |
getListAggregationFunctionIds() |
List<TdPeriodType> |
getListTimeTypes() |
List<TdPeriodType> |
getSuperiorPeriodType(String periodType) |
List<TdOperatorComboOperator> |
loadOperatorForOperationId(OperationID operation) |
String |
startAggregateByTimeOperation(AggregationColumnSession aggregationSession,
TdPeriodType period,
List<org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.ColumnData> timeDimensionsColumns) |
String |
startGroupByOperation(AggregationColumnSession aggregationSession) |
String |
startSplitAndMergeOperation(SplitAndMergeColumnSession operationColumnSession) |
List<TdOperatorComboOperator> loadOperatorForOperationId(OperationID operation)
operation - String startSplitAndMergeOperation(SplitAndMergeColumnSession operationColumnSession) throws Exception
operationColumnSession - ExceptionList<TdAggregateFunction> getListAggregationFunctionIds()
String startGroupByOperation(AggregationColumnSession aggregationSession) throws Exception
aggregationSession - ExceptionList<TdPeriodType> getListTimeTypes()
List<TdPeriodType> getSuperiorPeriodType(String periodType) throws OperationNotAvailable, Exception
periodType - OperationNotAvailableExceptionString startAggregateByTimeOperation(AggregationColumnSession aggregationSession, TdPeriodType period, List<org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.ColumnData> timeDimensionsColumns) throws Exception
ExceptionCopyright © 2015. All Rights Reserved.