Package org.iplass.mtp.view.generic
Interface SearchFormCsvUploadInterrupter
- All Superinterfaces:
CsvUploadInterrupter
汎用検索画面にカスタムでCSVアップロード処理を行わせるインターフェース
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.iplass.mtp.csv.CsvUploadInterrupter
CsvUploadInterrupter.CsvRegistrationType
-
Method Summary
Modifier and TypeMethodDescriptionsampleCsvData
(EntityDefinition definition, List<PropertyDefinition> properties) 出力するサンプルCSVデータを返します。 nullを返す場合、プロパティ型に応じてランダムな値を出力します。Methods inherited from interface org.iplass.mtp.csv.CsvUploadInterrupter
afterRegist, afterRegister, beforeRegist, beforeRegister, columnNameMap, dataMapping, deleteOption, insertOption, updateOption
-
Method Details
-
sampleCsvData
default List<Entity> sampleCsvData(EntityDefinition definition, List<PropertyDefinition> properties) 出力するサンプルCSVデータを返します。 nullを返す場合、プロパティ型に応じてランダムな値を出力します。- Parameters:
definition
- Entity定義properties
- 出力対象プロパティ定義- Returns:
- サンプルCSVデータ
-