public interface TdTemplateServiceAsync
| Modifier and Type | Method and Description |
|---|---|
void |
getColumnCategoryByTemplateId(TemplateDefinition 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 |
getOnErrorValues(com.google.gwt.user.client.rpc.AsyncCallback<List<String>> callback) |
void |
getTemplateTypes(com.google.gwt.user.client.rpc.AsyncCallback<List<TdTTemplateType>> 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,
com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback) |
void getTemplateTypes(com.google.gwt.user.client.rpc.AsyncCallback<List<TdTTemplateType>> callback)
void submitTemplate(List<TdColumnDefinition> listColumns, com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback)
void getColumnCategoryByTemplateId(TemplateDefinition 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)
Copyright © 2014. All Rights Reserved.