public class DummyInterfacesReport
extends CloupiaEasyReportWithActions
This is an example demonstrating how to generate a report using the POJO approach.
There isn't much to it, a lot of the work was already done in the DummyInterface POJO. I already
added all the annotations to specify which fields should show in the report and what each column is named.
All you need to do here is make sure you extend CloupiaEasyReportWithActions, provide a unique name
for the report and the label for the report you want shown in the UI and the report POJO.