| Modifier and Type | Method and Description |
|---|---|
TabResource |
TDGWTService.createTabularResource(TabResource tabResource)
Creates a TabResource on Service
|
TabResource |
TDGWTService.getInSessionTabResourceInfo()
Get information on the current tabular resource don't call service
|
TabResource |
TDGWTService.getTabResourceInformation()
Get informations on the current tabular resource call service
|
TabResource |
TDGWTService.getTabResourceInformation(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId)
Get informations on tabular resource
|
| Modifier and Type | Method and Description |
|---|---|
ArrayList<TabResource> |
TDGWTService.getTabularResources()
Return all tabular resource of a user
|
ArrayList<TabResource> |
TDGWTService.getTabularResourcesAndLastTables()
Return all tabular resource of a user and last tables
|
| Modifier and Type | Method and Description |
|---|---|
TabResource |
TDGWTService.createTabularResource(TabResource tabResource)
Creates a TabResource on Service
|
void |
TDGWTServiceAsync.createTabularResource(TabResource tabResource,
com.google.gwt.user.client.rpc.AsyncCallback<TabResource> callback) |
void |
TDGWTService.setTabResource(TabResource tabResource)
Set current tabular resource
|
void |
TDGWTServiceAsync.setTabResource(TabResource tabResource,
com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) |
void |
TDGWTService.setTabResourceInformation(TabResource tabResource)
Set tabular resource information
|
void |
TDGWTServiceAsync.setTabResourceInformation(TabResource tabResource,
com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) |
| Modifier and Type | Method and Description |
|---|---|
void |
TDGWTServiceAsync.createTabularResource(TabResource tabResource,
com.google.gwt.user.client.rpc.AsyncCallback<TabResource> callback) |
void |
TDGWTServiceAsync.getInSessionTabResourceInfo(com.google.gwt.user.client.rpc.AsyncCallback<TabResource> callback) |
void |
TDGWTServiceAsync.getTabResourceInformation(com.google.gwt.user.client.rpc.AsyncCallback<TabResource> callback) |
void |
TDGWTServiceAsync.getTabResourceInformation(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId,
com.google.gwt.user.client.rpc.AsyncCallback<TabResource> callback) |
void |
TDGWTServiceAsync.getTabularResources(com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<TabResource>> callback) |
void |
TDGWTServiceAsync.getTabularResourcesAndLastTables(com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<TabResource>> callback) |
| Modifier and Type | Method and Description |
|---|---|
TabResource |
TDGWTServiceImpl.createTabularResource(TabResource tabResource)
Creates a TabResource on Service
|
static TabResource |
SessionUtil.getCSVImportTabResource(javax.servlet.http.HttpSession httpSession) |
static TabResource |
SessionUtil.getFirstFromCurrentTabularResourcesOpen(javax.servlet.http.HttpSession httpSession) |
static TabResource |
SessionUtil.getFromCurrentTabularResourcesOpen(javax.servlet.http.HttpSession httpSession,
org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId) |
TabResource |
TDGWTServiceImpl.getInSessionTabResourceInfo() |
static TabResource |
SessionUtil.getSDMXImportTabResource(javax.servlet.http.HttpSession httpSession) |
static TabResource |
SessionUtil.getTabResource(javax.servlet.http.HttpSession httpSession) |
TabResource |
TDGWTServiceImpl.getTabResourceInformation()
Get informations on the current tabular resource call service
|
TabResource |
TDGWTServiceImpl.getTabResourceInformation(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId)
Get informations on tabular resource
|
| Modifier and Type | Method and Description |
|---|---|
static ArrayList<TabResource> |
SessionUtil.getCodelistsPagingLoaded(javax.servlet.http.HttpSession httpSession) |
static ArrayList<TabResource> |
SessionUtil.getCodelistsPagingLoadedFilteredCopy(javax.servlet.http.HttpSession httpSession) |
static ArrayList<TabResource> |
SessionUtil.getCurrentTabularResourcesOpen(javax.servlet.http.HttpSession httpSession) |
ArrayList<TabResource> |
TDGWTServiceImpl.getTabularResources()
Retrieves tabular resource without table id (fast)
Return all tabular resource of a user
|
ArrayList<TabResource> |
TDGWTServiceImpl.getTabularResourcesAndLastTables()
Return all tabular resource of a user and last tables
|
| Modifier and Type | Method and Description |
|---|---|
static void |
SessionUtil.addToCurrentTabularResourcesOpen(javax.servlet.http.HttpSession httpSession,
TabResource tabResource) |
TabResource |
TDGWTServiceImpl.createTabularResource(TabResource tabResource)
Creates a TabResource on Service
|
static void |
SessionUtil.setCSVImportTabResource(javax.servlet.http.HttpSession httpSession,
TabResource tabResource) |
static void |
SessionUtil.setSDMXImportTabResource(javax.servlet.http.HttpSession httpSession,
TabResource tabResource) |
static void |
SessionUtil.setTabResource(javax.servlet.http.HttpSession httpSession,
TabResource tabResource) |
void |
TDGWTServiceImpl.setTabResource(TabResource tabResource)
Set current tabular resource
|
void |
TDGWTServiceImpl.setTabResourceInformation(TabResource tabResource)
Set tabular resource information
|
| Modifier and Type | Method and Description |
|---|---|
static void |
SessionUtil.setCodelistsPagingLoaded(javax.servlet.http.HttpSession httpSession,
ArrayList<TabResource> listCodelists) |
static void |
SessionUtil.setCodelistsPagingLoadedFilteredCopy(javax.servlet.http.HttpSession httpSession,
ArrayList<TabResource> listCodelistsFilteredCopy) |
static void |
SessionUtil.setCurrentTabularResourcesOpen(javax.servlet.http.HttpSession httpSession,
ArrayList<TabResource> currentTROpen) |
| Modifier and Type | Field and Description |
|---|---|
protected TabResource |
CodelistMappingSession.connectedTR |
| Modifier and Type | Method and Description |
|---|---|
TabResource |
CodelistMappingSession.getConnectedTR() |
| Modifier and Type | Method and Description |
|---|---|
void |
CodelistMappingSession.setConnectedTR(TabResource connectedTR) |
| Modifier and Type | Field and Description |
|---|---|
protected TabResource |
CSVImportSession.tabResource |
| Modifier and Type | Method and Description |
|---|---|
TabResource |
CSVImportSession.getTabResource() |
TabResource |
CSVExportSession.getTabResource() |
| Modifier and Type | Method and Description |
|---|---|
void |
CSVImportSession.setTabResource(TabResource tabResource) |
void |
CSVExportSession.setTabResource(TabResource tabResource) |
| Modifier and Type | Method and Description |
|---|---|
TabResource |
ExtractCodelistSession.getTabResource() |
| Modifier and Type | Method and Description |
|---|---|
void |
ExtractCodelistSession.setTabResource(TabResource tabResource) |
| Constructor and Description |
|---|
ExtractCodelistSession(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId,
TabResource tabResource,
ArrayList<org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.ColumnData> sourceColumns,
ArrayList<ExtractCodelistTargetColumn> targetColumns,
boolean automaticallyAttach,
org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.ColumnData attachColumn) |
| Modifier and Type | Method and Description |
|---|---|
TabResource |
JSONExportSession.getTabResource() |
| Modifier and Type | Method and Description |
|---|---|
void |
JSONExportSession.setTabResource(TabResource tabResource) |
| Modifier and Type | Field and Description |
|---|---|
protected TabResource |
SDMXImportSession.tabResource |
protected TabResource |
SDMXExportSession.tabResource |
| Modifier and Type | Method and Description |
|---|---|
TabResource |
SDMXImportSession.getTabResource() |
TabResource |
SDMXExportSession.getTabResource() |
| Modifier and Type | Method and Description |
|---|---|
void |
SDMXImportSession.setTabResource(TabResource tabResource) |
void |
SDMXExportSession.setTabResource(TabResource tabResource) |
| Modifier and Type | Method and Description |
|---|---|
TabResource |
ShareTabResource.getTabResource() |
| Modifier and Type | Method and Description |
|---|---|
void |
ShareTabResource.setTabResource(TabResource tabResource) |
| Constructor and Description |
|---|
ShareTabResource(TabResource tabResource,
ArrayList<Contacts> contacts) |
| Modifier and Type | Field and Description |
|---|---|
protected TabResource |
TDOpenSession.selectedTabResource |
| Modifier and Type | Method and Description |
|---|---|
TabResource |
TDOpenSession.getSelectedTabResource() |
| Modifier and Type | Method and Description |
|---|---|
void |
TDOpenSession.setSelectedTabResource(TabResource selectedTabResource) |
| Modifier and Type | Field and Description |
|---|---|
protected ArrayList<TabResource> |
CodelistPagingLoadResult.ltr |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<TabResource> |
CodelistPagingLoadResult.getLtr() |
| Modifier and Type | Method and Description |
|---|---|
void |
CodelistPagingLoadResult.setLtr(ArrayList<TabResource> ltr) |
| Modifier and Type | Field and Description |
|---|---|
protected TabResource |
ReplaceByExternalSession.currentTabularResource |
protected TabResource |
ReplaceByExternalSession.externalTabularResource |
| Modifier and Type | Method and Description |
|---|---|
TabResource |
ReplaceByExternalSession.getCurrentTabularResource() |
TabResource |
ReplaceByExternalSession.getExternalTabularResource() |
| Modifier and Type | Method and Description |
|---|---|
void |
ReplaceByExternalSession.setCurrentTabularResource(TabResource currentTabularResource) |
void |
ReplaceByExternalSession.setExternalTabularResource(TabResource externalTabularResource) |
| Constructor and Description |
|---|
ReplaceByExternalSession(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId,
TabResource currentTabularResource,
TabResource externalTabularResource,
org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.ColumnData currentColumn,
org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.ColumnData replaceColumn,
ArrayList<org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.ColumnData> currentColumns,
ArrayList<org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.ColumnData> externalColumns,
ArrayList<ReplaceByExternalColumnsMapping> columnsMatch) |
| Modifier and Type | Field and Description |
|---|---|
protected TabResource |
UnionSession.currentTabularResource |
protected TabResource |
UnionSession.unionTabularResource |
| Modifier and Type | Method and Description |
|---|---|
TabResource |
UnionSession.getCurrentTabularResource() |
TabResource |
UnionSession.getUnionTabularResource() |
| Modifier and Type | Method and Description |
|---|---|
void |
UnionSession.setCurrentTabularResource(TabResource currentTabularResource) |
void |
UnionSession.setUnionTabularResource(TabResource unionTabularResource) |
| Constructor and Description |
|---|
UnionSession(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId,
TabResource currentTabularResource,
TabResource unionTabularResource,
ArrayList<UnionColumnsMapping> columnsMatch) |
Copyright © 2016. All Rights Reserved.