| Class | Description |
|---|---|
| CallProcess |
This class is a service class to call a stored procedure using a set of parameters.
|
| CallStoredProcedure |
This class is a service class to directly call a stored procedure without using a
ProcessInstance. |
| ClientImportEntityResolver |
This entity resolver is used in complete Client imports.
|
| ClientImportProcessor |
This ImportProcessor is used during client import.
|
| DalBaseProcess |
This class implements transaction and user context handling for backend process tasks which need
to make use of the DAL.
|
| DalConnectionProvider |
A connection provider which is created on the basis of the current connection of the DAL (see
OBDal.getConnection()). |
| DataExportService |
Exports business objects to XML on the basis of Datasets, DataSetTables and DataSetColumns.
|
| DataImportService |
Imports business objects from XML.
|
| DbUtility |
Utility class with very general utility methods.
|
| ExportClientProcess |
The export client process is called from the ui.
|
| ExportReferenceDataTask |
Export reference data of clients defined by the clients parameter.
|
| ImportClientProcess |
The import client process is called from the ui.
|
| ImportReferenceDataTask |
Imports client data for the clients defined in the clients parameter from the
ReferenceDataTask.REFERENCE_DATA_DIRECTORY directory. |
| ImportResult |
Contains the result of an import action, i.e.
|
| QueryTimeOutUtil |
Utility class with that allows to set a query timeout for hibernate queries, hibernate criterias
and sql statements.
|
| ReferenceDataTask |
Ant task which is the basis for the import and export of sample data during installation of
Openbravo.
|