Ontimize 5.2072EN

com.ontimize.windows.office
Class MSAccessRG

java.lang.Object
  extended bycom.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..


Field Summary
 
Fields inherited from interface com.ontimize.printing.server.ReportGenerator
ERROR, REPORT_NOT_FOUND
 
Constructor Summary
MSAccessRG(java.lang.String propertiesFile)
           
 
Method Summary
 java.lang.String createReport(java.lang.String name, java.lang.Object params, java.lang.String fileName)
           
 java.lang.String getDescription()
           
 java.util.Vector getReportDescription()
           
 java.util.Vector getReportList()
           
 java.util.Vector getReportList(java.lang.String databse)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MSAccessRG

public MSAccessRG(java.lang.String propertiesFile)
           throws java.lang.Exception
Method Detail

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

Ontimize