| Modifier and Type | Method and Description |
|---|---|
ColumnData |
TDGWTService.getColumn(String columnLocalId,
org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId)
Retrieves information about a specific column of specific table
|
ColumnData |
TDGWTService.getColumn(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId,
String columnName)
Retrieves information about a specific column of specific table
|
ColumnData |
TDGWTService.getConnection(RefColumn refColumn)
Retreive a ColumnData that is a connection to external table
|
| Modifier and Type | Method and Description |
|---|---|
ArrayList<ColumnData> |
TDGWTService.getColumns()
Retrieves the list of columns in the current table
|
ArrayList<ColumnData> |
TDGWTService.getColumns(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId)
Retrieves the list of columns in the table provided by trId
|
ArrayList<ColumnData> |
TDGWTService.getColumnsForDimension(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId)
Retrieves the list of columns in the table provided by trId only CODE and
CODENAME types
|
ArrayList<ColumnData> |
TDGWTService.getValidationColumns(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId,
String columnName)
Returns ArrayList
|
| Modifier and Type | Method and Description |
|---|---|
void |
TDGWTServiceAsync.getColumn(String columnLocalId,
org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId,
com.google.gwt.user.client.rpc.AsyncCallback<ColumnData> callback) |
void |
TDGWTServiceAsync.getColumn(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId,
String columnName,
com.google.gwt.user.client.rpc.AsyncCallback<ColumnData> callback) |
void |
TDGWTServiceAsync.getColumns(com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<ColumnData>> callback) |
void |
TDGWTServiceAsync.getColumns(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId,
com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<ColumnData>> callback) |
void |
TDGWTServiceAsync.getColumnsForDimension(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId,
com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<ColumnData>> callback) |
void |
TDGWTServiceAsync.getConnection(RefColumn refColumn,
com.google.gwt.user.client.rpc.AsyncCallback<ColumnData> callback) |
void |
TDGWTServiceAsync.getValidationColumns(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId,
String columnName,
com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<ColumnData>> callback) |
| Modifier and Type | Method and Description |
|---|---|
ColumnData |
TDGWTServiceImpl.getColumn(String columnLocalId,
org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId)
Retrieves information about a specific column of specific table
|
ColumnData |
TDGWTServiceImpl.getColumn(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId,
String columnName)
Retrieves information about a specific column of specific table
|
ColumnData |
TDGWTServiceImpl.getConnection(RefColumn refColumn) |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<ColumnData> |
TDGWTServiceImpl.getColumns()
Returns ArrayList
|
ArrayList<ColumnData> |
TDGWTServiceImpl.getColumns(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId)
Returns ArrayList
|
ArrayList<ColumnData> |
TDGWTServiceImpl.getColumnsForDimension(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId)
Retrieves the list of columns in the table provided by trId only CODE and
CODENAME types
|
ArrayList<ColumnData> |
TDGWTServiceImpl.getValidationColumns(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId,
String columnName)
Returns ArrayList
|
| Modifier and Type | Method and Description |
|---|---|
static org.gcube.data.analysis.tabulardata.expression.Expression |
ExpressionGenerator.genReplaceBatchOccurrencesFilter(ColumnData column) |
| Modifier and Type | Field and Description |
|---|---|
protected ArrayList<ColumnData> |
CSVExportSession.columns |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<ColumnData> |
CSVExportSession.getColumns() |
| Modifier and Type | Method and Description |
|---|---|
void |
CSVExportSession.setColumns(ArrayList<ColumnData> columns) |
| Modifier and Type | Field and Description |
|---|---|
protected ColumnData |
ExtractCodelistTargetColumn.sourceColumn |
protected ColumnData |
ExtractCodelistTargetColumn.targetColumn |
| Modifier and Type | Field and Description |
|---|---|
protected ArrayList<ColumnData> |
ExtractCodelistSession.sourceColumns |
| Modifier and Type | Method and Description |
|---|---|
ColumnData |
ExtractCodelistTargetColumn.getSourceColumn() |
ColumnData |
ExtractCodelistTargetColumn.getTargetColumn() |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<ColumnData> |
ExtractCodelistSession.getSourceColumns() |
| Modifier and Type | Method and Description |
|---|---|
void |
ExtractCodelistTargetColumn.setSourceColumn(ColumnData sourceColumn) |
void |
ExtractCodelistTargetColumn.setTargetColumn(ColumnData targetColumn) |
| Modifier and Type | Method and Description |
|---|---|
void |
ExtractCodelistSession.setSourceColumns(ArrayList<ColumnData> sourceColumns) |
| Constructor and Description |
|---|
ExtractCodelistTargetColumn(ColumnData sourceColumn,
ColumnData targetColumn,
org.gcube.portlets.user.td.widgetcommonevent.shared.TRId codelist) |
ExtractCodelistTargetColumn(ColumnData sourceColumn,
DefNewColumn defNewColumn) |
| Constructor and Description |
|---|
ExtractCodelistSession(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId,
TabResource tabResource,
ArrayList<ColumnData> sourceColumns,
ArrayList<ExtractCodelistTargetColumn> targetColumns) |
| Modifier and Type | Field and Description |
|---|---|
protected ColumnData |
DefNewColumn.codelistColumnReference |
| Modifier and Type | Field and Description |
|---|---|
protected ArrayList<ColumnData> |
TableData.listColumnData |
| Modifier and Type | Method and Description |
|---|---|
ColumnData |
DefNewColumn.getCodelistColumnReference() |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<ColumnData> |
TableData.getListColumnData() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefNewColumn.setCodelistColumnReference(ColumnData codelistColumnReference) |
| Modifier and Type | Method and Description |
|---|---|
void |
TableData.setListColumnData(ArrayList<ColumnData> listColumnData) |
| Constructor and Description |
|---|
DefNewColumn(String label,
org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.ColumnTypeCode columnType,
ColumnData codelistColumnReference,
String defaultValue)
For Dimension
|
| Modifier and Type | Field and Description |
|---|---|
protected ColumnData |
ReplaceBatchColumnSession.columnData |
protected ColumnData |
OccurrencesForReplaceBatchColumnSession.columnData |
| Modifier and Type | Method and Description |
|---|---|
ColumnData |
ReplaceBatchColumnSession.getColumnData() |
ColumnData |
OccurrencesForReplaceBatchColumnSession.getColumnData() |
| Modifier and Type | Method and Description |
|---|---|
void |
ReplaceBatchColumnSession.setColumnData(ColumnData columnData) |
void |
OccurrencesForReplaceBatchColumnSession.setColumnData(ColumnData columnData) |
| Constructor and Description |
|---|
OccurrencesForReplaceBatchColumnSession(ColumnData columnData,
ShowOccurrencesType showType,
boolean hasValidationColumns) |
ReplaceBatchColumnSession(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId,
ColumnData columnData,
ArrayList<ReplaceEntry> replaceEntryList,
boolean replaceDimension) |
| Modifier and Type | Field and Description |
|---|---|
protected ColumnData |
ReplaceColumnSession.columnData |
protected ColumnData |
MergeColumnSession.columnData |
protected ColumnData |
LabelColumnSession.columnData |
protected ColumnData |
SplitColumnSession.columnData |
| Modifier and Type | Field and Description |
|---|---|
protected ArrayList<ColumnData> |
DeleteColumnSession.columns |
| Modifier and Type | Method and Description |
|---|---|
ColumnData |
ReplaceColumnSession.getColumnData() |
ColumnData |
MergeColumnSession.getColumnData() |
ColumnData |
LabelColumnSession.getColumnData() |
ColumnData |
SplitColumnSession.getColumnData() |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<ColumnData> |
DeleteColumnSession.getColumns() |
| Modifier and Type | Method and Description |
|---|---|
void |
ReplaceColumnSession.setColumnData(ColumnData columnData) |
void |
MergeColumnSession.setColumnData(ColumnData columnData) |
void |
LabelColumnSession.setColumnData(ColumnData columnData) |
void |
SplitColumnSession.setColumnData(ColumnData columnData) |
| Modifier and Type | Method and Description |
|---|---|
void |
DeleteColumnSession.setColumns(ArrayList<ColumnData> columns) |
| Constructor and Description |
|---|
MergeColumnSession(ColumnData columnData,
String label,
org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.ColumnTypeCode mergeColumnType,
org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.ColumnDataType mergeColumnDataType,
org.gcube.data.analysis.tabulardata.expression.Expression expression) |
ReplaceColumnSession(String value,
String replaceValue,
org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId,
ColumnData columnData,
String rowId) |
ReplaceColumnSession(String value,
String replaceValue,
org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId,
ColumnData columnData,
String rowId,
boolean replaceDimension) |
SplitColumnSession(ColumnData columnData,
ArrayList<org.gcube.data.analysis.tabulardata.expression.Expression> expressions,
String label1,
org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.ColumnTypeCode firstSplitColumnType,
org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.ColumnDataType firstSplitColumnDataType,
String label2,
org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.ColumnTypeCode secondSplitColumnType,
org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.ColumnDataType secondSplitColumnDataType) |
| Constructor and Description |
|---|
DeleteColumnSession(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId,
ArrayList<ColumnData> columns) |
| Modifier and Type | Field and Description |
|---|---|
protected ColumnData |
ChangeColumnTypeSession.codelistColumnReference |
protected ColumnData |
ChangeColumnTypeSession.columnData |
| Modifier and Type | Method and Description |
|---|---|
ColumnData |
ChangeColumnTypeSession.getCodelistColumnReference() |
ColumnData |
ChangeColumnTypeSession.getColumnData() |
| Modifier and Type | Method and Description |
|---|---|
void |
ChangeColumnTypeSession.setCodelistColumnReference(ColumnData codelistColumnReference) |
void |
ChangeColumnTypeSession.setColumnData(ColumnData columnData) |
| Modifier and Type | Field and Description |
|---|---|
protected ArrayList<ColumnData> |
DuplicatesSession.columns |
protected ArrayList<ColumnData> |
EditRowSession.columns |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<ColumnData> |
DuplicatesSession.getColumns() |
ArrayList<ColumnData> |
EditRowSession.getColumns() |
| Modifier and Type | Method and Description |
|---|---|
void |
DuplicatesSession.setColumns(ArrayList<ColumnData> columns) |
void |
EditRowSession.setColumns(ArrayList<ColumnData> columns) |
| Constructor and Description |
|---|
DuplicatesSession(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId,
ArrayList<ColumnData> columns,
DuplicatesSession.DuplicateOp duplicateOp) |
EditRowSession(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId,
ArrayList<ColumnData> columns,
HashMap<String,String> maps) |
EditRowSession(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId,
ArrayList<ColumnData> columns,
HashMap<String,String> maps,
String rowId) |
Copyright © 2014. All Rights Reserved.