AccountTreeDatasourceService |
Tree Datasource for Account Tree
|
ADTreeDatasourceService |
|
BaseDataSourceService |
A base data source service which can be extended.
|
CheckTreeOperationManager |
Abstract class used to restrict the movements of nodes for a particular tree
To check if a node movement is valid for a particular tree, this class has to be subclassed and
the checkNodeMovement method must be implemented to determine whether a node movement is valid.
|
ComboTableDatasourceService |
The implementation of the combo table reference datasource.
|
DataSource |
Entity class for entity OBSERDS_Datasource (stored in table OBSERDS_Datasource).
|
DataSourceComponent |
Represents a datasource to be rendered/created on the client.
|
DataSourceComponentProvider |
|
DataSourceConstants |
Defines constants for this module.
|
DatasourceField |
Entity class for entity OBSERDS_Datasource_Field (stored in table OBSERDS_Datasource_Field).
|
DatasourceObservabilityConfig |
Entity class for entity obserds_ds_obs_config (stored in table obserds_ds_obs_config).
|
DataSourceProperty |
A representation of the DatasourceField which can be read from the DataSourceField table
or created on the basis of an existing Property from the in-memory model.
|
DataSourceProperty.RefListEntry |
|
DataSourceServiceProvider |
|
DataSourceServlet |
A web service which provides a JSON REST service using the DataSourceService
implementation.
|
DataSourceUtils |
This class contains utility methods for dataSource related classes
|
DefaultDataSourceService |
|
HQLDataSourceService |
|
LinkToParentTreeDatasourceService |
|
ModelDataSourceService |
A data source which provides the data for a field which refers to properties in the data model.
|
ModelDataSourceServiceTest |
|
NoteDataSource |
A data source for the notes which manages the security.
|
ReadOnlyDataSourceService |
The SimpleDataSourceService provides a simple way of returning data in the correct format for a
client side component using a datasource.
|
TimezoneDatasource |
This Datasource shows a list of Time zones according to Java's ZoneId class
|
TreeDatasourceService |
The TreeDatasourceService is an abstract class that provides a simple way of returning data in
the correct format for a OBTreeGrid client side component using a datasource.
|