Interface SearchFormCsvUploadInterrupter

All Superinterfaces:
CsvUploadInterrupter

public interface SearchFormCsvUploadInterrupter extends CsvUploadInterrupter
汎用検索画面にカスタムでCSVアップロード処理を行わせるインターフェース
  • Method Details

    • sampleCsvData

      default List<Entity> sampleCsvData(EntityDefinition definition, List<PropertyDefinition> properties)
      出力するサンプルCSVデータを返します。 nullを返す場合、プロパティ型に応じてランダムな値を出力します。
      Parameters:
      definition - Entity定義
      properties - 出力対象プロパティ定義
      Returns:
      サンプルCSVデータ