com.ontimize.windows.office
Class MSAccessRG
java.lang.Object
com.ontimize.windows.office.MSAccessRG
- All Implemented Interfaces:
- ReportGenerator
- public class MSAccessRG
- extends java.lang.Object
- implements ReportGenerator
Uses a configuration properties file. It must be a key 'db' and the value
must be the complete name with the file and path of the database file. Keys
in the properties file must be DB'#number' (db1, db2, etc) and values are the
names of the database to use including the path..
|
Constructor Summary |
MSAccessRG(java.lang.String propertiesFile)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MSAccessRG
public MSAccessRG(java.lang.String propertiesFile)
throws java.lang.Exception
getReportList
public java.util.Vector getReportList(java.lang.String databse)
getReportList
public java.util.Vector getReportList()
- Specified by:
getReportList in interface ReportGenerator
getReportDescription
public java.util.Vector getReportDescription()
- Specified by:
getReportDescription in interface ReportGenerator
getDescription
public java.lang.String getDescription()
- Specified by:
getDescription in interface ReportGenerator
createReport
public java.lang.String createReport(java.lang.String name,
java.lang.Object params,
java.lang.String fileName)
- Specified by:
createReport in interface ReportGenerator