Class ReportManager

java.lang.Object
nablarch.integration.report.ReportManager

public final class ReportManager extends Object
帳票処理用の管理クラス。
  • Method Details

    • createReport

      public static File createReport(ReportContext ctx)
      帳票を出力します。
      Parameters:
      ctx - 帳票コンテキスト
      Returns:
      帳票ファイルオブジェクト
    • createReportStream

      public static InputStream createReportStream(ReportContext ctx)
      帳票オブジェクトのストリームを返します。
      Parameters:
      ctx - 帳票コンテキスト
      Returns:
      帳票オブジェクトのストリーム