From b3164a03a3b83a9a01abed22dcc7017341f58f2a Mon Sep 17 00:00:00 2001 From: xlei-duoce Date: Fri, 22 May 2026 13:46:56 +0900 Subject: [PATCH 1/3] =?UTF-8?q?GEM:=20=E4=BF=9D=E5=AD=98=E3=83=AA=E3=82=B9?= =?UTF-8?q?=E3=83=88=E3=81=AE=E3=83=95=E3=82=A1=E3=82=A4=E3=83=AB=E5=BD=A2?= =?UTF-8?q?=E5=BC=8F=E9=81=B8=E6=8A=9E=E3=83=9D=E3=83=83=E3=83=97=E3=82=A2?= =?UTF-8?q?=E3=83=83=E3=83=97=E3=81=8CDefinition=E8=A8=AD=E5=AE=9A?= =?UTF-8?q?=E3=81=A8=E4=B8=8D=E6=95=B4=E5=90=88=20(=E3=83=89=E3=82=AD?= =?UTF-8?q?=E3=83=A5=E3=83=A1=E3=83=B3=E3=83=88=E4=BF=AE=E6=AD=A3)=20?= =?UTF-8?q?=E5=AF=BE=E5=BF=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/docs/asciidoc/entitylisting/savedlist.adoc | 14 -------------- .../src/docs/asciidoc/gem/gemconfigservice_en.adoc | 4 ---- .../src/docs/asciidoc/gem/gemconfigservice_ja.adoc | 4 ---- 3 files changed, 22 deletions(-) diff --git a/developerguide/src/docs/asciidoc/entitylisting/savedlist.adoc b/developerguide/src/docs/asciidoc/entitylisting/savedlist.adoc index 3968e05..43c9231 100644 --- a/developerguide/src/docs/asciidoc/entitylisting/savedlist.adoc +++ b/developerguide/src/docs/asciidoc/entitylisting/savedlist.adoc @@ -83,20 +83,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/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を指定します。 - - - From 5c5601d158ae956912b6c547b6e1d88961b5921d Mon Sep 17 00:00:00 2001 From: xlei-duoce Date: Fri, 22 May 2026 16:18:54 +0900 Subject: [PATCH 2/3] =?UTF-8?q?GEM:=20=E4=BF=9D=E5=AD=98=E3=83=AA=E3=82=B9?= =?UTF-8?q?=E3=83=88=E3=81=AE=E3=83=95=E3=82=A1=E3=82=A4=E3=83=AB=E5=BD=A2?= =?UTF-8?q?=E5=BC=8F=E9=81=B8=E6=8A=9E=E3=83=9D=E3=83=83=E3=83=97=E3=82=A2?= =?UTF-8?q?=E3=83=83=E3=83=97=E3=81=8CDefinition=E8=A8=AD=E5=AE=9A?= =?UTF-8?q?=E3=81=A8=E4=B8=8D=E6=95=B4=E5=90=88=20(=E3=83=89=E3=82=AD?= =?UTF-8?q?=E3=83=A5=E3=83=A1=E3=83=B3=E3=83=88=E4=BF=AE=E6=AD=A3)=20canDi?= =?UTF-8?q?rectFileDownload=E3=81=AE=E3=83=80=E3=82=A6=E3=83=B3=E3=83=AD?= =?UTF-8?q?=E3=83=BC=E3=83=89=E3=81=97=E3=81=9FFile=20type=E3=81=AB?= =?UTF-8?q?=E9=96=A2=E3=81=97=E3=81=A6=E8=AA=AC=E6=98=8E=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- developerguide/src/docs/asciidoc/entitylisting/savedlist.adoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/developerguide/src/docs/asciidoc/entitylisting/savedlist.adoc b/developerguide/src/docs/asciidoc/entitylisting/savedlist.adoc index 43c9231..c498b0c 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>> で設定します。 From 38a36061feac9cbc17194be80954e39a308fc854 Mon Sep 17 00:00:00 2001 From: xlei-duoce Date: Fri, 22 May 2026 17:17:11 +0900 Subject: [PATCH 3/3] =?UTF-8?q?GEM:=20=E4=BF=9D=E5=AD=98=E3=83=AA=E3=82=B9?= =?UTF-8?q?=E3=83=88=E3=81=AE=E3=83=95=E3=82=A1=E3=82=A4=E3=83=AB=E5=BD=A2?= =?UTF-8?q?=E5=BC=8F=E9=81=B8=E6=8A=9E=E3=83=9D=E3=83=83=E3=83=97=E3=82=A2?= =?UTF-8?q?=E3=83=83=E3=83=97=E3=81=8CDefinition=E8=A8=AD=E5=AE=9A?= =?UTF-8?q?=E3=81=A8=E4=B8=8D=E6=95=B4=E5=90=88=20(=E3=83=89=E3=82=AD?= =?UTF-8?q?=E3=83=A5=E3=83=A1=E3=83=B3=E3=83=88=E4=BF=AE=E6=AD=A3)=20?= =?UTF-8?q?=E3=82=B9=E3=83=9A=E3=83=AB=E3=83=9F=E3=82=B9=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- developerguide/src/docs/asciidoc/entitylisting/savedlist.adoc | 2 +- developerguide/src/docs/asciidoc/entitylisting/setting.adoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/developerguide/src/docs/asciidoc/entitylisting/savedlist.adoc b/developerguide/src/docs/asciidoc/entitylisting/savedlist.adoc index c498b0c..c48b8c4 100644 --- a/developerguide/src/docs/asciidoc/entitylisting/savedlist.adoc +++ b/developerguide/src/docs/asciidoc/entitylisting/savedlist.adoc @@ -77,7 +77,7 @@ a|保存リストの一覧画面から直接File Downloadを許可するかを 可能とした場合は、ポップアップに `Download` が表示されます。 + ダウンロード時のファイル形式は、対象となる <<../aggregation/index.adoc#aggregation_common_setting, Aggregation定義>> や -<> の `File type` 設定に従います。 + +<> の `File type` 設定に従います。 + `File type` が `SPECIFY` の場合は、ファイル形式を選択するダイアログが表示されます。 + またCSV Download時に文字コードを指定する場合は、TopViewの <<../genericentitymanager/topview/index.adoc#csvdownload, CsvDownload Settings>> で設定します。 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を設定していないエンティティに対してデフォルトで適用される設定です。