|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectumich.cac.queryengine.PdfUserReport
Generates a PDF report document detailing collected user data.
Constructor Summary | |
PdfUserReport(java.util.Map userDataMap,
java.lang.String fileName,
java.lang.String title)
Constructor for the PdfUserReport object |
Method Summary | |
boolean |
generateReport()
Generate a report, creating the PDF to the file specified |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PdfUserReport(java.util.Map userDataMap, java.lang.String fileName, java.lang.String title)
userDataMap
- Key is username, Value is UserDatafileName
- Name of the output file to write totitle
- The title for the reportMethod Detail |
public boolean generateReport()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |