Modifier and Type | Method and Description |
---|---|
TabResource |
TDGWTService.createTabularResource(TabResource tabResource)
Creates a TabResource on Service
|
TabResource |
TDGWTService.getTabResourceInformation()
Get informations on the current tabular resource
|
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
|
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) |
Modifier and Type | Method and Description |
---|---|
void |
TDGWTServiceAsync.createTabularResource(TabResource tabResource,
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) |
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.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
|
TabResource |
TDGWTServiceImpl.getTabResourceInformation(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId)
Get informations on tabular resource
|
protected TabResource |
TDGWTServiceImpl.retriveTRMetadataFromService(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
|
Modifier and Type | Method and Description |
---|---|
ArrayList<TabResource> |
TDGWTServiceImpl.getTabularResources()
Return all tabular resource of a user
|
Modifier and Type | Method and Description |
---|---|
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
|
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 | 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 |
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 |
TDOpenSession.selectedTabResource |
Modifier and Type | Method and Description |
---|---|
TabResource |
TDOpenSession.getSelectedTabResource() |
Modifier and Type | Method and Description |
---|---|
void |
TDOpenSession.setSelectedTabResource(TabResource selectedTabResource) |
Copyright © 2014. All Rights Reserved.