public interface AnalysisResult
AnalysisResult
s are capable of producing summary and
detailed information in the form of a String
as well
as producing a JasperPrint
objects containing a renderable
summary and detailed reports.
Modifier and Type | Method and Description |
---|---|
String |
getDetailReport()
Get a
String detailing the result. |
net.sf.jasperreports.engine.JasperPrint |
getDetailReport(String title,
String info)
Get a
JasperPrint detailing the result. |
String |
getSummaryReport()
Get a
String summarising the result. |
net.sf.jasperreports.engine.JasperPrint |
getSummaryReport(String title,
String info)
Get a
JasperPrint summarising the result. |
net.sf.jasperreports.engine.JasperPrint getSummaryReport(String title, String info) throws net.sf.jasperreports.engine.JRException
JasperPrint
summarising the result.title
- a title to add to the reportinfo
- information to print at the beginning of the reportString
summarising the resultnet.sf.jasperreports.engine.JRException
net.sf.jasperreports.engine.JasperPrint getDetailReport(String title, String info) throws net.sf.jasperreports.engine.JRException
JasperPrint
detailing the result.title
- a title to add to the reportinfo
- information to print at the beginning of the reportJasperPrint
detailing the result.net.sf.jasperreports.engine.JRException
String getSummaryReport()
String
summarising the result.String
summarising the resultString getDetailReport()
String
detailing the result.String
detailing the result