Class NamedStaticReportDataFactory
java.lang.Object
org.jfree.report.modules.data.beans.StaticReportDataFactory
org.jfree.report.modules.data.beans.NamedStaticReportDataFactory
- All Implemented Interfaces:
ReportDataFactory
Creation-Date: Jan 12, 2007, 2:16:00 PM
- Author:
- Thomas Morgner
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.pentaho.reporting.libraries.resourceloader.ResourceKeyString[]Queries a datasource.voidsetContentBase(org.pentaho.reporting.libraries.resourceloader.ResourceKey contentBase) voidMethods inherited from class org.jfree.report.modules.data.beans.StaticReportDataFactory
close, derive, getClassLoader, open
-
Constructor Details
-
NamedStaticReportDataFactory
public NamedStaticReportDataFactory()
-
-
Method Details
-
setQuery
-
queryData
Queries a datasource. The string 'query' defines the name of the query. The Parameterset given here may contain more data than actually needed. The dataset may change between two calls, do not assume anything!- Specified by:
queryDatain interfaceReportDataFactory- Overrides:
queryDatain classStaticReportDataFactory- Parameters:
query-parameters-- Returns:
- Throws:
ReportDataFactoryException
-
getQuery
-
getQueryNames
-
getContentBase
public org.pentaho.reporting.libraries.resourceloader.ResourceKey getContentBase() -
setContentBase
public void setContentBase(org.pentaho.reporting.libraries.resourceloader.ResourceKey contentBase)
-