| 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
|
protected TabResource |
TDGWTServiceImpl.retrieveTRMetadataFromService(org.gcube.data.analysis.tabulardata.service.TabularDataService service,
org.gcube.data.analysis.tabulardata.service.tabular.TabularResource tr,
int i)
Retrieves the informations for a specific Tabular Resource from service
|
protected TabResource |
TDGWTServiceImpl.retrieveTRMetadataFromServiceAndLastTable(org.gcube.data.analysis.tabulardata.service.TabularDataService service,
org.gcube.data.analysis.tabulardata.service.tabular.TabularResource tr,
int i)
Retrieves the informations for a specific Tabular Resource and the Last
Table from service
|
| Modifier and Type | Method and Description |
|---|---|
protected ArrayList<TabResource> |
TDGWTServiceImpl.filterPagingRow(CodelistPagingLoadConfig plc,
ArrayList<TabResource> ltr,
javax.servlet.http.HttpSession session) |
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()
Return all tabular resource of a user
|
ArrayList<TabResource> |
TDGWTServiceImpl.getTabularResourcesAndLastTables()
Return all tabular resource of a user and last tables
|
protected ArrayList<TabResource> |
TDGWTServiceImpl.OrderPagingRow(CodelistPagingLoadConfig plc,
ArrayList<TabResource> ltrCopy,
javax.servlet.http.HttpSession session) |
| 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
|
protected void |
TDGWTServiceImpl.syncTRMetaData(org.gcube.data.analysis.tabulardata.service.tabular.TabularResource tr,
TabResource tabResource) |
protected void |
TDGWTServiceImpl.updateTabResourceInformation(TabResource tabResource,
ArrayList<TRMetadata> trMetadatas) |
| Modifier and Type | Method and Description |
|---|---|
protected ArrayList<TabResource> |
TDGWTServiceImpl.filterPagingRow(CodelistPagingLoadConfig plc,
ArrayList<TabResource> ltr,
javax.servlet.http.HttpSession session) |
protected ArrayList<TabResource> |
TDGWTServiceImpl.OrderPagingRow(CodelistPagingLoadConfig plc,
ArrayList<TabResource> ltrCopy,
javax.servlet.http.HttpSession session) |
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() |
| Modifier and Type | Method and Description |
|---|---|
void |
CSVImportSession.setTabResource(TabResource tabResource) |
| Modifier and Type | Field and Description |
|---|---|
protected TabResource |
ExtractCodelistSession.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<ColumnData> sourceColumns,
ArrayList<ExtractCodelistTargetColumn> targetColumns) |
| 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 | Field and Description |
|---|---|
protected TabResource |
ShareTabResource.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 |
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 © 2014. All Rights Reserved.