Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
[[mdc_entitylisting]]
== 汎用検索(EntityListing)

MDC汎用検索(EntityListing)はエンティティに対して、エンドユーザーが自分自身で抽出項目やフィルター条件を指定してデータを検索・抽出する機能を提供しています。
システム管理者が定期的なデータ抽出作業用の定型フィルター条件を作成することも可能です。

.検索条件の動的指定
登録されているエンティティに対して、抽出項目(Select)やフィルター条件(Where)を画面上で自由に指定することができます。
集計関数、結果の絞り込み(HAVING)、重複除外(DISTINCT)、ソート条件も画面上で指定可能です。

.検索結果のファイル出力
検索結果をCSVファイルやExcelファイルに出力(ダウンロード)することが可能です。
ダウンロード時にはファイルタイプ、文字コード、コード値出力のオプションを指定できます。
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
= 汎用検索(Entity Listing)
:_hreflang-path: developerguide/materialdesigncomponents/entitylisting/index.html
:_relative-root-path: ../../../
:_menu-title-ee-only: true

include::about.adoc[]

include::operationguide.adoc[]

include::setting.adoc[]

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ MDCモジュールにおけるカレンダー画面の設定です。単一ま
== <<./aggregation/index.adoc#, Aggregation>>
MDCモジュールにおける定型集計画面の設定です。予め設定された集計方式、検索条件を元に、データの集計やグラフ表示を行います。単純集計とクロス集計をサポートしています。

== <<./entitylisting/index.adoc#, EntityListing>>
MDCモジュールにおける汎用検索画面の設定です。検索画面上で抽出項目やフィルター条件や絞り込みを動的に指定し、エンティティを柔軟に検索できます。

== <<./mdcauth/index.adoc#, 権限制御>>
MDC機能に対する権限制御Utilityの提供や、EntityViewの管理設定によるView単位での参照制御をすることができます。

Expand Down