Uses of Class
com.logicaldoc.report.Report
-
Packages that use Report Package Description com.logicaldoc.report -
-
Uses of Report in com.logicaldoc.report
Methods in com.logicaldoc.report that return Report Modifier and Type Method Description Report
HibernateReportDAO. findByName(String name, long tenantId)
Report
ReportDAO. findByName(String name, long tenantId)
Finds the report with the given nameMethods in com.logicaldoc.report that return types with arguments of type Report Modifier and Type Method Description List<Report>
HibernateReportDAO. findZombies(long tenantId)
List<Report>
ReportDAO. findZombies(long tenantId)
Retrieves all the reports that are running for more than one hourMethods in com.logicaldoc.report with parameters of type Report Modifier and Type Method Description boolean
HibernateReportDAO. store(Report report, File design)
boolean
ReportDAO. store(Report report, File design)
Stores the report and it's design file
-