@RemoteServiceRelativePath(value="templateColumnOperationService")
public interface TemplateColumnOperationService
extends com.google.gwt.user.client.rpc.RemoteService
| Modifier and Type | Method and Description |
|---|---|
List<TdAggregateFunction> |
getListAggregationFunctionIds()
Gets the list aggregation function ids.
|
List<TdPeriodType> |
getListTimeTypes()
Gets the list time types.
|
List<TdPeriodType> |
getSuperiorPeriodType(String periodType)
Gets the superior period type.
|
List<TdPeriodType> |
getTimeDimensionGroupPeriodType() |
TdPeriodType |
getYearTimeDimension() |
List<TdAggregateFunction> getListAggregationFunctionIds()
List<TdPeriodType> getListTimeTypes()
List<TdPeriodType> getSuperiorPeriodType(String periodType) throws OperationNotAvailable, Exception
periodType - the period typeOperationNotAvailable - the operation not availableException - the exceptionList<TdPeriodType> getTimeDimensionGroupPeriodType() throws OperationNotAvailable, Exception
OperationNotAvailableExceptionTdPeriodType getYearTimeDimension() throws Exception
ExceptionCopyright © 2017. All Rights Reserved.