jdbreport
Interface ReportService
- All Known Implementing Classes:
- JDBReportService
public interface ReportService
- Version:
- 1.0 02.02.2011
- Author:
- Andrey Kholmanskih
Method Summary |
String |
getMimeType(String format)
|
byte[] |
getReportBuf(URL templateUrl,
Map<String,Object> dataSetList,
Map<Object,Object> vars,
String format)
|
void |
writeReport(OutputStream out,
URL templateUrl,
Map<String,Object> dataSetList,
Map<Object,Object> vars,
String format)
|
getMimeType
String getMimeType(String format)
getReportBuf
byte[] getReportBuf(URL templateUrl,
Map<String,Object> dataSetList,
Map<Object,Object> vars,
String format)
throws ReportException
- Throws:
ReportException
writeReport
void writeReport(OutputStream out,
URL templateUrl,
Map<String,Object> dataSetList,
Map<Object,Object> vars,
String format)
throws ReportException
- Throws:
ReportException