org.pentaho.platform.plugin.action.jfreereport.helper
Class PentahoDataFactory

java.lang.Object
  extended by StaticDataFactory
      extended by org.pentaho.platform.plugin.action.jfreereport.helper.PentahoDataFactory

public class PentahoDataFactory
extends StaticDataFactory

This needs the latest CVS version of JFreeReport (0.8.7-5-cvs)...

Author:
Thomas Morgner

Constructor Summary
PentahoDataFactory(ClassLoader classLoader)
           
 
Method Summary
 ClassLoader getClassLoader()
           
 TableModel queryData(String string, DataRow dataRow)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PentahoDataFactory

public PentahoDataFactory(ClassLoader classLoader)
Method Detail

getClassLoader

public ClassLoader getClassLoader()

queryData

public TableModel queryData(String string,
                            DataRow dataRow)
                     throws ReportDataFactoryException
Throws:
ReportDataFactoryException