| Package | Description |
|---|---|
| org.gcube.portlets.user.tdwx.server | |
| org.gcube.portlets.user.tdwx.server.datasource |
| Modifier and Type | Method and Description |
|---|---|
protected void |
TabularDataXServiceImpl.closeCurrentTable(javax.servlet.http.HttpServletRequest httpRequest,
ServiceCredentials serviceCredentials,
int tdSessionId,
boolean silent) |
static void |
SessionUtil.closeDataSource(javax.servlet.http.HttpServletRequest httpRequest,
ServiceCredentials serviceCredentials,
int tdSessionId) |
static DataSourceX |
SessionUtil.openDataSource(javax.servlet.http.HttpServletRequest httpRequest,
ServiceCredentials serviceCredentials,
TableId tableId) |
| Modifier and Type | Method and Description |
|---|---|
void |
DataSourceXFactory.closeDataSource(ServiceCredentials serviceCredentials,
DataSourceX dataSource)
Close the specified DataSource releasing allocated resources.
|
String |
DataSourceX.getDataAsJSon(int start,
int limit,
String sortingColumn,
Direction direction,
ArrayList<FilterInformation> filters,
ArrayList<StaticFilterInformation> staticFilters)
Retrieves the table data as JSON object.
|
TableDefinition |
DataSourceX.getTableDefinition()
Returns the table definition.
|
DataSourceX |
DataSourceXFactory.openDataSource(ServiceCredentials serviceCredentials,
TableId id)
Open the specified datasource
DataSourceX. |
TableDefinition |
DataSourceX.setColumnReordering(ColumnsReorderingConfig columnsReorderingConfig)
Set column reordering on current table
|
Copyright © 2019. All Rights Reserved.