@RemoteServiceRelativePath(value="tdwx")
public interface TabularDataXService
extends com.google.gwt.user.client.rpc.RemoteService
| Modifier and Type | Method and Description |
|---|---|
void |
closeTable(int tdSessionId) |
TableDefinition |
getCurrentTableDefinition(int tdSessionId) |
TableDefinition |
getTableDefinition(TableId id) |
TableDefinition |
openTable(int tdSessionId,
TableId tableId) |
TableDefinition |
setCurrentTableColumnsReordering(int tdSessionId,
ColumnsReorderingConfig columnReorderingConfig) |
TableDefinition openTable(int tdSessionId, TableId tableId) throws TabularDataXServiceException
TabularDataXServiceExceptionTableDefinition getCurrentTableDefinition(int tdSessionId) throws TabularDataXServiceException
TabularDataXServiceExceptionTableDefinition setCurrentTableColumnsReordering(int tdSessionId, ColumnsReorderingConfig columnReorderingConfig) throws TabularDataXServiceException
TabularDataXServiceExceptionTableDefinition getTableDefinition(TableId id) throws TabularDataXServiceException
TabularDataXServiceExceptionvoid closeTable(int tdSessionId)
throws TabularDataXServiceException
TabularDataXServiceExceptionCopyright © 2016. All Rights Reserved.