| Package | Description |
|---|---|
| net.ideahut.springboot.report |
| Modifier and Type | Method and Description |
|---|---|
ReportInput |
ReportInput.setAllParameter(Map<String,Object> map) |
ReportInput |
ReportInput.setDatasource(Collection<?> datasource) |
ReportInput |
ReportInput.setParameter(String name,
Object value) |
ReportInput |
ReportInput.setParameters(Map<String,Object> parameters) |
ReportInput |
ReportInput.setReport(net.sf.jasperreports.engine.JasperReport report) |
ReportInput |
ReportInput.setType(ReportType type) |
| Modifier and Type | Method and Description |
|---|---|
net.sf.jasperreports.engine.JasperPrint |
ReportHandler.createPrint(ReportInput input) |
net.sf.jasperreports.engine.JasperPrint |
ReportHandlerImpl.createPrint(ReportInput input) |
ReportResult |
ReportHandler.createReport(ReportInput input) |
ReportResult |
ReportHandlerImpl.createReport(ReportInput input) |
ReportResult |
ReportHandler.createReport(ReportInput input,
boolean useExportManager) |
ReportResult |
ReportHandlerImpl.createReport(ReportInput input,
boolean useExportManager) |
Copyright © 2023. All rights reserved.