@RemoteServiceRelativePath(value="tdtemplate")
public interface TdTemplateService
extends com.google.gwt.user.client.rpc.RemoteService
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getAllowedLocales() |
List<TdTColumnCategory> |
getColumnCategoryByTdTemplateDefinition(TdTemplateDefinition def) |
String |
getConstraintForTemplateType(TdTTemplateType type) |
List<String> |
getOnErrorValues() |
List<ViolationDescription> |
getTemplateConstraintsViolations() |
String |
getTemplateHelper() |
List<TdTTemplateType> |
getTemplateTypes() |
TdTemplateUpdater |
getTemplateUpdaterForTemplateId(long templateId) |
List<String> |
getTimeDimensionPeriodTypes() |
boolean |
isValidTemplate(List<TdTColumnCategory> columns) |
List<org.gcube.portlets.user.td.gwtservice.shared.tr.ColumnData> |
resolveColumnForDimension(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId) |
ClientReportTemplateSaved |
submitTemplate(List<TdColumnDefinition> listColumns) |
ClientReportTemplateSaved |
updateTemplate(List<TdColumnDefinition> listColumns) |
List<TdTTemplateType> getTemplateTypes()
List<TdTColumnCategory> getColumnCategoryByTdTemplateDefinition(TdTemplateDefinition def) throws Exception
ExceptionClientReportTemplateSaved submitTemplate(List<TdColumnDefinition> listColumns) throws Exception
listColumns - ExceptionString getConstraintForTemplateType(TdTTemplateType type)
type - List<org.gcube.portlets.user.td.gwtservice.shared.tr.ColumnData> resolveColumnForDimension(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId) throws Exception
trId - ExceptionTdTemplateUpdater getTemplateUpdaterForTemplateId(long templateId) throws Exception
templateId - ExceptionClientReportTemplateSaved updateTemplate(List<TdColumnDefinition> listColumns) throws Exception
listColumns - Exceptionboolean isValidTemplate(List<TdTColumnCategory> columns) throws Exception
columns - ExceptionList<ViolationDescription> getTemplateConstraintsViolations()
String getTemplateHelper()
Copyright © 2014. All Rights Reserved.