インタフェース SearchFormCsvUploadInterrupter

すべてのスーパーインタフェース:
CsvUploadInterrupter

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

    • sampleCsvData

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