Capability

Development and Tooling

Liferay offers a comprehensive toolkit to extend or customize your digital experience. Build applications quickly with low-code/no-code features like Objects, or leverage developer tools like Liferay Workspace and Blade CLI for further customizations.

For users on PaaS or running Self-Hosted, Liferay also offers tools deploying customizations.

Feature
Deployment Approach
Capability
Clay Buttons
Clay Buttons Buttons come in several types and variations. This tutorial covers the different styles and variations of buttons you can create with the Clay taglibs. Types Primary button: Used for...
公開日: 2024/05/09 18:53
Clay Cards
Clay Cards Cards visually represent data. Use them for images, document libraries, user profiles and more. There are four main types of Cards: Image Cards File Cards User Cards Horizontal...
公開日: 2024/05/09 18:53
Clay Icons
Clay Icons The Liferay Clay taglibs provide several icons that you can use in your apps. Use the clay:icon tag and specify the icon with the symbol attribute: You can include icons in your app...
公開日: 2024/05/09 18:53
Bar Charts
Bar Charts Bar charts contain multiple sets of data. A bar chart models the data in bars. Each data series (created with the addColumns() method) is defined with a new instance of the...
公開日: 2024/05/09 18:53
Combination Charts
Combination Charts Combination charts have minor differences from other charts. In a combination chart, you must define the representation type of each data set: AREA, AREA_SPLINE, AREA_STEP, BAR,...
公開日: 2024/05/09 18:53
Donut Charts
Donut Charts Donut charts are percentage-based. A donut chart is similar to a pie chart, but it has a hole in the center. Each data set must be defined as a new instance of the SingleValueColumn...
公開日: 2024/05/09 18:53
Gauge Charts
Gauge Charts Gauge charts are percentage-based. A gauge chart shows where percentage-based data falls over a given range. Each data set must be defined as a new instance of the SingleValueColumn...
公開日: 2024/05/09 18:53
Predictive Charts
Predictive Charts Predictive charts let you visualize current data along with predicted/forecasted data within a given value range. Predicted/forecasted data is surrounded by a highlighted area of...
公開日: 2024/05/09 18:53
Clay Alerts
Clay Alerts Clay alerts come in two types: embedded and stripe. Both types, along with several examples of each, are shown below. Embedded Alerts Embedded alerts are usually used inside forms. The...
公開日: 2024/05/09 18:53
Clay Badges
Clay Badges Badges help highlight important information such as notifications or new and unread messages. Badges have circular borders and are only used to specify a number. This covers the...
公開日: 2024/05/09 18:53
Clay Dropdown Menus and Action Menus
Clay Dropdown Menus and Action Menus You can add dropdown menus to your app via the clay:dropdown-menu and clay:actions-menu taglibs. The Clay taglibs provide several menu variations for you to...
公開日: 2024/05/09 18:53
Pie Charts
Pie Charts Pie charts are percentage-based. A pie chart models percentage-based data as individual slices of pie. Each data set must be defined as a new instance of the SingleValueColumn object....
公開日: 2024/05/09 18:53
Geomap Chart
Geomap Chart A Geomap Chart shows data based on geography, given a specified color range---a lighter color representing a lower rank and a darker a higher rank usually. The default configuration...
公開日: 2024/05/09 18:53
Line Charts
Line Charts Line charts contain multiple sets of data. A Line chart displays the data linearly. Each data series (created with the addColumns() method) is defined with a new instance of the ...
公開日: 2024/05/09 18:53
Refreshing Charts to Reflect Real Time Data
Refreshing Charts to Reflect Real Time Data The polling interval property is an optional property for all charts. It specifies the time in milliseconds for the chart's data to refresh. You can use...
公開日: 2024/05/09 18:53
Scatter Charts
Scatter Charts Scatter charts contain multiple sets of data. A scatter chart models the data as individual points. Each data series (created with the addColumns() method) is defined with a new...
公開日: 2024/05/09 18:53
Spline Charts
Spline Charts Spline charts contain multiple sets of data. A spline chart connects points of data with a smooth curve. Each data series (created with the addColumns() method) is defined with a new...
公開日: 2024/05/09 18:53
Step Charts
Step Charts Step charts contain multiple sets of data. A step chart steps between the points of data, resembling steps. Each data series (created with the addColumns() method) is defined with a new...
公開日: 2024/05/09 18:53
Clay Tag Library
Clay Tag Library The Liferay Clay tag library provides a set of tags for creating Clay UI components in your app. AUI taglibs are deprecated as of Liferay 7.1. We recommend that you use Clay...
公開日: 2024/05/09 18:53
Clay Form Elements
Clay Form Elements The Liferay Clay tag library provides several tags for creating form elements. An example of each tag is shown below. Checkbox Checkboxes give the user a true or false input. "...
公開日: 2024/05/09 18:53
Clay Labels and Links
Clay Labels and Links Liferay Clay taglibs provide tags for creating labels and links in your app. Both of these elements are covered below. Labels The Liferay Clay taglibs provide a few different...
公開日: 2024/05/09 18:53
Jakarta 2025 FAQ
Jakarta 2025 FAQ Liferay DXP is evolving! To continue providing you with the most advanced and secure platform, Liferay is transitioning its underlying enterprise platform from Java EE 8 to Jakarta...
公開日: 2025/07/23 3:33
Using a Frontend Data Set Cell Renderer Client Extension
Using a Frontend Data Set Cell Renderer Client Extension Liferay 7.4+ You can use Frontend Data Set (FDS) cell renderer client extensions to customize the display for your data set. Use this type...
公開日: 2024/08/15 15:42
LiferayでGlowrootを使う
LiferayでGlowrootを使う liferay DXP 2023.Q4+/Portal 7.4 GA100+. Liferayは、オープンソースのJavaアプリケーション監視ツールである Glowroot をバンドルしています。 このツールは、システムに関する有用な統計情報(サーバーへのリクエスト、エラーなど)を表示します。 最小限のオーバーヘッドで。...
公開日: 2024/05/09 18:59
安定性とパフォーマンスのアップグレード
安定性とパフォーマンスのアップグレード 本番リリース用のDXPインスタンスをアップグレードする場合、データのアップグレードは正しく迅速に行う必要があります。 確実に成功させる方法をいくつか次に示します。 データベースとインストールのコピーを使用するテスト環境を作成する 不要なデータベースデータを削除してパフォーマンスを向上させる アップグレード操作のためにデータベースを調整する ...
公開日: 2024/05/09 18:52
カスタムの在庫数低下アクティビティの実装
カスタムの在庫数低下アクティビティの実装 このチュートリアルでは、 CommerceLowStockActivity インターフェイスを実装して、カスタムの在庫数低下アクティビティを追加する方法を示します。 在庫数低下アクティビティは、商品が設定された最小在庫数量を下回った場合に自動的に実行されるアクションです。 Liferay Commerceは、1つの...
公開日: 2024/05/09 18:45
Liferay Commerceのアップグレード
Liferay Commerceのアップグレード Liferay Commerceのエクスペリエンスを向上させるために、Liferayはバグフィックスや新機能を含む定期的な商品アップグレードを提供しています。 ユーザーの皆様におかれましては、定期的に最新版へのアップデートをご検討ください。 Commerce 4.0へのアップグレード Liferay Commerce...
公開日: 2024/05/09 18:45
Working with Client Extensions
Working with Client Extensions Liferay Self-Hosted Liferay SaaS Liferay PaaS Liferay 7.4 Using client extensions, you can extend Liferay without deploying OSGi modules. Just like traditional...
公開日: 2025/01/18 2:48
SCIM Resource Type, Service Provider, and Schema Basics
SCIM Resource Type, Service Provider, and Schema Basics Liferay DXP 2025.Q2+ Liferay provides a headless API to query the SCIM resource types, service providers, and schemas available. Use the...
公開日: 2025/05/27 15:40
Liferay SaaS Compatibility Matrix
Liferay SaaS Compatibility Matrix Liferay DXP is the heart of Liferay SaaS, but not every DXP feature applies to Liferay SaaS. Some DXP features are not compatible, and some must be achieved via...
公開日: 2024/05/09 19:01
カテゴリー表示ページの作成
カテゴリー表示ページの作成 カテゴリーをウィジェットページにリンクすることで、Liferay Commerceで大規模なページを作成・管理することができます。 カテゴリ表示ページでは、カテゴリごとに1つのページを管理するのではなく、すべてのカテゴリで使用するテンプレートを設定することができます。...
公開日: 2025/01/18 2:44
Liferay Cloudへの移行
Liferay Cloudへの移行 Liferay Cloudは、高可用性、スケーラビリティ、パフォーマンスのために構築された安全で信頼性の高いエンタープライズプラットフォームです。 Liferay Cloud上でLiferay DXPインスタンスを実行することで、 機能が提供されます。 、ユーザーにとって安全、信頼性が高く、スムーズなエクスペリエンスが保証されます。 ...
公開日: 2024/05/09 19:00
ステージ1:DXPバージョンのマッチング
ステージ1:DXPバージョンのマッチング 移行の第一段階として、Liferay Cloud上で動作するLiferayサービスが、移行したいインストールと同じバージョンで動作するように設定します。 そのためには、Liferay Cloud のリポジトリをクローンし、そこにバージョン変更の設定を行い、ビルドをデプロイすることでLiferay Cloudにその更新を戻す必要があります。 ...
公開日: 2024/05/09 19:00
Liferay PaaS Go-Live Checklist
Liferay PaaS Go-Live Checklist Liferay Cloud is committed to your project's smooth launch. This go-live checklist should help you catch potential issues in advance and optimize your Cloud...
公開日: 2024/05/09 19:00
Configuring the Liferay DXP Service
Configuring the Liferay DXP Service There are several methods available to configure DXP in Liferay PaaS: through the in DXP System Settings and through the use of config and property files. DXP...
公開日: 2024/05/09 19:00
Liferay Commerce 2.1 Connector to PunchOut2Go
Liferay Commerce 2.1 Connector to PunchOut2Go Subscription Liferay provides a PunchOut2Go connector that integrates with a user's existing PunchOut2Go infrastructure. You can download this...
公開日: 2024/05/31 20:41
商品詳細
商品詳細 [商品詳細]ページでは、製品の重要な情報を表示します。 [商品の詳細]ページには、商品に関する簡単な説明、その仕様、商品画像などの情報が含まれています。 [商品の詳細]ページには、関連商品へのリンクも含まれている場合があります 。 下記のハイライト表示されているサンプルページは、Minium Acceleratorを使用しており、 [Product Details] 、...
公開日: 2025/01/18 2:44
Using the Commerce Classic Site Initializer
Using the Commerce Classic Site Initializer Liferay DXP 2024.Q4+/Portal GA129+ [Beta...
公開日: 2025/01/18 2:45
SCIM User API Basics
SCIM User API Basics Liferay DXP 2024.Q1+/Portal GA112+ Liferay provides a headless API to perform CRUD operations on SCIM users to keep their identity information in sync with your company's...
公開日: 2024/05/09 18:52
新しい割引ルールタイプの追加
新しい割引ルールタイプの追加 2つのインターフェースを実装することで、新しい割引ルールタイプを追加することができます。2つのインターフェイスは、 CommerceDiscountRuleType と CommerceDiscountRuleTypeJSPContributor です。 割引ルールタイプは、割引が注文に適用される時期を評価するための条件を定義します。 Liferay...
公開日: 2024/05/09 18:45
検索ブループリント設定のリファレンス
検索ブループリント設定のリファレンス Search Blueprints ユーザー・インターフェースには、ブループリントを作成するためのクエリ・ビルダーがあります。 要素の追加とクエリ設定の構成以外にも、多くのブループリントの使用例にとって重要な構成があります。 これらのコンフィギュレーションを操作するには、Global Menu → Applications → Blueprints...
公開日: 2024/05/09 19:00
Configuring Content Security Policy Headers
Configuring Content Security Policy Headers Modern browsers use Content Security Policy HTTP response headers to enhance web pages' security to mitigate certain types of attacks (like Cross-Site...
公開日: 2024/05/09 18:52
エレメントを作る
エレメントを作る 検索ブループリントに同梱されている システムエレメントはたくさんある。 どのシステム要素もあなたのニーズを満たさない場合、独自の検索ブループリント要素を作成する多くの方法があります: Custom JSON Element を使用して、Search Blueprints Query Builder から Element を作成します。 Add Element...
公開日: 2024/05/09 19:00
検索ブループリント要素のリファレンス
検索ブループリント要素のリファレンス 要素は、 検索ブループリント の基本的な構成要素の 1 つです。 利用可能なすべての要素を調べるには、グローバルメニュー (Global) → [アプリケーション] → [ブループリント] に移動してください。 [要素]タブを開き、目的の要素を見つけ、それをクリックします。 要素の完全なJSON表現が表示されます。 ...
公開日: 2024/05/09 19:00
セグメントの作成
セグメントの作成 Analytics Cloudで作成したセグメントは、Liferay DXPと同期します。 ただし、Liferay DXPで作成したセグメントは、Analytics Cloudと同期しません。 動的セグメントの作成 ナビゲーションパネルの [Segments] をクリックします。 既存のセグメントが入った表が表示されます。 [Create Segment] →...
公開日: 2024/05/09 18:44
検索エンジンのインストール
検索エンジンのインストール 検索エンジンは、Liferayインストールの重要なコンポーネントです。 サンプルクラスターを作成 することでインストールを開始できますが、このガイドでは、 本番環境 のセットアップについて説明します Liferayを起動すると、組み込みのElasticsearchサーバー(サイドカー)が同時に起動します。...
公開日: 2024/05/09 18:59
Liferay Enterprise Search
Liferay Enterprise Search Liferay Enterprise Search (LES) のサブスクリプションでは、Liferay DXPのサブスクリプションで利用できる検索機能以外の追加機能にアクセスできます。 お使いのLiferay DXPのバージョンでLESに含まれるサービスや機能の詳細については、 Liferay DXPコンポーネントリソース...
公開日: 2024/05/09 18:59
ユーザー
ユーザー ユーザー設定は、個人用メニューのルックアンドフィール、デフォルトのユーザーの関連付け、および新規ユーザーがアカウントを作成するときに使用できるフィールドを定義します。 ユーザー設定にアクセスするには、コントロールパネルを開き、 [設定] → [インスタンス設定] に移動し、 [プラットフォーム] セクションで [ユーザー] カテゴリを選択します。 ...
公開日: 2024/05/09 18:58
7.2 旧バージョンと非互換の変更
7.2 旧バージョンと非互換の変更 このドキュメントは、サードパーティのLiferay開発者またはユーザーとの既存の機能、API、または契約に違反する変更の時系列リストを示しています。 私たちはこれらの混乱を最小限にするために最善を尽くしていますが、時には避けられないこともあります。 このファイルに記載されている変更の種類の一部を次に示します。 削除または置換される機能 ...
公開日: 2024/05/09 18:55
7.2でのデフォルト設定の変更
7.2でのデフォルト設定の変更 Liferayのほとんどの新しいバージョンには、デフォルト設定の変更が含まれています。 古いバージョンのデフォルトを使用する場合は、変更を確認して、古いバージョンのデフォルトを維持するか、新しいバージョンのデフォルトを受け入れるかを決定する必要があります。 デフォルトのポータルプロパティの変更...
公開日: 2024/05/09 18:52
7.2のメンテナンスモードと非推奨
7.2のメンテナンスモードと非推奨 新しいDXPのリリースごとに、機能の継続的な拡張が保証されない場合や、廃止される可能性があります。 機能の拡張を停止すると、その機能は メンテナンスモード に入ります。 メンテナンスモード: この機能はサポートされていますが、拡張は行われません。 廃止された機能は最終的に削除されるか、より新しい、より優れた機能に置き換えられます。...
公開日: 2024/05/09 18:52
7.3でのデフォルト設定の変更
7.3でのデフォルト設定の変更 Liferay DXPのほとんどの新しいバージョンには、デフォルト設定の変更が含まれています。 古いバージョンのデフォルトを使用する場合は、変更を確認して、古いバージョンのデフォルトを維持するか、新しいバージョンのデフォルトを受け入れるかを決定する必要があります。 最新の ポータルプロパティリファレンス では、プロパティの説明と例を示しています。...
公開日: 2024/05/09 18:52
7.3のメンテナンスモードと非推奨
7.3のメンテナンスモードと非推奨 新しいDXPのリリースごとに、機能の継続的な拡張が保証されない場合や、廃止される可能性があります。 機能拡張を停止すると、 メンテナンスモード になります。 メンテナンスモード: この機能はサポートされていますが、もはや強化されていません。 廃止された機能は最終的に削除されるか、より新しい、より優れた機能に置き換えられます。...
公開日: 2024/05/09 18:52