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<CheckCSVSession> callback) |
void |
closeAllTabularResources(com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) |
void |
closeTabularResource(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId closeTRId,
com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) |
void |
closeTabularResourceAndOpen(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId openTRId,
org.gcube.portlets.user.td.widgetcommonevent.shared.TRId closeTRId,
com.google.gwt.user.client.rpc.AsyncCallback<Void> 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 |
getAgencies(com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<Agencies>> callback) |
void |
getAvailableCharset(com.google.gwt.user.client.rpc.AsyncCallback<AvailableCharsetList> callback) |
void |
getAvailableCharsetForExport(com.google.gwt.user.client.rpc.AsyncCallback<AvailableCharsetList> callback) |
void |
getBackgroundOperationMonitor(BackgroundOperationMonitorSession backgroundOperationMonitorSession,
com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<BackgroundOperationMonitor>> callback) |
void |
getBackgroundOperationMonitorForSpecificTask(OperationMonitorSession operationMonitorSession,
com.google.gwt.user.client.rpc.AsyncCallback<OperationMonitor> 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<org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.ColumnData> callback) |
void |
getColumn(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId,
String columnName,
com.google.gwt.user.client.rpc.AsyncCallback<org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.ColumnData> callback) |
void |
getColumns(com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.ColumnData>> callback) |
void |
getColumns(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId,
com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.ColumnData>> callback) |
void |
getColumnsForDimension(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId,
com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.ColumnData>> callback) |
void |
getColumnsForStatistical(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId,
com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.ColumnData>> callback) |
void |
getColumnWithOnlyViewColumnInRel(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId,
com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.ColumnData>> callback) |
void |
getColumnWithViewColumnIncluded(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId,
com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.ColumnData>> callback) |
void |
getConnection(RefColumn refColumn,
com.google.gwt.user.client.rpc.AsyncCallback<org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.ColumnData> 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 |
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 |
getHierarchicalRelationshipForPeriodDataTypes(org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.PeriodDataType periodDataType,
com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.PeriodDataType>> 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 |
getInSessionTabResourceInfo(com.google.gwt.user.client.rpc.AsyncCallback<TabResource> 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 |
getLicences(com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<LicenceData>> callback) |
void |
getLocales(com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<String>> callback) |
void |
getOccurrencesForBatchReplace(OccurrencesForReplaceBatchColumnSession occurrencesForReplaceBatchColumnSession,
com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<Occurrences>> callback) |
void |
getOperationMonitor(OperationMonitorSession operationMonitorSession,
com.google.gwt.user.client.rpc.AsyncCallback<OperationMonitor> callback) |
void |
getPeriodDataTypes(com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.PeriodDataType>> callback) |
void |
getResourcesTD(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId,
com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<ResourceTDDescriptor>> callback) |
void |
getResourcesTDByType(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId,
ResourceTDType reourceTDType,
com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<ResourceTDDescriptor>> 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 |
getTemplates(com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<TemplateData>> callback) |
void |
getTimeTableId(org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.PeriodDataType periodDataType,
com.google.gwt.user.client.rpc.AsyncCallback<Long> 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 |
getUriFromResolver(UriResolverSession uriResolverSession,
com.google.gwt.user.client.rpc.AsyncCallback<String> callback) |
void |
getValidationColumns(String columnLocalId,
org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId,
com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.ColumnData>> callback) |
void |
getValidationColumns(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId,
String columnName,
com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.ColumnData>> callback) |
void |
getValidationsTasksMetadata(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId,
com.google.gwt.user.client.rpc.AsyncCallback<ValidationsTasksMetadata> callback) |
void |
getValueDataFormatsMap(com.google.gwt.user.client.rpc.AsyncCallback<HashMap<org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.ColumnDataType,ArrayList<org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.ValueDataFormat>>> callback) |
void |
getValueDataFormatsOfColumnDataType(org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.ColumnDataType columnDataType,
com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.ValueDataFormat>> callback) |
void |
hello(com.google.gwt.user.client.rpc.AsyncCallback<UserInfo> callback) |
void |
isTabularResourceValid(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId,
com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback) |
void |
pendingTasksRetrieve(com.google.gwt.user.client.rpc.AsyncCallback<Integer> callback) |
void |
removeResource(RemoveResourceSession removeResourceSession,
com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) |
void |
removeTabularResource(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId,
com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) |
void |
restoreUISession(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId startTRId,
com.google.gwt.user.client.rpc.AsyncCallback<org.gcube.portlets.user.td.widgetcommonevent.shared.TRId> callback) |
void |
saveResource(SaveResourceSession saveResourceSession,
com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) |
void |
setActiveTabularResource(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId activeTRId,
com.google.gwt.user.client.rpc.AsyncCallback<org.gcube.portlets.user.td.widgetcommonevent.shared.TRId> 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 |
setLocale(InfoLocale infoLocale,
com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) |
void |
setSDMXRegistrySource(SDMXRegistrySource sdmxRegistrySource,
com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) |
void |
setShare(ShareTabResource shareInfo,
com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) |
void |
setShareRule(ShareRule shareRule,
com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) |
void |
setShareTemplate(ShareTemplate shareTemplate,
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 |
setTabResourceToFinal(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId,
com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) |
void |
startAddColumn(AddColumnSession addColumnSession,
com.google.gwt.user.client.rpc.AsyncCallback<String> callback) |
void |
startChangeColumnsPosition(ChangeColumnsPositionSession changeColumnsPositionSession,
com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) |
void |
startChangeColumnType(ChangeColumnTypeSession changeColumnTypeSession,
com.google.gwt.user.client.rpc.AsyncCallback<String> callback) |
void |
startChangeTableType(ChangeTableTypeSession changeTableTypeSession,
com.google.gwt.user.client.rpc.AsyncCallback<String> callback) |
void |
startChartTopRating(ChartTopRatingSession chartTopRatingSession,
com.google.gwt.user.client.rpc.AsyncCallback<String> callback) |
void |
startCloneTabularResource(CloneTabularResourceSession cloneTabularResourceSession,
com.google.gwt.user.client.rpc.AsyncCallback<String> callback) |
void |
startCodelistMappingImport(CodelistMappingSession codelistMappingSession,
com.google.gwt.user.client.rpc.AsyncCallback<String> callback) |
void |
startCSVExport(CSVExportSession csvExportSession,
com.google.gwt.user.client.rpc.AsyncCallback<String> callback) |
void |
startCSVImport(CSVImportSession csvImportSession,
com.google.gwt.user.client.rpc.AsyncCallback<String> callback) |
void |
startDeleteColumn(DeleteColumnSession deleteColumnSession,
com.google.gwt.user.client.rpc.AsyncCallback<String> callback) |
void |
startDeleteRows(DeleteRowsSession deleteRowsSession,
com.google.gwt.user.client.rpc.AsyncCallback<String> callback) |
void |
startDenormalization(DenormalizationSession denormalizationSession,
com.google.gwt.user.client.rpc.AsyncCallback<String> callback) |
void |
startDiscard(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId,
com.google.gwt.user.client.rpc.AsyncCallback<String> callback) |
void |
startDuplicates(DuplicatesSession duplicatesSession,
com.google.gwt.user.client.rpc.AsyncCallback<String> callback) |
void |
startEditRow(EditRowSession editRowSession,
com.google.gwt.user.client.rpc.AsyncCallback<String> callback) |
void |
startExtractCodelist(ExtractCodelistSession extractCodelistSession,
com.google.gwt.user.client.rpc.AsyncCallback<String> callback) |
void |
startGeometryCreatePoint(GeometryCreatePointSession geometryCreatePointSession,
com.google.gwt.user.client.rpc.AsyncCallback<String> callback) |
void |
startGeospatialCreateCoordinates(GeospatialCreateCoordinatesSession geospatialCreateCoordinatesSession,
com.google.gwt.user.client.rpc.AsyncCallback<String> callback) |
void |
startGeospatialDownscaleCSquare(GeospatialDownscaleCSquareSession geospatialDownscaleCSquareSession,
com.google.gwt.user.client.rpc.AsyncCallback<String> callback) |
void |
startJSONExport(JSONExportSession jsonExportSession,
com.google.gwt.user.client.rpc.AsyncCallback<String> callback) |
void |
startLabelColumn(LabelColumnSession labelColumnSession,
com.google.gwt.user.client.rpc.AsyncCallback<String> callback) |
void |
startMapCreation(MapCreationSession mapCreationSession,
com.google.gwt.user.client.rpc.AsyncCallback<String> callback) |
void |
startNormalization(NormalizationSession normalizationSession,
com.google.gwt.user.client.rpc.AsyncCallback<String> callback) |
void |
startReplaceBatchColumn(ReplaceBatchColumnSession replaceBatchColumnSession,
com.google.gwt.user.client.rpc.AsyncCallback<String> callback) |
void |
startReplaceByExternal(ReplaceByExternalSession replaceByExternalSession,
com.google.gwt.user.client.rpc.AsyncCallback<String> callback) |
void |
startReplaceColumn(ReplaceColumnSession replaceColumnSession,
com.google.gwt.user.client.rpc.AsyncCallback<String> callback) |
void |
startRollBack(RollBackSession rollBackSession,
com.google.gwt.user.client.rpc.AsyncCallback<String> callback) |
void |
startSDMXExport(SDMXExportSession exportSession,
com.google.gwt.user.client.rpc.AsyncCallback<String> callback) |
void |
startSDMXImport(SDMXImportSession sdmxImportSession,
com.google.gwt.user.client.rpc.AsyncCallback<String> callback) |
void |
startStatisticalOperation(StatisticalOperationSession statisticalOperationSession,
com.google.gwt.user.client.rpc.AsyncCallback<String> callback) |
void |
startTaskResubmit(TaskResubmitSession taskResubmitSession,
com.google.gwt.user.client.rpc.AsyncCallback<String> callback) |
void |
startTaskResume(TaskResumeSession taskResumeSession,
com.google.gwt.user.client.rpc.AsyncCallback<String> callback) |
void |
startTemplateApply(TemplateApplySession templateDeleteSession,
com.google.gwt.user.client.rpc.AsyncCallback<String> callback) |
void |
startUnion(UnionSession unionSession,
com.google.gwt.user.client.rpc.AsyncCallback<String> callback) |
void |
startValidationsDelete(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId,
com.google.gwt.user.client.rpc.AsyncCallback<String> callback) |
void |
tdOpen(TDOpenSession tdOpenSession,
com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) |
void |
templateDelete(TemplateDeleteSession templateDeleteSession,
com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) |
static final TDGWTServiceAsync INSTANCE
void hello(com.google.gwt.user.client.rpc.AsyncCallback<UserInfo> callback)
void setLocale(InfoLocale infoLocale, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
void pendingTasksRetrieve(com.google.gwt.user.client.rpc.AsyncCallback<Integer> callback)
void restoreUISession(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId startTRId,
com.google.gwt.user.client.rpc.AsyncCallback<org.gcube.portlets.user.td.widgetcommonevent.shared.TRId> callback)
void getUriFromResolver(UriResolverSession uriResolverSession, com.google.gwt.user.client.rpc.AsyncCallback<String> callback)
void getPeriodDataTypes(com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.PeriodDataType>> callback)
void getHierarchicalRelationshipForPeriodDataTypes(org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.PeriodDataType periodDataType,
com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.PeriodDataType>> callback)
void getValueDataFormatsMap(com.google.gwt.user.client.rpc.AsyncCallback<HashMap<org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.ColumnDataType,ArrayList<org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.ValueDataFormat>>> callback)
void getValueDataFormatsOfColumnDataType(org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.ColumnDataType columnDataType,
com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.ValueDataFormat>> 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 getInSessionTabResourceInfo(com.google.gwt.user.client.rpc.AsyncCallback<TabResource> 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 setTabResourceToFinal(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId,
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 getTimeTableId(org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.PeriodDataType periodDataType,
com.google.gwt.user.client.rpc.AsyncCallback<Long> callback)
void getColumns(com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.ColumnData>> callback)
void getColumns(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId,
com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.ColumnData>> callback)
void getColumnWithViewColumnIncluded(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId,
com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.ColumnData>> callback)
void getColumnWithOnlyViewColumnInRel(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId,
com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.ColumnData>> callback)
void getColumnsForStatistical(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId,
com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.ColumnData>> callback)
void getColumnsForDimension(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId,
com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.ColumnData>> callback)
void getColumn(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId,
String columnName,
com.google.gwt.user.client.rpc.AsyncCallback<org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.ColumnData> callback)
void getColumn(String columnLocalId, org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId, com.google.gwt.user.client.rpc.AsyncCallback<org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.ColumnData> callback)
void getConnection(RefColumn refColumn, com.google.gwt.user.client.rpc.AsyncCallback<org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.ColumnData> callback)
void closeAllTabularResources(com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
void closeTabularResourceAndOpen(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId openTRId,
org.gcube.portlets.user.td.widgetcommonevent.shared.TRId closeTRId,
com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
void closeTabularResource(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId closeTRId,
com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
void setActiveTabularResource(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId activeTRId,
com.google.gwt.user.client.rpc.AsyncCallback<org.gcube.portlets.user.td.widgetcommonevent.shared.TRId> callback)
void startTaskResubmit(TaskResubmitSession taskResubmitSession, com.google.gwt.user.client.rpc.AsyncCallback<String> callback)
void startTaskResume(TaskResumeSession taskResumeSession, com.google.gwt.user.client.rpc.AsyncCallback<String> 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<org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.ColumnData>> callback)
void getValidationColumns(String columnLocalId, org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId, com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.ColumnData>> callback)
void startValidationsDelete(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId,
com.google.gwt.user.client.rpc.AsyncCallback<String> callback)
void startRollBack(RollBackSession rollBackSession, com.google.gwt.user.client.rpc.AsyncCallback<String> callback)
void startDiscard(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId,
com.google.gwt.user.client.rpc.AsyncCallback<String> callback)
void setShare(ShareTabResource shareInfo, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
void setShareTemplate(ShareTemplate shareTemplate, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
void setShareRule(ShareRule shareRule, 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 tdOpen(TDOpenSession tdOpenSession, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
void startCloneTabularResource(CloneTabularResourceSession cloneTabularResourceSession, com.google.gwt.user.client.rpc.AsyncCallback<String> 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 startSDMXImport(SDMXImportSession sdmxImportSession, com.google.gwt.user.client.rpc.AsyncCallback<String> 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<CheckCSVSession> callback)
void startCSVImport(CSVImportSession csvImportSession, com.google.gwt.user.client.rpc.AsyncCallback<String> callback)
void getAvailableCharsetForExport(com.google.gwt.user.client.rpc.AsyncCallback<AvailableCharsetList> callback)
void startCSVExport(CSVExportSession csvExportSession, com.google.gwt.user.client.rpc.AsyncCallback<String> callback)
void startSDMXExport(SDMXExportSession exportSession, com.google.gwt.user.client.rpc.AsyncCallback<String> callback)
void startJSONExport(JSONExportSession jsonExportSession, com.google.gwt.user.client.rpc.AsyncCallback<String> callback)
void startChangeTableType(ChangeTableTypeSession changeTableTypeSession, com.google.gwt.user.client.rpc.AsyncCallback<String> callback)
void startUnion(UnionSession unionSession, com.google.gwt.user.client.rpc.AsyncCallback<String> callback)
void startEditRow(EditRowSession editRowSession, com.google.gwt.user.client.rpc.AsyncCallback<String> callback)
void startDeleteRows(DeleteRowsSession deleteRowsSession, com.google.gwt.user.client.rpc.AsyncCallback<String> callback)
void startDuplicates(DuplicatesSession duplicatesSession, com.google.gwt.user.client.rpc.AsyncCallback<String> callback)
void startChangeColumnType(ChangeColumnTypeSession changeColumnTypeSession, com.google.gwt.user.client.rpc.AsyncCallback<String> callback)
void startAddColumn(AddColumnSession addColumnSession, com.google.gwt.user.client.rpc.AsyncCallback<String> callback)
void startDeleteColumn(DeleteColumnSession deleteColumnSession, com.google.gwt.user.client.rpc.AsyncCallback<String> callback)
void startLabelColumn(LabelColumnSession labelColumnSession, com.google.gwt.user.client.rpc.AsyncCallback<String> callback)
void startChangeColumnsPosition(ChangeColumnsPositionSession changeColumnsPositionSession, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
void getOccurrencesForBatchReplace(OccurrencesForReplaceBatchColumnSession occurrencesForReplaceBatchColumnSession, com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<Occurrences>> callback)
void startReplaceBatchColumn(ReplaceBatchColumnSession replaceBatchColumnSession, com.google.gwt.user.client.rpc.AsyncCallback<String> callback)
void startReplaceColumn(ReplaceColumnSession replaceColumnSession, com.google.gwt.user.client.rpc.AsyncCallback<String> callback)
void startReplaceByExternal(ReplaceByExternalSession replaceByExternalSession, com.google.gwt.user.client.rpc.AsyncCallback<String> callback)
void getTemplates(com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<TemplateData>> callback)
void startTemplateApply(TemplateApplySession templateDeleteSession, com.google.gwt.user.client.rpc.AsyncCallback<String> callback)
void templateDelete(TemplateDeleteSession templateDeleteSession, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
void getLocales(com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<String>> callback)
void getLicences(com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<LicenceData>> 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 startExtractCodelist(ExtractCodelistSession extractCodelistSession, com.google.gwt.user.client.rpc.AsyncCallback<String> 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<String> callback)
void startNormalization(NormalizationSession normalizationSession, com.google.gwt.user.client.rpc.AsyncCallback<String> callback)
void startDenormalization(DenormalizationSession denormalizationSession, com.google.gwt.user.client.rpc.AsyncCallback<String> callback)
void getOperationMonitor(OperationMonitorSession operationMonitorSession, com.google.gwt.user.client.rpc.AsyncCallback<OperationMonitor> callback)
void getBackgroundOperationMonitor(BackgroundOperationMonitorSession backgroundOperationMonitorSession, com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<BackgroundOperationMonitor>> callback)
void getBackgroundOperationMonitorForSpecificTask(OperationMonitorSession operationMonitorSession, com.google.gwt.user.client.rpc.AsyncCallback<OperationMonitor> callback)
void getFileUploadMonitor(com.google.gwt.user.client.rpc.AsyncCallback<FileUploadMonitor> callback)
void getResourcesTD(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId,
com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<ResourceTDDescriptor>> callback)
void getResourcesTDByType(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId,
ResourceTDType reourceTDType,
com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<ResourceTDDescriptor>> callback)
void removeResource(RemoveResourceSession removeResourceSession, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
void saveResource(SaveResourceSession saveResourceSession, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
void startMapCreation(MapCreationSession mapCreationSession, com.google.gwt.user.client.rpc.AsyncCallback<String> callback)
void startStatisticalOperation(StatisticalOperationSession statisticalOperationSession, com.google.gwt.user.client.rpc.AsyncCallback<String> callback)
void startChartTopRating(ChartTopRatingSession chartTopRatingSession, com.google.gwt.user.client.rpc.AsyncCallback<String> callback)
void startGeospatialCreateCoordinates(GeospatialCreateCoordinatesSession geospatialCreateCoordinatesSession, com.google.gwt.user.client.rpc.AsyncCallback<String> callback)
void startGeospatialDownscaleCSquare(GeospatialDownscaleCSquareSession geospatialDownscaleCSquareSession, com.google.gwt.user.client.rpc.AsyncCallback<String> callback)
void startGeometryCreatePoint(GeometryCreatePointSession geometryCreatePointSession, com.google.gwt.user.client.rpc.AsyncCallback<String> callback)
Copyright © 2016. All Rights Reserved.