Interface | Description |
---|---|
InterfaceReport |
This is the interface for the report classes which are used for the output
during operations that run on a separate Thread in OFBiz,
like import, export etc.
|
InterfaceReportThread |
Identifies a class that can be used as a report thread.
|
Class | Description |
---|---|
AbstractHtmlReport |
HTML report output to be used for database create tables / drop tables operations.
|
AbstractReport |
Base report class.
|
AbstractReportThread |
Provides a common Thread class for the reports.
|
HtmlReport |
HTML report output to be used in report.ftl.
|