public interface TDGWTServiceAsync
| Modifier and Type | Field and Description |
|---|---|
static TDGWTServiceAsync |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
void |
checkCSV(long errorsLimit,
com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<CSVRowError>> callback) |
void |
configureCSVParser(String encoding,
HeaderPresence headerPresence,
char delimiter,
char comment,
com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<String>> callback) |
void |
createTabularResource(TabResource tabResource,
com.google.gwt.user.client.rpc.AsyncCallback<TabResource> callback) |
void |
discard(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId,
com.google.gwt.user.client.rpc.AsyncCallback<RollBackSession> callback) |
void |
getAddColumnMonitor(com.google.gwt.user.client.rpc.AsyncCallback<AddColumnMonitor> callback) |
void |
getAgencies(com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<Agencies>> callback) |
void |
getAvailableCharset(com.google.gwt.user.client.rpc.AsyncCallback<AvailableCharsetList> callback) |
void |
getChangeColumnTypeMonitor(com.google.gwt.user.client.rpc.AsyncCallback<ChangeColumnTypeMonitor> callback) |
void |
getChangeTableTypeMonitor(com.google.gwt.user.client.rpc.AsyncCallback<ChangeTableTypeMonitor> callback) |
void |
getCodelistMappingMonitor(com.google.gwt.user.client.rpc.AsyncCallback<CodelistMappingMonitor> callback) |
void |
getCodelists(com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<Codelist>> callback) |
void |
getCodelistsPagingLoader(CodelistPagingLoadConfig codelistPagingLoadConfig,
com.google.gwt.user.client.rpc.AsyncCallback<CodelistPagingLoadResult> callback) |
void |
getColumn(String columnLocalId,
org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId,
com.google.gwt.user.client.rpc.AsyncCallback<ColumnData> callback) |
void |
getColumn(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId,
String columnName,
com.google.gwt.user.client.rpc.AsyncCallback<ColumnData> callback) |
void |
getColumns(com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<ColumnData>> callback) |
void |
getColumns(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId,
com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<ColumnData>> callback) |
void |
getColumnsForDimension(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId,
com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<ColumnData>> callback) |
void |
getConnection(RefColumn refColumn,
com.google.gwt.user.client.rpc.AsyncCallback<ColumnData> callback) |
void |
getCSVExportMonitor(com.google.gwt.user.client.rpc.AsyncCallback<CSVExportMonitor> callback) |
void |
getCSVImportMonitor(com.google.gwt.user.client.rpc.AsyncCallback<CSVImportMonitor> callback) |
void |
getCurrentTRId(com.google.gwt.user.client.rpc.AsyncCallback<org.gcube.portlets.user.td.widgetcommonevent.shared.TRId> callback) |
void |
getDatasets(com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<Dataset>> callback) |
void |
getDeleteColumnMonitor(com.google.gwt.user.client.rpc.AsyncCallback<DeleteColumnMonitor> callback) |
void |
getDeleteRowsMonitor(com.google.gwt.user.client.rpc.AsyncCallback<DeleteRowsMonitor> callback) |
void |
getDuplicatesMonitor(com.google.gwt.user.client.rpc.AsyncCallback<DuplicatesMonitor> callback) |
void |
getEditRowMonitor(com.google.gwt.user.client.rpc.AsyncCallback<EditRowMonitor> callback) |
void |
getExtractCodelistMonitor(com.google.gwt.user.client.rpc.AsyncCallback<ExtractCodelistMonitor> callback) |
void |
getFileFromWorkspace(CodelistMappingSession codelistMappingSession,
com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) |
void |
getFileFromWorkspace(CSVImportSession csvImportSession,
com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) |
void |
getFileUploadMonitor(com.google.gwt.user.client.rpc.AsyncCallback<FileUploadMonitor> callback) |
void |
getGroupByMonitor(com.google.gwt.user.client.rpc.AsyncCallback<GroupByMonitor> callback) |
void |
getHistory(com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<OpHistory>> callback) |
void |
getHistory(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId,
com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<OpHistory>> callback) |
void |
getLabelColumnMonitor(com.google.gwt.user.client.rpc.AsyncCallback<LabelColumnMonitor> callback) |
void |
getLastOperationInfo(com.google.gwt.user.client.rpc.AsyncCallback<OpHistory> callback) |
void |
getLastOperationInfo(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId,
com.google.gwt.user.client.rpc.AsyncCallback<OpHistory> callback) |
void |
getLastTable(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId,
com.google.gwt.user.client.rpc.AsyncCallback<TableData> callback) |
void |
getLocales(com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<String>> callback) |
void |
getMergeColumnMonitor(com.google.gwt.user.client.rpc.AsyncCallback<MergeColumnMonitor> callback) |
void |
getOccurrencesForBatchReplace(OccurrencesForReplaceBatchColumnSession occurrencesForReplaceBatchColumnSession,
com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<Occurrences>> callback) |
void |
getReplaceBatchColumnMonitor(com.google.gwt.user.client.rpc.AsyncCallback<ReplaceBatchColumnMonitor> callback) |
void |
getReplaceColumnMonitor(com.google.gwt.user.client.rpc.AsyncCallback<ReplaceColumnMonitor> callback) |
void |
getRollBackMonitor(com.google.gwt.user.client.rpc.AsyncCallback<RollBackSessionMonitor> callback) |
void |
getSDMXExportMonitor(com.google.gwt.user.client.rpc.AsyncCallback<SDMXExportMonitor> callback) |
void |
getSDMXImportMonitor(com.google.gwt.user.client.rpc.AsyncCallback<SDMXImportMonitor> callback) |
void |
getShareInfo(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId,
com.google.gwt.user.client.rpc.AsyncCallback<ShareInfo> callback) |
void |
getSplitColumnMonitor(com.google.gwt.user.client.rpc.AsyncCallback<SplitColumnMonitor> callback) |
void |
getTable(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId,
com.google.gwt.user.client.rpc.AsyncCallback<TableData> callback) |
void |
getTableMetadata(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId,
com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<TabMetadata>> callback) |
void |
getTableValidationsMetadata(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId,
com.google.gwt.user.client.rpc.AsyncCallback<TabValidationsMetadata> callback) |
void |
getTabResourceInformation(com.google.gwt.user.client.rpc.AsyncCallback<TabResource> callback) |
void |
getTabResourceInformation(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId,
com.google.gwt.user.client.rpc.AsyncCallback<TabResource> callback) |
void |
getTabularResources(com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<TabResource>> callback) |
void |
getTabularResourcesAndLastTables(com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<TabResource>> callback) |
void |
getTaskResubmitMonitor(com.google.gwt.user.client.rpc.AsyncCallback<TaskResubmitMonitor> callback) |
void |
getTaskResumeMonitor(com.google.gwt.user.client.rpc.AsyncCallback<TaskResumeMonitor> callback) |
void |
getTemplateApplyMonitor(com.google.gwt.user.client.rpc.AsyncCallback<TemplateApplyMonitor> callback) |
void |
getTemplates(com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<TemplateData>> callback) |
void |
getTRCreationDate(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId,
com.google.gwt.user.client.rpc.AsyncCallback<String> callback) |
void |
getTRMetadata(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId,
com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<TRMetadata>> callback) |
void |
getValidationColumns(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId,
String columnName,
com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<ColumnData>> callback) |
void |
getValidationsTasksMetadata(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId,
com.google.gwt.user.client.rpc.AsyncCallback<ValidationsTasksMetadata> callback) |
void |
hello(com.google.gwt.user.client.rpc.AsyncCallback<String> callback) |
void |
isTabularResourceValid(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId,
com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback) |
void |
removeTabularResource(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId,
com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) |
void |
rollBack(RollBackSession rollBackSession,
com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) |
void |
setCodelistMappingSession(CodelistMappingSession codelistMappingSession,
com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) |
void |
setCodelistsPagingLoader(com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) |
void |
setCSVSession(CSVImportSession csvImportSession,
com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) |
void |
setSDMXRegistrySource(SDMXRegistrySource sdmxRegistrySource,
com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) |
void |
setShare(ShareInfo shareInfo,
com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) |
void |
setTabResource(TabResource tabResource,
com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) |
void |
setTabResourceInformation(TabResource tabResource,
com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) |
void |
startAddColumn(AddColumnSession addColumnSession,
com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) |
void |
startChangeColumnType(ChangeColumnTypeSession changeColumnTypeSession,
com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) |
void |
startChangeTableType(ChangeTableTypeSession changeTableTypeSession,
com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) |
void |
startCloneTabularResource(CloneTabularResourceSession cloneTabularResourceSession,
com.google.gwt.user.client.rpc.AsyncCallback<org.gcube.portlets.user.td.widgetcommonevent.shared.TRId> callback) |
void |
startCodelistMappingImport(CodelistMappingSession codelistMappingSession,
com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) |
void |
startCSVExport(CSVExportSession csvExportSession,
com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) |
void |
startCSVImport(CSVImportSession csvImportSession,
com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) |
void |
startDeleteColumn(DeleteColumnSession deleteColumnSession,
com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) |
void |
startDeleteRows(DeleteRowsSession deleteRowsSession,
com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) |
void |
startDuplicates(DuplicatesSession duplicatesSession,
com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) |
void |
startEditRow(EditRowSession editRowSession,
com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) |
void |
startExtractCodelist(ExtractCodelistSession extractCodelistSession,
com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) |
void |
startLabelColumn(LabelColumnSession labelColumnSession,
com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) |
void |
startReplaceBatchColumn(ReplaceBatchColumnSession replaceBatchColumnSession,
com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) |
void |
startReplaceColumn(ReplaceColumnSession replaceColumnSession,
com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) |
void |
startSDMXExport(SDMXExportSession exportSession,
com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) |
void |
startSDMXImport(SDMXImportSession sdmxImportSession,
com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) |
void |
startTaskResubmit(TaskResubmitSession taskResubmitSession,
com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) |
void |
startTaskResume(TaskResumeSession taskResumeSession,
com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) |
void |
startTDOpen(TDOpenSession tdOpenSession,
com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) |
void |
startTemplateApply(TemplateApplySession templateDeleteSession,
com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) |
void |
startTemplateDelete(TemplateDeleteSession templateDeleteSession,
com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) |
static final TDGWTServiceAsync INSTANCE
void hello(com.google.gwt.user.client.rpc.AsyncCallback<String> callback)
void getCurrentTRId(com.google.gwt.user.client.rpc.AsyncCallback<org.gcube.portlets.user.td.widgetcommonevent.shared.TRId> callback)
void createTabularResource(TabResource tabResource, com.google.gwt.user.client.rpc.AsyncCallback<TabResource> callback)
void removeTabularResource(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId,
com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
void isTabularResourceValid(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId,
com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback)
void getTabResourceInformation(com.google.gwt.user.client.rpc.AsyncCallback<TabResource> callback)
void getTabResourceInformation(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId,
com.google.gwt.user.client.rpc.AsyncCallback<TabResource> callback)
void setTabResourceInformation(TabResource tabResource, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
void getTRCreationDate(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId,
com.google.gwt.user.client.rpc.AsyncCallback<String> callback)
void setTabResource(TabResource tabResource, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
void getTabularResources(com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<TabResource>> callback)
void getTabularResourcesAndLastTables(com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<TabResource>> callback)
void getLastTable(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId,
com.google.gwt.user.client.rpc.AsyncCallback<TableData> callback)
void getTable(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId,
com.google.gwt.user.client.rpc.AsyncCallback<TableData> callback)
void getTableMetadata(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId,
com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<TabMetadata>> callback)
void getTRMetadata(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId,
com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<TRMetadata>> callback)
void getColumns(com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<ColumnData>> callback)
void getColumns(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId,
com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<ColumnData>> callback)
void getColumnsForDimension(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId,
com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<ColumnData>> callback)
void getColumn(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId,
String columnName,
com.google.gwt.user.client.rpc.AsyncCallback<ColumnData> callback)
void getColumn(String columnLocalId, org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId, com.google.gwt.user.client.rpc.AsyncCallback<ColumnData> callback)
void getConnection(RefColumn refColumn, com.google.gwt.user.client.rpc.AsyncCallback<ColumnData> callback)
void getTaskResubmitMonitor(com.google.gwt.user.client.rpc.AsyncCallback<TaskResubmitMonitor> callback)
void startTaskResubmit(TaskResubmitSession taskResubmitSession, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
void getTaskResumeMonitor(com.google.gwt.user.client.rpc.AsyncCallback<TaskResumeMonitor> callback)
void startTaskResume(TaskResumeSession taskResumeSession, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
void getValidationsTasksMetadata(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId,
com.google.gwt.user.client.rpc.AsyncCallback<ValidationsTasksMetadata> callback)
void getTableValidationsMetadata(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId,
com.google.gwt.user.client.rpc.AsyncCallback<TabValidationsMetadata> callback)
void getValidationColumns(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId,
String columnName,
com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<ColumnData>> callback)
void rollBack(RollBackSession rollBackSession, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
void getRollBackMonitor(com.google.gwt.user.client.rpc.AsyncCallback<RollBackSessionMonitor> callback)
void discard(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId,
com.google.gwt.user.client.rpc.AsyncCallback<RollBackSession> callback)
void getShareInfo(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId,
com.google.gwt.user.client.rpc.AsyncCallback<ShareInfo> callback)
void setShare(ShareInfo shareInfo, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
void setCodelistsPagingLoader(com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
void getCodelistsPagingLoader(CodelistPagingLoadConfig codelistPagingLoadConfig, com.google.gwt.user.client.rpc.AsyncCallback<CodelistPagingLoadResult> callback)
void startTDOpen(TDOpenSession tdOpenSession, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
void startCloneTabularResource(CloneTabularResourceSession cloneTabularResourceSession, com.google.gwt.user.client.rpc.AsyncCallback<org.gcube.portlets.user.td.widgetcommonevent.shared.TRId> callback)
void getCodelists(com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<Codelist>> callback)
void getDatasets(com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<Dataset>> callback)
void getAgencies(com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<Agencies>> callback)
void setSDMXRegistrySource(SDMXRegistrySource sdmxRegistrySource, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
void getSDMXImportMonitor(com.google.gwt.user.client.rpc.AsyncCallback<SDMXImportMonitor> callback)
void startSDMXImport(SDMXImportSession sdmxImportSession, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
void getFileUploadMonitor(com.google.gwt.user.client.rpc.AsyncCallback<FileUploadMonitor> callback)
void getCSVImportMonitor(com.google.gwt.user.client.rpc.AsyncCallback<CSVImportMonitor> callback)
void setCSVSession(CSVImportSession csvImportSession, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
void getFileFromWorkspace(CSVImportSession csvImportSession, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
void getAvailableCharset(com.google.gwt.user.client.rpc.AsyncCallback<AvailableCharsetList> callback)
void configureCSVParser(String encoding, HeaderPresence headerPresence, char delimiter, char comment, com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<String>> callback)
void checkCSV(long errorsLimit,
com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<CSVRowError>> callback)
void startCSVImport(CSVImportSession csvImportSession, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
void getCSVExportMonitor(com.google.gwt.user.client.rpc.AsyncCallback<CSVExportMonitor> callback)
void startCSVExport(CSVExportSession csvExportSession, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
void getSDMXExportMonitor(com.google.gwt.user.client.rpc.AsyncCallback<SDMXExportMonitor> callback)
void startSDMXExport(SDMXExportSession exportSession, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
void getChangeTableTypeMonitor(com.google.gwt.user.client.rpc.AsyncCallback<ChangeTableTypeMonitor> callback)
void startChangeTableType(ChangeTableTypeSession changeTableTypeSession, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
void getEditRowMonitor(com.google.gwt.user.client.rpc.AsyncCallback<EditRowMonitor> callback)
void startEditRow(EditRowSession editRowSession, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
void getDeleteRowsMonitor(com.google.gwt.user.client.rpc.AsyncCallback<DeleteRowsMonitor> callback)
void startDeleteRows(DeleteRowsSession deleteRowsSession, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
void getDuplicatesMonitor(com.google.gwt.user.client.rpc.AsyncCallback<DuplicatesMonitor> callback)
void startDuplicates(DuplicatesSession duplicatesSession, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
void getChangeColumnTypeMonitor(com.google.gwt.user.client.rpc.AsyncCallback<ChangeColumnTypeMonitor> callback)
void startChangeColumnType(ChangeColumnTypeSession changeColumnTypeSession, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
void getAddColumnMonitor(com.google.gwt.user.client.rpc.AsyncCallback<AddColumnMonitor> callback)
void startAddColumn(AddColumnSession addColumnSession, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
void getDeleteColumnMonitor(com.google.gwt.user.client.rpc.AsyncCallback<DeleteColumnMonitor> callback)
void startDeleteColumn(DeleteColumnSession deleteColumnSession, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
void getLabelColumnMonitor(com.google.gwt.user.client.rpc.AsyncCallback<LabelColumnMonitor> callback)
void startLabelColumn(LabelColumnSession labelColumnSession, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
void getSplitColumnMonitor(com.google.gwt.user.client.rpc.AsyncCallback<SplitColumnMonitor> callback)
void getMergeColumnMonitor(com.google.gwt.user.client.rpc.AsyncCallback<MergeColumnMonitor> callback)
void getGroupByMonitor(com.google.gwt.user.client.rpc.AsyncCallback<GroupByMonitor> callback)
void getOccurrencesForBatchReplace(OccurrencesForReplaceBatchColumnSession occurrencesForReplaceBatchColumnSession, com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<Occurrences>> callback)
void getReplaceBatchColumnMonitor(com.google.gwt.user.client.rpc.AsyncCallback<ReplaceBatchColumnMonitor> callback)
void startReplaceBatchColumn(ReplaceBatchColumnSession replaceBatchColumnSession, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
void getReplaceColumnMonitor(com.google.gwt.user.client.rpc.AsyncCallback<ReplaceColumnMonitor> callback)
void startReplaceColumn(ReplaceColumnSession replaceColumnSession, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
void getTemplates(com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<TemplateData>> callback)
void getTemplateApplyMonitor(com.google.gwt.user.client.rpc.AsyncCallback<TemplateApplyMonitor> callback)
void startTemplateApply(TemplateApplySession templateDeleteSession, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
void startTemplateDelete(TemplateDeleteSession templateDeleteSession, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
void getLocales(com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<String>> callback)
void getHistory(com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<OpHistory>> callback)
void getHistory(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId,
com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<OpHistory>> callback)
void getLastOperationInfo(com.google.gwt.user.client.rpc.AsyncCallback<OpHistory> callback)
void getLastOperationInfo(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId,
com.google.gwt.user.client.rpc.AsyncCallback<OpHistory> callback)
void getExtractCodelistMonitor(com.google.gwt.user.client.rpc.AsyncCallback<ExtractCodelistMonitor> callback)
void startExtractCodelist(ExtractCodelistSession extractCodelistSession, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
void getCodelistMappingMonitor(com.google.gwt.user.client.rpc.AsyncCallback<CodelistMappingMonitor> callback)
void setCodelistMappingSession(CodelistMappingSession codelistMappingSession, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
void getFileFromWorkspace(CodelistMappingSession codelistMappingSession, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
void startCodelistMappingImport(CodelistMappingSession codelistMappingSession, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
Copyright © 2014. All Rights Reserved.