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 ReportHibernateReportDAO. findByName(String name, long tenantId)ReportReportDAO. 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 booleanHibernateReportDAO. store(Report report)booleanHibernateReportDAO. store(Report report, File design)booleanReportDAO. store(Report report, File design)Stores the report and it's design file
-