|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--net.firstpartners.nounit.report.ReportPicker
Creates the Report Class , as requested by the user , to generate the report
| Constructor Summary | |
ReportPicker()
|
|
| Method Summary | |
static IReport |
getReportMaker(CommandPackage inCommandPackage)
Return the Appropriate Report to handle this user request |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ReportPicker()
| Method Detail |
public static IReport getReportMaker(CommandPackage inCommandPackage)
throws NoUnitException
inCommandPackage - containing the request detailsNoUnitException - thrown if any page names are invalidjava.lang.IllegalAccessException - Thrown when there's a problem retrieving
the concrete reports's classjava.lang.InstantiationException - Thrown when there's a problem creating an
instance of the report bean from it's class.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||