Uses of Class
org.gcube.portlets.user.tdw.shared.model.TableId

Packages that use TableId
org.gcube.portlets.user.tdw.client   
org.gcube.portlets.user.tdw.client.event   
org.gcube.portlets.user.tdw.client.rpc   
org.gcube.portlets.user.tdw.server   
org.gcube.portlets.user.tdw.server.datasource   
org.gcube.portlets.user.tdw.server.datasource.jdbc   
org.gcube.portlets.user.tdw.server.util   
org.gcube.portlets.user.tdw.shared.model   
 

Uses of TableId in org.gcube.portlets.user.tdw.client
 

Methods in org.gcube.portlets.user.tdw.client that return TableId
protected  TableId TabularData.getTableId(String tableKey)
           
 

Methods in org.gcube.portlets.user.tdw.client with parameters of type TableId
protected  void TabularDataController.doOpenTable(TableId tableId)
           
protected  void TabularDataController.getTableDefinition(TableId tableId, com.google.gwt.user.client.rpc.AsyncCallback<TableDefinition> callback)
           
 void TabularData.getTableDefinition(TableId tableId, com.google.gwt.user.client.rpc.AsyncCallback<TableDefinition> callback)
          Returns the TableDefinition for the specified TableId.
 void TabularData.openTable(TableId id)
          Opens a new table.
 

Uses of TableId in org.gcube.portlets.user.tdw.client.event
 

Fields in org.gcube.portlets.user.tdw.client.event declared as TableId
protected  TableId OpenTableEvent.tableId
           
 

Methods in org.gcube.portlets.user.tdw.client.event that return TableId
 TableId OpenTableEvent.getTableId()
           
 

Constructors in org.gcube.portlets.user.tdw.client.event with parameters of type TableId
OpenTableEvent(TableId tableId)
           
 

Uses of TableId in org.gcube.portlets.user.tdw.client.rpc
 

Methods in org.gcube.portlets.user.tdw.client.rpc with parameters of type TableId
 TableDefinition TabularDataService.getTableDefinition(TableId id)
           
 void TabularDataServiceAsync.getTableDefinition(TableId id, com.google.gwt.user.client.rpc.AsyncCallback<TableDefinition> callback)
           
 TableDefinition TabularDataService.openTable(int tdSessionId, TableId tableId)
           
 void TabularDataServiceAsync.openTable(int tdSessionId, TableId tableId, com.google.gwt.user.client.rpc.AsyncCallback<TableDefinition> callback)
           
 

Uses of TableId in org.gcube.portlets.user.tdw.server
 

Methods in org.gcube.portlets.user.tdw.server with parameters of type TableId
 TableDefinition TabularDataServiceImpl.getTableDefinition(TableId id)
          
 TableDefinition TabularDataServiceImpl.openTable(int tdSessionId, TableId tableId)
          
 

Uses of TableId in org.gcube.portlets.user.tdw.server.datasource
 

Methods in org.gcube.portlets.user.tdw.server.datasource with parameters of type TableId
 DataSource DataSourceFactory.openDataSource(org.gcube.application.framework.core.session.ASLSession session, TableId id)
          Open the specified datasource DataSource.
 

Uses of TableId in org.gcube.portlets.user.tdw.server.datasource.jdbc
 

Methods in org.gcube.portlets.user.tdw.server.datasource.jdbc with parameters of type TableId
 DataSource SimpleJDBCDataSourceFactory.openDataSource(org.gcube.application.framework.core.session.ASLSession session, TableId tableId)
          Open the specified datasource DataSource.
 

Uses of TableId in org.gcube.portlets.user.tdw.server.util
 

Methods in org.gcube.portlets.user.tdw.server.util with parameters of type TableId
static DataSource SessionUtil.openDataSource(javax.servlet.http.HttpSession httpSession, TableId tableId)
           
 

Uses of TableId in org.gcube.portlets.user.tdw.shared.model
 

Fields in org.gcube.portlets.user.tdw.shared.model declared as TableId
protected  TableId TableDefinition.id
           
 

Methods in org.gcube.portlets.user.tdw.shared.model that return TableId
 TableId TableDefinition.getId()
           
 

Constructors in org.gcube.portlets.user.tdw.shared.model with parameters of type TableId
TableDefinition(TableId id, String name)
          Creates a new Table definition.
TableDefinition(TableId id, String name, String jsonRowsField, String jsonTotalLengthField, String jsonOffsetField)
          Creates a new Table definition.
TableDefinition(TableId id, String name, String jsonRowsField, String jsonTotalLengthField, String jsonOffsetField, List<ColumnDefinition> columns)
          Creates a new Table definition.
TableDefinition(TableId id, String name, String jsonRowsField, String jsonTotalLengthField, String jsonOffsetField, Map<String,ColumnDefinition> columns)
          Creates a new Table definition.
 



Copyright © 2013. All Rights Reserved.