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

Packages that use TRId
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   
 

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

Methods in org.gcube.portlets.user.td.gwtservice.client.rpc with parameters of type TRId
 TableData TDGWTService.getLastTable(TRId trId)
          Return Last Table
 void TDGWTServiceAsync.getLastTable(TRId trId, com.google.gwt.user.client.rpc.AsyncCallback<TableData> callback)
           
 ArrayList<TRMetadata> TDGWTService.getTableMetadata(TRId trId)
          Return Metadata
 void TDGWTServiceAsync.getTableMetadata(TRId trId, com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<TRMetadata>> callback)
           
 

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

Methods in org.gcube.portlets.user.td.gwtservice.server that return TRId
static TRId SessionUtil.getTRId(javax.servlet.http.HttpSession httpSession)
           
 

Methods in org.gcube.portlets.user.td.gwtservice.server with parameters of type TRId
 TableData TDGWTServiceImpl.getLastTable(TRId trId)
           
 ArrayList<TRMetadata> TDGWTServiceImpl.getTableMetadata(TRId trId)
           
static void SessionUtil.setTRId(javax.servlet.http.HttpSession httpSession, TRId trId)
           
 

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

Fields in org.gcube.portlets.user.td.gwtservice.shared.csv declared as TRId
protected  TRId CSVImportMonitor.trId
           
 

Methods in org.gcube.portlets.user.td.gwtservice.shared.csv that return TRId
 TRId CSVImportMonitor.getTrId()
           
 

Methods in org.gcube.portlets.user.td.gwtservice.shared.csv with parameters of type TRId
 void CSVImportMonitor.setTrId(TRId trId)
           
 

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

Fields in org.gcube.portlets.user.td.gwtservice.shared.sdmx declared as TRId
protected  TRId SDMXImportMonitor.trId
           
 

Methods in org.gcube.portlets.user.td.gwtservice.shared.sdmx that return TRId
 TRId SDMXImportMonitor.getTrId()
           
 

Methods in org.gcube.portlets.user.td.gwtservice.shared.sdmx with parameters of type TRId
 void SDMXImportMonitor.setTrId(TRId trId)
           
 

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

Fields in org.gcube.portlets.user.td.gwtservice.shared.tr declared as TRId
protected  TRId TabResource.trId
           
protected  TRId ColumnData.trId
           
protected  TRId TableData.trId
           
 

Methods in org.gcube.portlets.user.td.gwtservice.shared.tr that return TRId
 TRId TabResource.getTrId()
           
 TRId ColumnData.getTrId()
           
 TRId TableData.getTrId()
           
 

Methods in org.gcube.portlets.user.td.gwtservice.shared.tr with parameters of type TRId
 void TabResource.setTrId(TRId trId)
           
 void ColumnData.setTrId(TRId trId)
           
 void TableData.setTrId(TRId trId)
           
 

Constructors in org.gcube.portlets.user.td.gwtservice.shared.tr with parameters of type TRId
TabResource(int id, String name, String description, String agency, String date, String right, TRId trId)
           
 



Copyright © 2013. All Rights Reserved.