Interface | Description |
---|---|
DataSource |
The DataSource is a programming interface to Web Central data access layer.
|
DataSource.RecordHandler |
Callback interface that can be passed as a parameter to getRecords() and getAllRecords().
|
DataSourceObjectConverter.AfterCreateCallback |
This callback interface can be implemented by application classes that wish to be notified
when a new object instance is created from a data record.
|
ObjectDataSource<T> |
ObjectDataSource is an extension of the DataSource interface.
|
Class | Description |
---|---|
DataSourceFactory |
Factory class for data source objects.
|
DataSourceGroupingImpl |
DataSource implementation that supports groupBy fields.
|
DataSourceImpl |
The DataSource is a programming interface to Web Central data access layer.
|
DataSourceImpl.Parameter |
Defines an SQL query parameter.
|
DataSourceImpl.SortField |
Represents a sort field.
|
DataSourceImpl.TableAndRole |
Represents database table and its role in the data source.
|
DataSourceObjectConverter<T> |
Helper class that converts DataRecords to strongly-typed Java objects.
|
DataStatistics |
Provides static methods that return aggregated ("statistics") field values, for example:
|
FieldOperation |
Port of the Nick's FieldFormula class, which was ported from Windows FieldFormula object.
|
ObjectDataSourceImpl<T> |
Base class for implementations of the ObjectDataSource interface.
|
SqlUtils |
Provides static methods to execute SQL queries and format values for SQL.
|