クラス CSVPrintPointService_RFW2
java.lang.Object
org.opengion.hayabusa.report.AbstractCSVPrintPointService
org.opengion.plugin.report.CSVPrintPointService_RFW2
- すべての実装されたインタフェース:
CSVPrintPointService
ユニリタ「Report & Form Warehouse」に対応したCSV形式でデータを作成します。
CSVPrintPointService_RFWとの違いは出力ファイル名のみです。
CSVはシステムリソースRFW_CSV_OUTPUTDIRで指定した場所に[GRPID]_[YKNO]_[LISTID].csvで出力されます。
- 変更履歴:
- 5.9.27.1 (2017/12/08) 新規作成
- 機能分類
- 帳票システム
- 導入されたバージョン:
- JDK6.0,
-
フィールドの概要
-
コンストラクタの概要
コンストラクタ -
メソッドの概要
クラスから継承されたメソッド org.opengion.hayabusa.report.AbstractCSVPrintPointService
getErrMsg, getFgkan, setDmnGrp, setFgcut, setFgrun, setGrpId, setHostName, setListId, setModelname, setOption, setOutDir, setPortnm, setPrgDir, setPrgFile, setPrinterName, setPrtId, setSystemId, setTable, setTableF, setTableH, setYkno
-
コンストラクタの詳細
-
CSVPrintPointService_RFW2
public CSVPrintPointService_RFW2()デフォルトコンストラクター- 変更履歴:
- 6.9.7.0 (2018/05/14) PMD Each class should declare at least one constructor
-
-
メソッドの詳細
-
execute
発行処理。 ファイル出力- 定義:
execute
インタフェース内CSVPrintPointService
- 定義:
execute
クラス内AbstractCSVPrintPointService
- 戻り値:
- 結果 [true:正常/false:異常]
- 変更履歴:
- 6.8.5.0 (2018/01/09) PMD Variables that are final and static should be all capitals。csvEncode → CSV_ENCODE
-