Interface ReportExporter
- All Known Implementing Classes:
BasicReportExporter
public interface ReportExporter
帳票出力クラスを表すインターフェース。
-
Method Summary
Modifier and TypeMethodDescriptionexport
(ReportContext ctx, List<net.sf.jasperreports.engine.JasperPrint> jasperPrintList) 帳票ファイルを出力します。exportStream
(ReportContext ctx, List<net.sf.jasperreports.engine.JasperPrint> jasperPrintList) 帳票オブジェクトのストリームを返します。
-
Method Details
-
export
帳票ファイルを出力します。- Parameters:
ctx
- 帳票コンテキストjasperPrintList
- 帳票プリントオブジェクトのリスト- Returns:
- 帳票ファイルオブジェクト
-
exportStream
InputStream exportStream(ReportContext ctx, List<net.sf.jasperreports.engine.JasperPrint> jasperPrintList) 帳票オブジェクトのストリームを返します。- Parameters:
ctx
- 帳票コンテキストjasperPrintList
- 帳票プリントオブジェクト- Returns:
- 帳票オブジェクトのストリーム
-