public interface DataSourceX
| Modifier and Type | Method and Description |
|---|---|
String |
getDataAsJSon(int start,
int limit,
String sortingColumn,
Direction direction)
Retrieves the table data as JSON object.
|
String |
getDataSourceFactoryId()
Returns the id of the
DataSourceXFactory that have generated it. |
TableDefinition |
getTableDefinition()
Returns the table definition.
|
String getDataSourceFactoryId()
DataSourceXFactory that have generated it.DataSourceXFactory id.TableDefinition getTableDefinition() throws DataSourceXException
DataSourceXException - if an error occurred retrieving the table definition.String getDataAsJSon(int start, int limit, String sortingColumn, Direction direction) throws DataSourceXException
start - the starting row index.limit - the number of rows after the starting index to retrieve.sortingColumn - the column used for sorting.direction - the sorting direction.DataSourceXException - if an error occurred retrieving the table data.Copyright © 2014. All Rights Reserved.