umich.cac.queryengine
Class PdfUserReport

java.lang.Object
  extended byumich.cac.queryengine.PdfUserReport

public final class PdfUserReport
extends java.lang.Object

Generates a PDF report document detailing collected user data.

Version:
$Header: /cvsroot/pbsaccounting/pbsaccounting/darkslide/doc/javadoc/umich/cac/queryengine/PdfUserReport.html,v 1.3 2003/12/18 17:16:08 rodmach Exp $
Author:
rmach@umich.edu

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

PdfUserReport

public PdfUserReport(java.util.Map userDataMap,
                     java.lang.String fileName,
                     java.lang.String title)
Constructor for the PdfUserReport object

Parameters:
userDataMap - Key is username, Value is UserData
fileName - Name of the output file to write to
title - The title for the report
Method Detail

generateReport

public boolean generateReport()
Generate a report, creating the PDF to the file specified

Returns:
true if report was generated, false if there was a problem