Skip navigation links
A D G I M O S V 

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

D

doGet(HttpServletRequest, HttpServletResponse) - Method in class org.pentaho.reporting.engine.classic.samples.Sample4
Handles the GET request.
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.pentaho.reporting.engine.classic.samples.Sample4
Handles the POST request.

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 specified outputFile.
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 specified outputStream.
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.

I

init() - Method in class org.pentaho.reporting.engine.classic.samples.Sample4
Initializes the servlet - we need to make sure the reporting engine has been initialized

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
 

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
 
Sample4 - Class in org.pentaho.reporting.engine.classic.samples
Servlet implementation which generates a report and returns the report as an HTML stream back to the browser.
Sample4() - Constructor for class org.pentaho.reporting.engine.classic.samples.Sample4
Default constructor for this sample servlet

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.
A D G I M O S V 
Skip navigation links

Copyright © 2002–2017 Pentaho Corporation. All rights reserved.