クラス CSVPrintPointService_DEFAULT
java.lang.Object
org.opengion.hayabusa.report.AbstractCSVPrintPointService
org.opengion.plugin.report.CSVPrintPointService_DEFAULT
- すべての実装されたインタフェース:
CSVPrintPointService
標準的なCSV形式でデータを作成します。
CSVの出力先はGE50系テーブルで指定した場所です。
- 機能分類
- 帳票システム
- 導入されたバージョン:
- 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_DEFAULT
public CSVPrintPointService_DEFAULT()デフォルトコンストラクター- 変更履歴:
- 6.4.2.0 (2016/01/29) PMD refactoring. Each class should declare at least one constructor.
-
-
メソッドの詳細
-
execute
発行処理。 ファイル出力- 定義:
execute
インタフェース内CSVPrintPointService
- 定義:
execute
クラス内AbstractCSVPrintPointService
- 戻り値:
- 結果 [true:正常/false:異常]
- 変更履歴:
- 6.3.8.0 (2015/09/11) FileUtil#getPrintWriter( File,String ) を使用。
-