|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectumich.cac.queryengine.ReportGenerator
Generates PBS accounting reports
Constructor Summary | |
ReportGenerator()
Constructor for the ReportGenerator object |
Method Summary | |
boolean |
generateExcelReport(java.util.Date startDate,
java.util.Date endDate,
java.lang.String fileName,
QueryEngine queryEngine)
Generate an Excel report |
boolean |
generatePdfReport(java.util.Date startDate,
java.util.Date endDate,
java.lang.String fileName,
QueryEngine queryEngine)
Generate a PDF report |
static void |
main(java.lang.String[] args)
The main program for the ReportGenerator class |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ReportGenerator() throws ConfigurationException
ConfigurationException
- if the ReportGenerator is unable to configure itselfMethod Detail |
public boolean generateExcelReport(java.util.Date startDate, java.util.Date endDate, java.lang.String fileName, QueryEngine queryEngine)
startDate
- the start date of the reportendDate
- the end date of the reportfileName
- the name of the output file to store the PDF intoqueryEngine
- used to send queries to the database
public boolean generatePdfReport(java.util.Date startDate, java.util.Date endDate, java.lang.String fileName, QueryEngine queryEngine)
startDate
- the start date of the reportendDate
- the end date of the reportfileName
- the name of the output file to store the PDF intoqueryEngine
- used to send queries to the database
public static void main(java.lang.String[] args)
args
- The command line arguments
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |