インタフェース SearchFormCsvUploadInterrupter
- すべてのスーパーインタフェース:
CsvUploadInterrupter
汎用検索画面にカスタムでCSVアップロード処理を行わせるインターフェース
-
ネストされたクラスの概要
インタフェースから継承されたネストされたクラス/インタフェース org.iplass.mtp.csv.CsvUploadInterrupter
CsvUploadInterrupter.CsvRegistrationType
-
メソッドの概要
修飾子とタイプメソッド説明sampleCsvData
(EntityDefinition definition, List<PropertyDefinition> properties) 出力するサンプルCSVデータを返します。インタフェースから継承されたメソッド org.iplass.mtp.csv.CsvUploadInterrupter
afterRegist, afterRegister, beforeRegist, beforeRegister, columnNameMap, dataMapping, deleteOption, insertOption, updateOption
-
メソッドの詳細
-
sampleCsvData
default List<Entity> sampleCsvData(EntityDefinition definition, List<PropertyDefinition> properties) 出力するサンプルCSVデータを返します。 nullを返す場合、プロパティ型に応じてランダムな値を出力します。- パラメータ:
definition
- Entity定義properties
- 出力対象プロパティ定義- 戻り値:
- サンプルCSVデータ
-