getTabularReportReport
public TabularReport getTabularReportReport(ReportRegistryEntry reportEntry,
ReportContext context)
throws java.lang.Exception
The method is the main method that will be called for displaying tabular data. The heading
information and the data need to be populated by this method into the model. The model is
attached to the report and used when displaying the data The Open Automation framework
generates the parameters based on the input entered when creating the report in Open
Automation module.
- Specified by:
getTabularReportReport
in interface TabularReportGeneratorIf
- Parameters:
reportEntry
- This class has the info about the report (Report Name, Report Label, menu...)
context
- Context information for this report (Passed from the context from Open Automation
report)
- Returns:
- Report that has the data
- Throws:
java.lang.Exception
- See Also:
TabularReport, TabularReportInternalModel, ReportRegistryEntry, ReportContext