|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.bbreak.excella.reports.processor.ReportProcessor
public class ReportProcessor
帳票生成プロセッサ
コンストラクタの概要 | |
---|---|
ReportProcessor()
コンストラクタ |
メソッドの概要 | |
---|---|
void |
addReportBookExporter(ReportBookExporter exporter)
エクスポーターを追加する。 |
void |
addReportProcessListener(ReportProcessListener listener)
リスナーを追加する。 |
void |
addReportsTagParser(ReportsTagParser<?> tagParser)
タグパーサーを追加する。 |
void |
clearReportBookExporter()
すべてのエクスポーターを削除する。 |
void |
clearReportsTagParser()
すべてのタグパーサーを削除する。 |
void |
process(ReportBook... reportBooks)
変換処理を実行する。 |
void |
removeReportBookExporter(String formatType)
フォーマットタイプのエクスポーターを削除する。 |
void |
removeReportProcessListener(ReportProcessListener listener)
リスナーを削除する。 |
void |
removeReportsTagParser(String tag)
タグのタグパーサーを削除する。 |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public ReportProcessor()
メソッドの詳細 |
---|
public void process(ReportBook... reportBooks) throws Exception
reportBooks
- 帳票情報
IOException
- ファイルの読み込みに失敗した場合
ParseException
- 変換処理に失敗した場合
ExportException
- 出力処理に失敗した場合
Exception
public void addReportsTagParser(ReportsTagParser<?> tagParser)
tagParser
- 追加するタグパーサーpublic void removeReportsTagParser(String tag)
tag
- タグpublic void clearReportsTagParser()
public void addReportBookExporter(ReportBookExporter exporter)
exporter
- 追加するエクスポーターpublic void removeReportBookExporter(String formatType)
formatType
- フォーマットタイプpublic void clearReportBookExporter()
public void addReportProcessListener(ReportProcessListener listener)
listener
- リスナーpublic void removeReportProcessListener(ReportProcessListener listener)
listener
- リスナー
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |