Ontimize 5.2072EN

com.ontimize.report
Class ReportDataFactory

java.lang.Object
  extended bycom.ontimize.report.ReportDataFactory

public class ReportDataFactory
extends java.lang.Object

Internal factory to create ReportDataFactory.DefaultReportData objects.

The created objects are not visible.

Since:
04/12/2008
Author:
Imatia Innovation S.L.
See Also:
ReportDataFactory.DefaultReportData

Nested Class Summary
static class ReportDataFactory.DefaultReportData
           
static class ReportDataFactory.JFreeReportData
           
 
Field Summary
protected static EntityReportDesigner designer
           
 
Constructor Summary
ReportDataFactory()
           
 
Method Summary
static ReportData create(ReportProperties report, ReportStore store)
           
static java.lang.reflect.Constructor getJasperReportDataConstructor()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

designer

protected static EntityReportDesigner designer
Constructor Detail

ReportDataFactory

public ReportDataFactory()
Method Detail

create

public static ReportData create(ReportProperties report,
                                ReportStore store)

getJasperReportDataConstructor

public static java.lang.reflect.Constructor getJasperReportDataConstructor()
                                                                    throws java.lang.Exception
Throws:
java.lang.Exception

Ontimize