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
18 changes: 4 additions & 14 deletions developerguide/src/docs/asciidoc/entitylisting/savedlist.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@ OFFにした場合は、条件として保存されます。
|can direct file download
a|保存リストの一覧画面から直接File Downloadを許可するかを設定します(デフォルト:不可) +
可能とした場合は、ポップアップに `Download` が表示されます。 +
ダウンロード時のファイル形式は、対象となる
<<../aggregation/index.adoc#aggregation_common_setting, Aggregation定義>> や
<<setting.adoc#entitylisting_defaultsetting, EntityListing定義>> の `File type` 設定に従います。 +
`File type` が `SPECIFY` の場合は、ファイル形式を選択するダイアログが表示されます。 +
またCSV Download時に文字コードを指定する場合は、TopViewの
<<../genericentitymanager/topview/index.adoc#csvdownload, CsvDownload Settings>> で設定します。

Expand All @@ -83,20 +87,6 @@ Downloadボタンの表示を制御していますが、保存リスト一覧上
(それぞれの保存データをロードする必要があるためパフォーマンスを考慮してチェックしていません)。
許可されていない保存リストについてはWARNログを出力後、空のファイルが出力されます。

|File type
|ダウンロードで利用するファイル形式を指定します。

CSV::
CSVファイルを利用します。

EXCEL::
EXCELファイルを利用します。

SPECIFY::
CSVファイルかEXCELファイルのどちらを利用するかを画面で選択します。

未指定の場合は、<<../../serviceconfig/index.adoc#EnterpriseGemConfigService,EnterpriseGemConfigService>> の `savedListFileSupportType` によって動作します。

|run a search when loading detailed data
|保存リストを表示する際に、初期検索を行うかのデフォルト値を設定します。

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ EntityListingアイコンを右クリックして、「EntityListingを作成す
メタデータを定義しなくてもEntityListing機能自体は実行することが可能です。 +
ただし、ユーザーによって利用可能なエンティティやプロパティを制御したい場合には、EntityListingメタデータを作成します。

[[entitylisiting_defaultsetting]]
[[entitylisting_defaultsetting]]
==== Default Setting
ここでの設定は、下のCustom Settingを設定していないエンティティに対してデフォルトで適用される設定です。

Expand Down
4 changes: 0 additions & 4 deletions serviceconfig/src/docs/asciidoc/gem/gemconfigservice_en.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ Please configure these items along with the settings from community editions.
|===
| Item | Value | Description
| savedListFileDownloadInterval | int | Set the file download interval of the SavedList list overviews to prevent redundant download requests. If 0 is set, the interval will be infinite. The default value is 60000 (1 minute).
| savedListFileSupportType | SavedListFileSupportType | The file format for downloading SavedList can be specified as CSV, EXCEL, or SPECIFY. The default value is CSV.
| entitylistingSearchInterval | int | EntityListing search interval to prevent redundant search requests. If 0 is set, it will be infinite. The default value is 60000 (1 minute).
| entitylistingFileDownloadInterval | int | EntityListing file download interval to prevent redundant download requests. If 0 is set, it will be infinite. The default value is 60000 (1 minute).
| entityListingFileSupportType | EntityListingFileSupportType | The file format for downloading EntityListing can be specified as CSV, EXCEL, or SPECIFY. The default value is CSV.
Expand Down Expand Up @@ -291,9 +290,6 @@ There is no configurable items.

<!-- File download interval, infinite (0) / specified milliseconds (1 or more) -->
<property name="csvDownloadInterval" value="60000"/>

<!-- Supported file types for SavedList: CSV, EXCEL, SPECIFY. -->
<property name="savedListFileSupportType" value="CSV" />

<!-- EntityListing search processing interval, indefinite (0) / specified milliseconds (1 or more) -->
<property name="entitylistingSearchInterval" value="60000"/>
Expand Down
4 changes: 0 additions & 4 deletions serviceconfig/src/docs/asciidoc/gem/gemconfigservice_ja.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ CAUTION: 後方互換性のための設定フラグです。将来のバージ
|===
| 項目 | 値 | 説明
| savedListFileDownloadInterval | int | SavedList一覧のファイルダウンロードのインターバル。0を設定した場合は無期限となります。デフォルト値は60000(1分)です。
| savedListFileSupportType | SavedListFileSupportType | SavedList一覧のファイルダウンロードで利用するファイル形式。`CSV` `EXCEL` `SPECIFY` から指定します。デフォルト値は `CSV` です。
| entitylistingSearchInterval | int | EntityListingの検索処理のインターバル。0を設定した場合は無期限となります。デフォルト値は60000(1分)です。
| entitylistingFileDownloadInterval | int | EntityListingのファイルダウンロードのインターバル。0を設定した場合は無期限となります。デフォルト値は60000(1分)です。
| entityListingFileSupportType | EntityListingFileSupportType | EntityListingのファイルダウンロードで利用するファイル形式。`CSV` `EXCEL` `SPECIFY` から指定します。デフォルト値は `CSV` です。
Expand Down Expand Up @@ -293,9 +292,6 @@ classにorg.iplass.gem.EnterpriseEntityViewHelperImplを指定します。

<!-- ダウンロードのインターバル、無期限(0)/指定ミリ秒(1以上) -->
<property name="csvDownloadInterval" value="60000"/>

<!-- SavedListのサポートファイルタイプ。CSV, EXCEL, SPECIFY -->
<property name="savedListFileSupportType" value="CSV" />

<!-- EntityListingの検索処理のインターバル、無期限(0)/指定ミリ秒(1以上) -->
<property name="entitylistingSearchInterval" value="60000"/>
Expand Down