Uses of Interface
net.sf.jasperreports.engine.JRDataSource
-
Packages that use JRDataSource Package Description net.sf.jasperreports.data Contains classes for data adapters.net.sf.jasperreports.data.cache Contains classes for data caching.net.sf.jasperreports.data.random Contains classes for empty data adapters.net.sf.jasperreports.engine Provides access to the library's main functionality through facade classes for compiling, filling and exporting reports and also publishes the library's main interfaces and classes.net.sf.jasperreports.engine.data Provides various report data source implementations and allows creating custom data sources.net.sf.jasperreports.engine.fill Contains fill time implementations for the library's main interfaces and the entire engine used in the filling process (the actual core of JasperReports).net.sf.jasperreports.engine.query Provides support for report queries and query executers.net.sf.jasperreports.engine.util Contains utility classes for the core library.net.sf.jasperreports.olap Provides support for OLAP data sources and query executers.net.sf.jasperreports.olap.xmla Provides support for XML/A query executer, result and hierarchy. -
-
Uses of JRDataSource in net.sf.jasperreports.data
Classes in net.sf.jasperreports.data with type parameters of type JRDataSource Modifier and Type Class Description classDataSourceCollection<D extends JRDataSource,P extends DataSourceProvider<D>>interfaceDataSourceProvider<D extends JRDataSource>Classes in net.sf.jasperreports.data that implement JRDataSource Modifier and Type Class Description classDataSourceCollection<D extends JRDataSource,P extends DataSourceProvider<D>>classRewindableDataSourceCollection<D extends JRRewindableDataSource>Fields in net.sf.jasperreports.data declared as JRDataSource Modifier and Type Field Description protected DDataSourceCollection. currentDataSource -
Uses of JRDataSource in net.sf.jasperreports.data.cache
Classes in net.sf.jasperreports.data.cache that implement JRDataSource Modifier and Type Class Description classColumnValuesDataSource -
Uses of JRDataSource in net.sf.jasperreports.data.random
Classes in net.sf.jasperreports.data.random that implement JRDataSource Modifier and Type Class Description classRandomDataSource -
Uses of JRDataSource in net.sf.jasperreports.engine
Subinterfaces of JRDataSource in net.sf.jasperreports.engine Modifier and Type Interface Description interfaceJRRewindableDataSourceThis interface represents a data source which can go back to the first element.Classes in net.sf.jasperreports.engine that implement JRDataSource Modifier and Type Class Description classJREmptyDataSourceA simple data source implementation that simulates a data source with a given number of virtual records inside.classJRResultSetDataSourceThis is a default implementation of theJRDataSourceinterface.Methods in net.sf.jasperreports.engine that return JRDataSource Modifier and Type Method Description JRDataSourceJRDataSourceProvider. create(JasperReport report)Creates and returns a new instance of the provided data source.Methods in net.sf.jasperreports.engine with parameters of type JRDataSource Modifier and Type Method Description voidJRDataSourceProvider. dispose(JRDataSource dataSource)Disposes the data source previously obtained using thecreatemethod.JasperPrintJasperFillManager. fill(InputStream inputStream, Map<String,Object> parameters, JRDataSource dataSource)Fills the compiled report design loaded from the supplied input stream and returns the generated report object.JasperPrintJasperFillManager. fill(String sourceFileName, Map<String,Object> params, JRDataSource dataSource)Fills the compiled report design loaded from the specified file and returns the generated report object.JasperPrintJasperFillManager. fill(JasperReport jasperReport, Map<String,Object> parameters, JRDataSource dataSource)Fills the compiled report design supplied as the first parameter and returns the generated report object.JasperPrintJasperFillManager. fillFromRepo(String reportLocation, Map<String,Object> params, JRDataSource dataSource)Fills the compiled report design loaded from the specified file and returns the generated report object.static JasperPrintJasperFillManager. fillReport(InputStream inputStream, Map<String,Object> parameters, JRDataSource dataSource)static JasperPrintJasperFillManager. fillReport(String sourceFileName, Map<String,Object> params, JRDataSource dataSource)static JasperPrintJasperFillManager. fillReport(JasperReport jasperReport, Map<String,Object> parameters, JRDataSource dataSource)static voidJasperFillManager. fillReportToFile(String sourceFileName, String destFileName, Map<String,Object> params, JRDataSource dataSource)static StringJasperFillManager. fillReportToFile(String sourceFileName, Map<String,Object> params, JRDataSource dataSource)static voidJasperFillManager. fillReportToFile(JasperReport jasperReport, String destFileName, Map<String,Object> parameters, JRDataSource dataSource)static voidJasperFillManager. fillReportToStream(InputStream inputStream, OutputStream outputStream, Map<String,Object> parameters, JRDataSource dataSource)static voidJasperFillManager. fillReportToStream(JasperReport jasperReport, OutputStream outputStream, Map<String,Object> parameters, JRDataSource dataSource)voidJasperFillManager. fillToFile(String sourceFileName, String destFileName, Map<String,Object> params, JRDataSource dataSource)Fills the compiled report design loaded from the file received as the first parameter and places the result in the file specified by the second parameter.StringJasperFillManager. fillToFile(String sourceFileName, Map<String,Object> params, JRDataSource dataSource)Fills the compiled report design loaded from the specified file.voidJasperFillManager. fillToFile(JasperReport jasperReport, String destFileName, Map<String,Object> parameters, JRDataSource dataSource)Fills the compiled report design received as the first parameter and places the result in the file specified by the second parameter.voidJasperFillManager. fillToStream(InputStream inputStream, OutputStream outputStream, Map<String,Object> parameters, JRDataSource dataSource)Fills the compiled report design loaded from the supplied input stream and writes the generated report object to the output stream specified by the second parameter.voidJasperFillManager. fillToStream(JasperReport jasperReport, OutputStream outputStream, Map<String,Object> parameters, JRDataSource dataSource)Fills the compiled report design supplied as the first parameter and writes the generated report object to the output stream specified by the second parameter.static voidJasperRunManager. runReportToHtmlFile(String sourceFileName, String destFileName, Map<String,Object> parameters, JRDataSource jrDataSource)static StringJasperRunManager. runReportToHtmlFile(String sourceFileName, Map<String,Object> params, JRDataSource jrDataSource)static byte[]JasperRunManager. runReportToPdf(InputStream inputStream, Map<String,Object> parameters, JRDataSource jrDataSource)static byte[]JasperRunManager. runReportToPdf(String sourceFileName, Map<String,Object> parameters, JRDataSource jrDataSource)static byte[]JasperRunManager. runReportToPdf(JasperReport jasperReport, Map<String,Object> parameters, JRDataSource jrDataSource)static voidJasperRunManager. runReportToPdfFile(String sourceFileName, String destFileName, Map<String,Object> parameters, JRDataSource jrDataSource)static StringJasperRunManager. runReportToPdfFile(String sourceFileName, Map<String,Object> params, JRDataSource jrDataSource)static voidJasperRunManager. runReportToPdfStream(InputStream inputStream, OutputStream outputStream, Map<String,Object> parameters, JRDataSource jrDataSource)voidJasperRunManager. runToHtmlFile(String sourceFileName, String destFileName, Map<String,Object> parameters, JRDataSource jrDataSource)Fills a report and saves it directly into a HTML file.StringJasperRunManager. runToHtmlFile(String sourceFileName, Map<String,Object> params, JRDataSource jrDataSource)Fills a report and saves it directly into a HTML file.byte[]JasperRunManager. runToPdf(InputStream inputStream, Map<String,Object> parameters, JRDataSource jrDataSource)Fills a report and returns byte array object containing the report in PDF format.byte[]JasperRunManager. runToPdf(String sourceFileName, Map<String,Object> parameters, JRDataSource jrDataSource)Fills a report and sends it to an output stream in PDF format.byte[]JasperRunManager. runToPdf(JasperReport jasperReport, Map<String,Object> parameters, JRDataSource jrDataSource)Fills a report and returns byte array object containing the report in PDF format.voidJasperRunManager. runToPdfFile(String sourceFileName, String destFileName, Map<String,Object> parameters, JRDataSource jrDataSource)Fills a report and saves it directly into a PDF file.StringJasperRunManager. runToPdfFile(String sourceFileName, Map<String,Object> params, JRDataSource jrDataSource)Fills a report and saves it directly into a PDF file.voidJasperRunManager. runToPdfStream(InputStream inputStream, OutputStream outputStream, Map<String,Object> parameters, JRDataSource jrDataSource)Fills a report and sends it directly to an OutputStream in PDF format. -
Uses of JRDataSource in net.sf.jasperreports.engine.data
Classes in net.sf.jasperreports.engine.data with type parameters of type JRDataSource Modifier and Type Interface Description interfaceHierarchicalDataSource<T extends JRDataSource>Subinterfaces of JRDataSource in net.sf.jasperreports.engine.data Modifier and Type Interface Description interfaceIndexedDataSourceJRDataSourceextension that can provide the record index at the current position.interfaceJsonData<T extends JsonData<T>>interfaceRandomAccessDataSourceClasses in net.sf.jasperreports.engine.data that implement JRDataSource Modifier and Type Class Description classAbstractPoiXlsDataSourceThis data source implementation reads an XLSX or XLS stream.classAbstractXlsDataSourceThis data source implementation reads an XLSX or XLS stream.classAbstractXmlDataSource<T extends AbstractXmlDataSource<?>>Abstract XML data source implementation that allows to access the data from a xml document using XPath expressions.classConsumedFirstRecordDataSourceclassExcelDataSourceThis data source implementation reads an XLSX or XLS stream.classJaxenXmlDataSourceclassJRAbstractBeanDataSourceclassJRAbstractTextDataSourceAbstract text data source, containing methods used to parse text data into numerical or date values.classJRBeanArrayDataSourceA data source implementation that wraps an array of JavaBean objects.classJRBeanCollectionDataSourceA data source implementation that wraps a collection of JavaBean objects.classJRCsvDataSourceThis datasource implementation reads a CSV stream.classJRHibernateAbstractDataSourceBase abstract Hibernate data source.classJRHibernateIterateDataSourceHibernate data source that usesorg.hibernate.Query.iterate().classJRHibernateListDataSourceHibernate data source that usesorg.hibernate.Query.list().classJRHibernateScrollDataSourceHibernate data source that usesorg.hibernate.Query.scroll().classJRJpaDataSourceJava Persistence API data source that usesjavax.persistence.Query.getResultList().classJRMapArrayDataSourceclassJRMapCollectionDataSourceclassJRTableModelDataSourceclassJRXlsxDataSourceDeprecated.Replaced byExcelDataSource.classJRXmlDataSourceXML data source implementation that allows to access the data from a xml document using XPath expressions.classJsonDataCollection<D extends JsonData<D>>classJsonDataSourceJSON data source implementationclassJsonQLDataSourceclassListOfArrayDataSourceclassXlsDataSourceDeprecated.Replaced byExcelDataSource.Methods in net.sf.jasperreports.engine.data that return JRDataSource Modifier and Type Method Description JRDataSourceJRCsvDataSourceProvider. create(JasperReport report)Methods in net.sf.jasperreports.engine.data with parameters of type JRDataSource Modifier and Type Method Description voidJRCsvDataSourceProvider. dispose(JRDataSource dataSource)Constructors in net.sf.jasperreports.engine.data with parameters of type JRDataSource Constructor Description ConsumedFirstRecordDataSource(JRDataSource dataSource) -
Uses of JRDataSource in net.sf.jasperreports.engine.fill
Classes in net.sf.jasperreports.engine.fill that implement JRDataSource Modifier and Type Class Description classSortedDataSourceFields in net.sf.jasperreports.engine.fill declared as JRDataSource Modifier and Type Field Description protected JRDataSourceBaseFillHandle. dataSourceprotected JRDataSourceJRFillDataset. dataSourceThe data source.Methods in net.sf.jasperreports.engine.fill that return JRDataSource Modifier and Type Method Description JRDataSourceDatasetSortInfo. getOriginalDataSource()JRDataSourceSortedDataSource. getOriginalDataSource()Methods in net.sf.jasperreports.engine.fill with parameters of type JRDataSource Modifier and Type Method Description static AsynchronousFillHandleAsynchronousFillHandle. createHandle(JasperReport jasperReport, Map<String,Object> parameters, JRDataSource dataSource)static AsynchronousFillHandleAsynchronousFillHandle. createHandle(JasperReportsContext jasperReportsContext, JasperReportSource reportSource, Map<String,Object> parameters, JRDataSource dataSource)static AsynchronousFillHandleAsynchronousFillHandle. createHandle(JasperReportsContext jasperReportsContext, JasperReport jasperReport, Map<String,Object> parameters, JRDataSource dataSource)Creates an asychronous filling handle.JasperPrintBaseReportFiller. fill(Map<String,Object> parameterValues, JRDataSource ds)static JasperPrintJRFiller. fill(JasperReportsContext jasperReportsContext, JasperReportSource reportSource, Map<String,Object> parameters, JRDataSource dataSource)static JasperPrintJRFiller. fill(JasperReportsContext jasperReportsContext, JasperReport jasperReport, Map<String,Object> parameters, JRDataSource dataSource)JasperPrintReportFiller. fill(Map<String,Object> parameters, JRDataSource dataSource)protected voidBaseReportFiller. setDatasourceParameterValue(Map<String,Object> parameterValues, JRDataSource ds)voidJRFillDataset. setDatasourceParameterValue(Map<String,Object> parameterValues, JRDataSource ds)Sets the data source to be used.voidDatasetSortInfo. setOriginalDataSource(JRDataSource originalDataSource)Method parameters in net.sf.jasperreports.engine.fill with type arguments of type JRDataSource Modifier and Type Method Description voidDatasetExecution. evaluateDataSource(JRBiConsumer<JRDataSource,Map<String,Object>> dataSourceConsumer)Constructors in net.sf.jasperreports.engine.fill with parameters of type JRDataSource Constructor Description AsynchronousFillHandle(JasperReportsContext jasperReportsContext, JasperReportSource reportSource, Map<String,Object> parameters, JRDataSource dataSource, Connection conn)AsynchronousFillHandle(JasperReportsContext jasperReportsContext, JasperReport jasperReport, Map<String,Object> parameters, JRDataSource dataSource)AsynchronousFillHandle(JasperReportsContext jasperReportsContext, JasperReport jasperReport, Map<String,Object> parameters, JRDataSource dataSource, Connection conn)BaseFillHandle(JasperReportsContext jasperReportsContext, JasperReportSource reportSource, Map<String,Object> parameters, JRDataSource dataSource, Connection conn)BaseFillHandle(JasperReportsContext jasperReportsContext, JasperReport jasperReport, Map<String,Object> parameters, JRDataSource dataSource, Connection conn) -
Uses of JRDataSource in net.sf.jasperreports.engine.query
Methods in net.sf.jasperreports.engine.query that return JRDataSource Modifier and Type Method Description JRDataSourceAbstractJsonQueryExecuter. createDatasource()JRDataSourceExcelQueryExecuter. createDatasource()JRDataSourceJaxenXPathQueryExecuter. createDatasource()JRDataSourceJRCsvQueryExecuter. createDatasource()JRDataSourceJREmptyQueryExecuter. createDatasource()JRDataSourceJRHibernateQueryExecuter. createDatasource()Creates an instance ofJRHibernateListDataSource,JRHibernateIterateDataSourceorJRHibernateScrollDataSource, depending on theJRDataSourceJRJdbcQueryExecuter. createDatasource()JRDataSourceJRJpaQueryExecuter. createDatasource()JRDataSourceJRQueryExecuter. createDatasource()Executes the query and creates aJRDataSourceout of the result.JRDataSourceJRXlsxQueryExecuter. createDatasource()Deprecated.JRDataSourceJRXPathQueryExecuter. createDatasource()JRDataSourceXlsQueryExecuter. createDatasource()Deprecated.protected JRDataSourceJRHibernateQueryExecuter. createResultDatasource()Creates a data source out of the query result.protected JRDataSourceJRJpaQueryExecuter. createResultDatasource()Creates a data source out of the query result. -
Uses of JRDataSource in net.sf.jasperreports.engine.util
Classes in net.sf.jasperreports.engine.util that implement JRDataSource Modifier and Type Class Description classBookmarksFlatDataSource -
Uses of JRDataSource in net.sf.jasperreports.olap
Classes in net.sf.jasperreports.olap that implement JRDataSource Modifier and Type Class Description classJRMondrianDataSourceclassJROlapDataSourceclassOlap4jDataSourceMethods in net.sf.jasperreports.olap that return JRDataSource Modifier and Type Method Description JRDataSourceJRMondrianQueryExecuter. createDatasource()JRDataSourceOlap4jMondrianQueryExecuter. createDatasource() -
Uses of JRDataSource in net.sf.jasperreports.olap.xmla
Methods in net.sf.jasperreports.olap.xmla that return JRDataSource Modifier and Type Method Description JRDataSourceJRXmlaQueryExecuter. createDatasource()JRDataSourceOlap4jXmlaQueryExecuter. createDatasource()
-