|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of TableField.ColumnType in org.gcube.contentmanagement.codelistmanager.entities |
|---|
| Methods in org.gcube.contentmanagement.codelistmanager.entities that return TableField.ColumnType | |
|---|---|
static TableField.ColumnType |
TableField.ColumnType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static TableField.ColumnType[] |
TableField.ColumnType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Constructors in org.gcube.contentmanagement.codelistmanager.entities with parameters of type TableField.ColumnType | |
|---|---|
TableField(String id,
String fieldName,
TableField.ColumnType columnType,
org.gcube.common.dbinterface.types.Type.Types dataType,
int[] length)
|
|
| Uses of TableField.ColumnType in org.gcube.contentmanagement.codelistmanager.managers |
|---|
| Methods in org.gcube.contentmanagement.codelistmanager.managers with parameters of type TableField.ColumnType | |
|---|---|
void |
CodeListCuration.changeColumnType(String fieldId,
TableField.ColumnType columnType,
String... codelistReferenceId)
|
List<String> |
CodeListCuration.getFieldsIdByColumnType(TableField.ColumnType columnType)
|
| Uses of TableField.ColumnType in org.gcube.contentmanagement.codelistmanager.managers.handlers |
|---|
| Methods in org.gcube.contentmanagement.codelistmanager.managers.handlers with parameters of type TableField.ColumnType | |
|---|---|
void |
CodeListCurationHandler.changeColumnType(String fieldId,
TableField.ColumnType columnType,
org.gcube.common.dbinterface.tables.SimpleTable table,
Hashtable<String,TableField> fieldLabelMapping,
String... relatedCL)
|
void |
HierarchicalCodeListHandler.changeColumnType(String fieldId,
TableField.ColumnType columnType,
org.gcube.common.dbinterface.tables.SimpleTable table,
Hashtable<String,TableField> fieldLabelMapping,
String... relatedCLId)
|
void |
CodeListHandler.changeColumnType(String fieldId,
TableField.ColumnType columnType,
org.gcube.common.dbinterface.tables.SimpleTable table,
Hashtable<String,TableField> fieldLabelMapping,
String... referenceCL)
|
| Uses of TableField.ColumnType in org.gcube.contentmanagement.codelistmanager.util |
|---|
| Methods in org.gcube.contentmanagement.codelistmanager.util that return TableField.ColumnType | |
|---|---|
TableField.ColumnType |
ColumnReference.getType()
|
| Methods in org.gcube.contentmanagement.codelistmanager.util with parameters of type TableField.ColumnType | |
|---|---|
void |
ColumnReference.setType(TableField.ColumnType type)
|
| Constructors in org.gcube.contentmanagement.codelistmanager.util with parameters of type TableField.ColumnType | |
|---|---|
ColumnReference(TableField.ColumnType type)
|
|
ColumnReference(TableField.ColumnType type,
String codelistReferenceName)
|
|
ColumnReference(TableField.ColumnType type,
String codelistReferenceName,
String codelistReferenceId)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||