diff --git a/developerguide/src/docs/asciidoc/entitylisting/savedlist.adoc b/developerguide/src/docs/asciidoc/entitylisting/savedlist.adoc index 3968e05..c48b8c4 100644 --- a/developerguide/src/docs/asciidoc/entitylisting/savedlist.adoc +++ b/developerguide/src/docs/asciidoc/entitylisting/savedlist.adoc @@ -75,6 +75,10 @@ OFFにした場合は、条件として保存されます。 |can direct file download a|保存リストの一覧画面から直接File Downloadを許可するかを設定します(デフォルト:不可) + 可能とした場合は、ポップアップに `Download` が表示されます。 + +ダウンロード時のファイル形式は、対象となる +<<../aggregation/index.adoc#aggregation_common_setting, Aggregation定義>> や +<> の `File type` 設定に従います。 + +`File type` が `SPECIFY` の場合は、ファイル形式を選択するダイアログが表示されます。 + またCSV Download時に文字コードを指定する場合は、TopViewの <<../genericentitymanager/topview/index.adoc#csvdownload, CsvDownload Settings>> で設定します。 @@ -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 |保存リストを表示する際に、初期検索を行うかのデフォルト値を設定します。 diff --git a/developerguide/src/docs/asciidoc/entitylisting/setting.adoc b/developerguide/src/docs/asciidoc/entitylisting/setting.adoc index 2e66532..af7c4eb 100644 --- a/developerguide/src/docs/asciidoc/entitylisting/setting.adoc +++ b/developerguide/src/docs/asciidoc/entitylisting/setting.adoc @@ -10,7 +10,7 @@ EntityListingアイコンを右クリックして、「EntityListingを作成す メタデータを定義しなくてもEntityListing機能自体は実行することが可能です。 + ただし、ユーザーによって利用可能なエンティティやプロパティを制御したい場合には、EntityListingメタデータを作成します。 -[[entitylisiting_defaultsetting]] +[[entitylisting_defaultsetting]] ==== Default Setting ここでの設定は、下のCustom Settingを設定していないエンティティに対してデフォルトで適用される設定です。 diff --git a/serviceconfig/src/docs/asciidoc/gem/gemconfigservice_en.adoc b/serviceconfig/src/docs/asciidoc/gem/gemconfigservice_en.adoc index a9feda0..86804a0 100644 --- a/serviceconfig/src/docs/asciidoc/gem/gemconfigservice_en.adoc +++ b/serviceconfig/src/docs/asciidoc/gem/gemconfigservice_en.adoc @@ -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. @@ -291,9 +290,6 @@ There is no configurable items. - - - diff --git a/serviceconfig/src/docs/asciidoc/gem/gemconfigservice_ja.adoc b/serviceconfig/src/docs/asciidoc/gem/gemconfigservice_ja.adoc index 30732c8..b073fa9 100644 --- a/serviceconfig/src/docs/asciidoc/gem/gemconfigservice_ja.adoc +++ b/serviceconfig/src/docs/asciidoc/gem/gemconfigservice_ja.adoc @@ -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` です。 @@ -293,9 +292,6 @@ classにorg.iplass.gem.EnterpriseEntityViewHelperImplを指定します。 - - -