| Modifier and Type | Method and Description |
|---|---|
List<TdTColumnCategory> |
TdTemplateService.getColumnCategoryByTdTemplateDefinition(TdTemplateDefinition def) |
| Modifier and Type | Method and Description |
|---|---|
void |
TdTemplateServiceAsync.getColumnCategoryByTdTemplateDefinition(TdTemplateDefinition def,
com.google.gwt.user.client.rpc.AsyncCallback<List<TdTColumnCategory>> callback) |
boolean |
TdTemplateService.isValidTemplate(List<TdTColumnCategory> columns) |
void |
TdTemplateServiceAsync.isValidTemplate(List<TdTColumnCategory> columns,
com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback) |
| Modifier and Type | Method and Description |
|---|---|
TdTColumnCategory |
SetColumnTypeDialogManager.getCategorySelected() |
TdTColumnCategory |
ColumnDefinition.getSelectedColumnCategory() |
| Modifier and Type | Method and Description |
|---|---|
List<TdTColumnCategory> |
SetColumnTypeDefinition.getListCategory() |
| Constructor and Description |
|---|
SetColumnTypeDialogManager(List<TdTColumnCategory> columnCategories,
TdTemplateController controller) |
| Modifier and Type | Method and Description |
|---|---|
TdTColumnCategory |
ColumnDefinitionView.getSelectedColumnCategory() |
| Modifier and Type | Method and Description |
|---|---|
List<TdTColumnCategory> |
TdTemplateServiceImpl.getColumnCategoryByTdTemplateDefinition(TdTemplateDefinition templateDefinition) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
TdTemplateServiceImpl.isValidTemplate(List<TdTColumnCategory> columns) |
| Modifier and Type | Method and Description |
|---|---|
static TdTColumnCategory |
ConverterToTdTemplateModel.getTdTColumnCategoryFromColumnCategory(org.gcube.data.analysis.tabulardata.commons.templates.model.columns.ColumnCategory col) |
| Modifier and Type | Method and Description |
|---|---|
static List<TdTColumnCategory> |
ConverterToTdTemplateModel.getTdTColumnCategoryFromTemplateCategory(org.gcube.data.analysis.tabulardata.commons.templates.model.TemplateCategory template) |
| Modifier and Type | Method and Description |
|---|---|
static org.gcube.data.analysis.tabulardata.commons.templates.model.columns.ColumnCategory |
ConverterToTemplateServiceModel.tdTdTColumnCategoryToColumnCategory(TdTColumnCategory tdtColumnCategory) |
| Modifier and Type | Method and Description |
|---|---|
TdTColumnCategory |
ColumnCategoryConstraint.getTdtColumn() |
| Modifier and Type | Method and Description |
|---|---|
void |
ColumnCategoryConstraint.setTdtColumn(TdTColumnCategory tdtColumn) |
| Modifier and Type | Method and Description |
|---|---|
static HashMap<String,ColumnCategoryConstraint> |
TemplateValidatorCreateUtil.createValidator(List<TdTColumnCategory> categories,
TemplateCategoryValidator validator) |
| Constructor and Description |
|---|
ColumnCategoryConstraint(TdTColumnCategory tdtColumn,
ColumnOccurrenceComparator comparator,
String constraintDescription) |
| Constructor and Description |
|---|
TemplateValidator(List<TdTColumnCategory> categories,
TemplateCategoryValidator validator) |
| Modifier and Type | Method and Description |
|---|---|
TdTColumnCategory |
TdColumnDefinition.getCategory() |
| Modifier and Type | Method and Description |
|---|---|
void |
TdColumnDefinition.setCategory(TdTColumnCategory category) |
| Constructor and Description |
|---|
TdColumnDefinition(int index,
TdTColumnCategory category,
TdTDataType dataType,
SPECIAL_CATEGORY_TYPE type)
Base constructor
|
Copyright © 2015. All Rights Reserved.