public interface TdTemplateServiceAsync
| Modifier and Type | Method and Description |
|---|---|
void |
getAllowedLocales(com.google.gwt.user.client.rpc.AsyncCallback<List<String>> callback) |
void |
getBehaviours(com.google.gwt.user.client.rpc.AsyncCallback<List<TdBehaviourModel>> callback) |
void |
getColumnCategoryByTdTemplateDefinition(TdTemplateDefinition def,
com.google.gwt.user.client.rpc.AsyncCallback<List<TdTColumnCategory>> callback) |
void |
getConstraintForTemplateType(TdTTemplateType type,
com.google.gwt.user.client.rpc.AsyncCallback<String> callback) |
void |
getFlowByTemplateId(long templateId,
com.google.gwt.user.client.rpc.AsyncCallback<TdFlowModel> flow) |
void |
getLicences(com.google.gwt.user.client.rpc.AsyncCallback<List<TdLicenceModel>> callback) |
void |
getOnErrorValues(com.google.gwt.user.client.rpc.AsyncCallback<List<String>> callback) |
void |
getTemplateConstraintsViolations(com.google.gwt.user.client.rpc.AsyncCallback<List<ViolationDescription>> callback) |
void |
getTemplateHelper(com.google.gwt.user.client.rpc.AsyncCallback<String> callback) |
void |
getTemplateTypes(com.google.gwt.user.client.rpc.AsyncCallback<List<TdTTemplateType>> callback) |
void |
getTemplateUpdaterForTemplateId(long templateId,
com.google.gwt.user.client.rpc.AsyncCallback<TdTemplateUpdater> callback) |
void |
getTimeDimensionPeriodTypes(com.google.gwt.user.client.rpc.AsyncCallback<List<String>> callback) |
void |
isValidTemplate(List<TdTColumnCategory> columns,
com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback) |
void |
resolveColumnForDimension(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId,
com.google.gwt.user.client.rpc.AsyncCallback<List<org.gcube.portlets.user.td.gwtservice.shared.tr.ColumnData>> callback) |
void |
submitTemplate(List<TdColumnDefinition> listColumns,
TdFlowModel flowAttached,
com.google.gwt.user.client.rpc.AsyncCallback<ClientReportTemplateSaved> callback) |
void |
updateTemplate(List<TdColumnDefinition> listColumns,
com.google.gwt.user.client.rpc.AsyncCallback<ClientReportTemplateSaved> callback) |
void getTemplateTypes(com.google.gwt.user.client.rpc.AsyncCallback<List<TdTTemplateType>> callback)
void submitTemplate(List<TdColumnDefinition> listColumns, TdFlowModel flowAttached, com.google.gwt.user.client.rpc.AsyncCallback<ClientReportTemplateSaved> callback)
void getColumnCategoryByTdTemplateDefinition(TdTemplateDefinition def, com.google.gwt.user.client.rpc.AsyncCallback<List<TdTColumnCategory>> callback)
def - callback - void getOnErrorValues(com.google.gwt.user.client.rpc.AsyncCallback<List<String>> callback)
void getConstraintForTemplateType(TdTTemplateType type, com.google.gwt.user.client.rpc.AsyncCallback<String> callback)
void resolveColumnForDimension(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId,
com.google.gwt.user.client.rpc.AsyncCallback<List<org.gcube.portlets.user.td.gwtservice.shared.tr.ColumnData>> callback)
void getTemplateUpdaterForTemplateId(long templateId,
com.google.gwt.user.client.rpc.AsyncCallback<TdTemplateUpdater> callback)
void updateTemplate(List<TdColumnDefinition> listColumns, com.google.gwt.user.client.rpc.AsyncCallback<ClientReportTemplateSaved> callback)
void getAllowedLocales(com.google.gwt.user.client.rpc.AsyncCallback<List<String>> callback)
void isValidTemplate(List<TdTColumnCategory> columns, com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback)
void getTemplateConstraintsViolations(com.google.gwt.user.client.rpc.AsyncCallback<List<ViolationDescription>> callback)
void getTemplateHelper(com.google.gwt.user.client.rpc.AsyncCallback<String> callback)
void getTimeDimensionPeriodTypes(com.google.gwt.user.client.rpc.AsyncCallback<List<String>> callback)
void getLicences(com.google.gwt.user.client.rpc.AsyncCallback<List<TdLicenceModel>> callback)
void getBehaviours(com.google.gwt.user.client.rpc.AsyncCallback<List<TdBehaviourModel>> callback)
void getFlowByTemplateId(long templateId,
com.google.gwt.user.client.rpc.AsyncCallback<TdFlowModel> flow)
Copyright © 2014. All Rights Reserved.