Uses of Package
com.onenetwork.platform.common.table
Package | Description |
---|---|
com.onenetwork.platform.common.table |
Standard interfaces for manipulating tabular data.
|
com.onenetwork.platform.data.sql |
Services for ad-hoc querying and other lower-level database access.
|
com.onenetwork.platform.integ.json |
Service for converting between JSON and Model objects.
|
com.onenetwork.platform.integ.rest.report |
Helper classes related to the Report framework, providing support for manipulating report invocation results
prior to returning to the client layer.
|
com.onenetwork.platform.report.summary |
-
Classes in com.onenetwork.platform.common.table used by com.onenetwork.platform.common.table Class Description TableListener Listener which can provided to an API which "constructs" a table (for example inReportService
) to allow for streaming management of table data, rather than bringing all into memory at once.TableListenerException Can be thrown byTableListener
to abort processing of query resultsTableMetaData Captures information about the table's columns.TableRow Captures the values for a particular table row. -
Classes in com.onenetwork.platform.common.table used by com.onenetwork.platform.data.sql Class Description Table Interface for a Table with multiple rows/columns.TableListener Listener which can provided to an API which "constructs" a table (for example inReportService
) to allow for streaming management of table data, rather than bringing all into memory at once. -
Classes in com.onenetwork.platform.common.table used by com.onenetwork.platform.integ.json Class Description Table Interface for a Table with multiple rows/columns. -
Classes in com.onenetwork.platform.common.table used by com.onenetwork.platform.integ.rest.report Class Description Table Interface for a Table with multiple rows/columns.TableMetaData Captures information about the table's columns.TableRow Captures the values for a particular table row. -
Classes in com.onenetwork.platform.common.table used by com.onenetwork.platform.report.summary Class Description TableMetaData Captures information about the table's columns.TableRow Captures the values for a particular table row.