A E G H M O P S V
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AbstractReportGenerator - Class in org.pentaho.reporting.engine.classic.samples
-
This is the base class used with the report generation examples.
- AbstractReportGenerator() - Constructor for class org.pentaho.reporting.engine.classic.samples.AbstractReportGenerator
-
Performs the basic initialization required to generate a report
- AbstractReportGenerator.OutputType - Enum in org.pentaho.reporting.engine.classic.samples
-
The supported output types for this sample
E
- EXCEL - org.pentaho.reporting.engine.classic.samples.AbstractReportGenerator.OutputType
G
- generateReport(AbstractReportGenerator.OutputType, File) - Method in class org.pentaho.reporting.engine.classic.samples.AbstractReportGenerator
-
Generates the report in the specified
outputType
and writes it into the specifiedoutputFile
. - generateReport(AbstractReportGenerator.OutputType, OutputStream) - Method in class org.pentaho.reporting.engine.classic.samples.AbstractReportGenerator
-
Generates the report in the specified
outputType
and writes it into the specifiedoutputStream
. - getCompleteReportDefinition() - Method in class org.pentaho.reporting.engine.classic.samples.Sample3
-
Generates the report definition that has the data factory and parameters already applied.
- getDataFactory() - Method in class org.pentaho.reporting.engine.classic.samples.AbstractReportGenerator
-
Returns the data factory used by this report generator.
- getDataFactory() - Method in class org.pentaho.reporting.engine.classic.samples.Sample1
-
Returns the data factory which will be used to generate the data used during report generation.
- getDataFactory() - Method in class org.pentaho.reporting.engine.classic.samples.Sample2
-
Returns the data factory which will be used to generate the data used during report generation.
- getReportDefinition() - Method in class org.pentaho.reporting.engine.classic.samples.AbstractReportGenerator
-
Returns the report definition used by this report generator.
- getReportDefinition() - Method in class org.pentaho.reporting.engine.classic.samples.Sample1
-
Returns the report definition which will be used to generate the report.
- getReportDefinition() - Method in class org.pentaho.reporting.engine.classic.samples.Sample2
-
Returns the report definition which will be used to generate the report.
- getReportParameters() - Method in class org.pentaho.reporting.engine.classic.samples.AbstractReportGenerator
-
Returns the set of parameters that will be passed to the report generation process.
- getReportParameters() - Method in class org.pentaho.reporting.engine.classic.samples.Sample1
-
Returns the set of runtime report parameters.
- getReportParameters() - Method in class org.pentaho.reporting.engine.classic.samples.Sample2
-
Returns the set of runtime report parameters.
H
- HTML - org.pentaho.reporting.engine.classic.samples.AbstractReportGenerator.OutputType
M
- main(String[]) - Static method in class org.pentaho.reporting.engine.classic.samples.Sample1
-
Simple command line application that will generate a PDF version of the report.
- main(String[]) - Static method in class org.pentaho.reporting.engine.classic.samples.Sample2
- main(String[]) - Static method in class org.pentaho.reporting.engine.classic.samples.Sample3
O
- org.pentaho.reporting.engine.classic.samples - package org.pentaho.reporting.engine.classic.samples
P
- PDF - org.pentaho.reporting.engine.classic.samples.AbstractReportGenerator.OutputType
S
- Sample1 - Class in org.pentaho.reporting.engine.classic.samples
-
Generates a report in the following scenario: The report definition file is a .prpt file which will be loaded and parsed The data factory is a simple JDBC data factory using HSQLDB There are no runtime report parameters used
- Sample1() - Constructor for class org.pentaho.reporting.engine.classic.samples.Sample1
-
Default constructor for this sample report generator
- Sample2 - Class in org.pentaho.reporting.engine.classic.samples
-
Generates a report in the following scenario: The report definition file is a .prpt file which will be loaded and parsed The data factory is a simple JDBC data factory using HSQLDB There are no runtime report parameters used
- Sample2() - Constructor for class org.pentaho.reporting.engine.classic.samples.Sample2
-
Default constructor for this sample report generator
- Sample3 - Class in org.pentaho.reporting.engine.classic.samples
-
Generates a report using a paginated Swing Preview Dialog.
- Sample3() - Constructor for class org.pentaho.reporting.engine.classic.samples.Sample3
V
- valueOf(String) - Static method in enum org.pentaho.reporting.engine.classic.samples.AbstractReportGenerator.OutputType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.pentaho.reporting.engine.classic.samples.AbstractReportGenerator.OutputType
-
Returns an array containing the constants of this enum type, in the order they are declared.
All Classes All Packages