| Modifier and Type | Method and Description |
|---|---|
List<TdTColumnCategory> |
TdTemplateService.getColumnCategoryByTdTemplateDefinition(TdTemplateDefinition templateDefinition,
boolean isValidTemplate) |
| Modifier and Type | Method and Description |
|---|---|
void |
TdTemplateServiceAsync.getColumnCategoryByTdTemplateDefinition(TdTemplateDefinition templateDefinition,
boolean isValidTemplate,
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,
boolean isValidTemplate) |
| 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)
Gets the td t column category from column category.
|
| Modifier and Type | Method and Description |
|---|---|
static List<TdTColumnCategory> |
ConverterToTdTemplateModel.getTdTColumnCategoryFromTemplateCategory(org.gcube.data.analysis.tabulardata.commons.templates.model.TemplateCategory template)
Gets the td t column category from template category.
|
| Modifier and Type | Method and Description |
|---|---|
static org.gcube.data.analysis.tabulardata.commons.templates.model.columns.ColumnCategory |
ConverterToTemplateServiceModel.tdTdTColumnCategoryToColumnCategory(TdTColumnCategory tdtColumnCategory)
Td td t column category to column category.
|
| 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()
Gets the category.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TdColumnDefinition.setCategory(TdTColumnCategory category)
Sets the category.
|
| Constructor and Description |
|---|
TdColumnDefinition(int index,
String serverId,
String columnName,
TdTColumnCategory category,
TdTDataType dataType,
SPECIAL_CATEGORY_TYPE type)
Base constructor.
|
Copyright © 2017. All Rights Reserved.