org.gcube.portlets.user.tdw.client.rpc
Interface TabularDataService
- All Superinterfaces:
- com.google.gwt.user.client.rpc.RemoteService
- All Known Implementing Classes:
- TabularDataServiceImpl
@RemoteServiceRelativePath(value="tdw")
public interface TabularDataService
- extends com.google.gwt.user.client.rpc.RemoteService
- Author:
- "Federico De Faveri defaveri@isti.cnr.it"
openTable
TableDefinition openTable(int tdSessionId,
TableId tableId)
throws TabularDataServiceException
- Throws:
TabularDataServiceException
getCurrentTableDefinition
TableDefinition getCurrentTableDefinition(int tdSessionId)
throws TabularDataServiceException
- Throws:
TabularDataServiceException
getTableDefinition
TableDefinition getTableDefinition(TableId id)
throws TabularDataServiceException
- Throws:
TabularDataServiceException
closeTable
void closeTable(int tdSessionId)
throws TabularDataServiceException
- Throws:
TabularDataServiceException
Copyright © 2013. All Rights Reserved.