|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DataSourceException | |
|---|---|
| org.gcube.portlets.user.tdw.server | |
| org.gcube.portlets.user.tdw.server.datasource | |
| org.gcube.portlets.user.tdw.server.util | |
| Uses of DataSourceException in org.gcube.portlets.user.tdw.server |
|---|
| Methods in org.gcube.portlets.user.tdw.server that throw DataSourceException | |
|---|---|
protected void |
TabularDataServiceImpl.closeCurrentTable(int tdSessionId,
boolean silent)
|
| Uses of DataSourceException in org.gcube.portlets.user.tdw.server.datasource |
|---|
| Methods in org.gcube.portlets.user.tdw.server.datasource that throw DataSourceException | |
|---|---|
void |
DataSourceFactory.closeDataSource(org.gcube.application.framework.core.session.ASLSession session,
DataSource dataSource)
Close the specified DataSource releasing allocated resources. |
String |
DataSource.getDataAsJSon(int start,
int limit,
String sortingColumn,
Direction direction)
Retrieves the table data as JSON object. |
TableDefinition |
DataSource.getTableDefinition()
Returns the table definition. |
DataSource |
DataSourceFactory.openDataSource(org.gcube.application.framework.core.session.ASLSession session,
TableId id)
Open the specified datasource DataSource. |
| Uses of DataSourceException in org.gcube.portlets.user.tdw.server.util |
|---|
| Methods in org.gcube.portlets.user.tdw.server.util that throw DataSourceException | |
|---|---|
static void |
SessionUtil.closeDataSource(javax.servlet.http.HttpSession httpSession,
int tdSessionId)
|
static DataSource |
SessionUtil.openDataSource(javax.servlet.http.HttpSession httpSession,
TableId tableId)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||