Uses of Class
org.gcube.portlets.user.td.gwtservice.shared.tr.TabResource

Packages that use TabResource
org.gcube.portlets.user.td.gwtservice.client.rpc   
org.gcube.portlets.user.td.gwtservice.server   
org.gcube.portlets.user.td.gwtservice.shared.csv   
org.gcube.portlets.user.td.gwtservice.shared.sdmx   
org.gcube.portlets.user.td.gwtservice.shared.tr.open   
 

Uses of TabResource in org.gcube.portlets.user.td.gwtservice.client.rpc
 

Methods in org.gcube.portlets.user.td.gwtservice.client.rpc that return TabResource
 TabResource TDGWTService.createTabularResource(TabResource tabResource)
          Creates a TabResource on Service
 TabResource TDGWTService.getTabResourceInformation()
          Get informations on the current tabular resource
 

Methods in org.gcube.portlets.user.td.gwtservice.client.rpc that return types with arguments of type TabResource
 List<TabResource> TDGWTService.getTabularResources()
          Return all tabular resource of a user
 

Methods in org.gcube.portlets.user.td.gwtservice.client.rpc with parameters of type TabResource
 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)
           
 

Method parameters in org.gcube.portlets.user.td.gwtservice.client.rpc with type arguments of type TabResource
 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.getTabularResources(com.google.gwt.user.client.rpc.AsyncCallback<List<TabResource>> callback)
           
 

Uses of TabResource in org.gcube.portlets.user.td.gwtservice.server
 

Methods in org.gcube.portlets.user.td.gwtservice.server that return TabResource
 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
protected  TabResource TDGWTServiceImpl.retriveTRMetadataFromService(org.gcube.data.analysis.tabulardata.service.tabular.TabularResource tr, int i)
          Retrieves the informations for a specific Tabular Resource from service
 

Methods in org.gcube.portlets.user.td.gwtservice.server that return types with arguments of type TabResource
 ArrayList<TabResource> TDGWTServiceImpl.getTabularResources()
          Return all tabular resource of a user
 

Methods in org.gcube.portlets.user.td.gwtservice.server with parameters of type TabResource
 TabResource TDGWTServiceImpl.createTabularResource(TabResource tabResource)
          Creates a TabResource on Service
 void TDGWTServiceImpl.removeTabularResource(TabResource tabResource)
           
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)
           
 

Uses of TabResource in org.gcube.portlets.user.td.gwtservice.shared.csv
 

Fields in org.gcube.portlets.user.td.gwtservice.shared.csv declared as TabResource
protected  TabResource CSVImportSession.tabResource
           
 

Methods in org.gcube.portlets.user.td.gwtservice.shared.csv that return TabResource
 TabResource CSVImportSession.getTabResource()
           
 

Methods in org.gcube.portlets.user.td.gwtservice.shared.csv with parameters of type TabResource
 void CSVImportSession.setTabResource(TabResource tabResource)
           
 

Uses of TabResource in org.gcube.portlets.user.td.gwtservice.shared.sdmx
 

Fields in org.gcube.portlets.user.td.gwtservice.shared.sdmx declared as TabResource
protected  TabResource SDMXImportSession.tabResource
           
protected  TabResource SDMXExportSession.tabResource
           
 

Methods in org.gcube.portlets.user.td.gwtservice.shared.sdmx that return TabResource
 TabResource SDMXImportSession.getTabResource()
           
 TabResource SDMXExportSession.getTabResource()
           
 

Methods in org.gcube.portlets.user.td.gwtservice.shared.sdmx with parameters of type TabResource
 void SDMXImportSession.setTabResource(TabResource tabResource)
           
 void SDMXExportSession.setTabResource(TabResource tabResource)
           
 

Uses of TabResource in org.gcube.portlets.user.td.gwtservice.shared.tr.open
 

Fields in org.gcube.portlets.user.td.gwtservice.shared.tr.open declared as TabResource
protected  TabResource TDOpenSession.selectedTabResource
           
 

Methods in org.gcube.portlets.user.td.gwtservice.shared.tr.open that return TabResource
 TabResource TDOpenSession.getSelectedTabResource()
           
 

Methods in org.gcube.portlets.user.td.gwtservice.shared.tr.open with parameters of type TabResource
 void TDOpenSession.setSelectedTabResource(TabResource selectedTabResource)
           
 



Copyright © 2013. All Rights Reserved.