Search Results

Capability
Feature
Deployment Approach
Overriding Module Language Translations
Overriding Module Language Translations For Liferay DXP 7.4 U4/Portal 7.4 GA8+, the Language Override tool is the recommended approach. Overriding language translations in specific applications...
公開日: 2024/07/18 20:39
Provisioning Cloud Apps
Provisioning Cloud Apps You can provision cloud apps to your Liferay instance and start using them immediately. Unlike DXP apps that require manual download and deployment, cloud apps integrate...
公開日: 2025/02/11 12:35
Provisioning DXP Apps
Provisioning DXP Apps Free apps can be downloaded, deployed to Liferay DXP, and used immediately without deploying a license. Paid apps have trial, developer, or standard licenses based on the...
公開日: 2024/11/08 15:11
カスタム注文ルールの実装
カスタム注文ルールの実装 Liferayでは、特定の条件を満たした注文に対して注文ルールを設定することができます。 最少注文金額のルールは、すぐに利用可能です。 特定の値以下の注文のチェックアウトを防ぐことができます。 新しい注文ルールを追加するには、 COREntryType インターフェースを実装する必要があります。 詳しくは、 コマースの注文ルール をご覧ください。 ...
公開日: 2025/01/18 2:44
カスタム注文ステータスの実装
カスタム注文ステータスの実装 CommerceOrderStatusインターフェイスを実装することにより、カスタム注文ステータスを追加できます。 commerce注文エンジンは、すぐに使用できる標準の注文フローを提供しますが、ニーズに合わせてカスタマイズできます。 カスタム注文ステータスは、既存の注文フローに追加された新しいステージです。...
公開日: 2024/05/09 18:45
新しい割引ルールタイプの追加
新しい割引ルールタイプの追加 2つのインターフェースを実装することで、新しい割引ルールタイプを追加することができます。2つのインターフェイスは、 CommerceDiscountRuleType と CommerceDiscountRuleTypeJSPContributor です。 割引ルールタイプは、割引が注文に適用される時期を評価するための条件を定義します。 Liferay...
公開日: 2024/05/09 18:45
Warehouse API の基礎知識
Warehouse API の基礎知識 アプリケーションメニューやREST APIから倉庫を管理することができます。 headless-commerce-admin-inventory サービスを呼び出して、倉庫を作成・管理します。 倉庫の追加 Liferayが起動したら。 Warehouse API...
公開日: 2024/05/09 18:45
注文管理
注文管理
公開日: 2024/05/09 18:45
Multishipping
Multishipping Liferay DXP 2025.Q1+/GA132+ [Beta Feature](https://learn.liferay.com/web/guest/w/dxp/system-administration/configuring-liferay/feature-flags#beta-feature-flags) With multishipping,...
公開日: 2025/02/12 12:54
カスタム注文バリデーターの実装
カスタム注文バリデーターの実装 このチュートリアルでは、 CommerceOrderValidator インターフェイスを実装してカスタムオーダーバリデータを追加する方法を説明します。 注文バリデータは、チェックアウトを進めるときに顧客のカート内の商品を検証するクラスです。 Liferay は、 デフォルト を含む複数のすぐに使える注文バリデーターに加え、 アイテムのバージョン と...
公開日: 2025/01/18 2:44
オプションAPIの基本
オプションAPIの基本 オプションテンプレートは、アプリケーションメニューやREST APIで管理することができます。 headless-commerce-admin-catalog サービスを呼び出して、オプションを作成・管理します。 オプションの追加 Liferay が起動したら Option API Basicsをダウンロードして解凍します。 curl...
公開日: 2024/05/09 18:46
仕様書APIの基礎知識
仕様書APIの基礎知識 アプリケーションメニューやREST APIで商品仕様を管理することができます。 headless-commerce-admin-catalog サービスを呼び出し、仕様を作成・管理する。 仕様を追加する Liferayが起動したら、 Specification API Basics をダウンロードし、解凍してください。 curl...
公開日: 2024/05/09 18:46
店舗管理
店舗管理
公開日: 2024/05/09 18:46
バッチエンジンAPIの基本 - データのエクスポート
バッチエンジンAPIの基本 - データのエクスポート Liferayのヘッドレスバッチエンジンは、データのインポートやエクスポートを行うためのREST APIを提供します。 これらのサービスを呼び出して、Liferayにデータをエクスポートします。 データのエクスポート 次に、以下の手順に従います。 Batch Engine API Basics をダウンロードして解凍する。 ...
公開日: 2024/05/09 18:51
SCIM User API Basics
SCIM User API Basics Liferay DXP 2024.Q1+ Liferay provides a headless API to perform CRUD operations on SCIM users to keep their identity information in sync with your company's applications. Use...
公開日: 2024/05/09 18:52
Captcha API Basics
Captcha API Basics Liferay provides a headless API to retrieve and submit captchas using the SimpleCAPTCHA engine. Using the /captcha endpoint from the API Explorer, you can add captchas in your...
公開日: 2024/05/09 18:52
Implementing an Item Selector
Implementing an Item Selector Item selectors are pop-up dialogs for selecting assets, such as documents, videos, or users. By configuring the item selector's criteria and defining its usage, you...
公開日: 2024/05/09 18:52
Business Logic with Service Builder
Business Logic with Service Builder Once you've generated model, persistence, and service code with Service Builder, you can begin adding business logic. Entities generated by Service Builder...
公開日: 2024/05/09 18:52
Enabling Assets
Enabling Assets Many of Liferay's applications (e.g. Blogs, Documents and Media, Message Boards, etc.) are asset-enabled out of the box. You can publish assets with the Asset Publisher widget or...
公開日: 2024/05/09 18:52
MVC Render Command
MVC Render Command MVC Render Commands are classes that handle which page to render. They are invoked by MVCPortlet render URLs and requests. If your render logic is simple you can implement all of...
公開日: 2024/05/09 18:53
Configuration as Code
Configuration as Code Liferay Self-Hosted Liferay SaaS Liferay PaaS Liferay 7.4 Liferay instance configurations are deployable with client extensions. For example, you can deploy OAuth2...
公開日: 2024/11/22 22:50
Language Client Extensions
Language Client Extensions Liferay DXP 2025.Q1+/Portal GA132+ A language client extension adds new language keys or overrides existing keys and their translations. For example, you can translate...
公開日: 2025/02/12 12:57
Core Frameworks
Core Frameworks
公開日: 2024/11/22 22:50
Listening for Messages
Listening for Messages You can listen for messages sent to any registered Message Bus destination, whether it's built-in to DXP/Portal, defined by third-parties, or created by you. Messages sent to...
公開日: 2024/05/09 18:53
Using a CSS Client Extension
Using a CSS Client Extension Liferay 7.4+ CSS client extensions introduce new CSS styling to pages. A deployed CSS client extension on a page adds to the page's existing styling, including theme...
公開日: 2024/05/09 18:54
CSS YAML Configuration Reference
CSS YAML Configuration Reference You can define a CSS client extension with a client-extension.yaml file. Usage Details This client-extension.yaml file defines a CSS client extension definition: ...
公開日: 2024/05/09 18:54
Using a Theme CSS Client Extension
Using a Theme CSS Client Extension Liferay 7.4+ With a theme CSS client extension, you can override the current theme's CSS files (main.css and clay.css) to change the look and feel of a page....
公開日: 2024/05/09 18:54
Using Servlet Filters
Using Servlet Filters Servlet filters can both pre-process requests as they arrive and post-process responses before they go to the client browser. You can apply functionality to requests and...
公開日: 2024/10/18 16:07
Defining Object Relationships
Defining Object Relationships Liferay 7.4+ Relationships add fields and tables to object definitions for relating their entries to one another. Follow these steps to add relationships to object...
公開日: 2024/05/09 18:54
Relationships
Relationships Liferay 7.4 U47+/GA47+ Relationships add fields and tables to object definitions for relating their entries with one another. This provides access to entry data in different...
公開日: 2024/05/09 18:54
カスタムフォーム項目タイプの書き込み
カスタムフォーム項目タイプの書き込み フォームアプリケーションには、高度に設定可能な フィールドタイプが標準で多く含まれています。 既存のフィールドタイプのいずれかを使えば、ほとんどのユースケースに対応できます。 デフォルトのフィールドタイプでユースケースに対応できない場合、独自のフィールドタイプを作成することができます。 多くの便利なフォーム要素があります。 ...
公開日: 2024/05/09 18:56
Removing Relationships
Removing Relationships Liferay 7.4 U26+/GA26+ You can remove relationships from both draft and published object definitions. Removing a relationship permanently deletes its field from the related...
公開日: 2024/05/09 18:54
アカウントAPIの基本
アカウントAPIの基本 Liferay DXP/Portal 7.4以降 アプリケーションメニューから アカウント を管理することができますが、LiferayのREST APIを利用することもできます。 これらのサービスを呼び出して、アカウントの作成や管理を行います。 アカウントの追加 次に、以下の手順に従います。 Accounts API Basics...
公開日: 2025/02/12 13:01
UADフレームワークの追加
UADフレームワークの追加 Liferayのユーザー関連データ(UAD)管理ツールでユーザーデータを管理・削除することができます。 本ツールは、Liferayの多くのアプリケーション(ブログ、ドキュメントとメディア、掲示板など)ですぐに利用できます。 このフレームワークは、お客様のカスタムアプリケーションに適用することも可能です。 この作業は、...
公開日: 2024/05/09 18:59
条件エバリュエーターの作成
条件エバリュエーターの作成 ワークフローの 条件ノード は、Groovyスクリプトを使用して、ワークフローアイテムが通過する適切なトランジションを決定します。 Groovyのロジックをワークフロー定義の 要素に直接記述する代わりに、 ConditionEvaluator インターフェースを実装することで、Javaのロジックを展開することができます。 Javaの実装を書きます。 ...
公開日: 2024/05/09 18:56
ユーザーグループAPIの基本
ユーザーグループAPIの基本 アプリケーションメニューから Create and Manage User Groups ができますが、Liferay の REST API を使うこともできます。 これらのサービスを呼び出して、ユーザーグループを管理する。 ユーザーグループの追加 その後、以下の手順に従ってください: User Groups API Basics...
公開日: 2024/05/09 18:59
Returns Page
Returns Page Liferay DXP 2024.Q4+/GA129+ The returns page contains a list of all return requests placed by the customer. Select a return request to view the status of the request and its...
公開日: 2024/12/07 0:06
商品バンドルの作成
商品バンドルの作成 Liferayは、 商品オプション を使用した 商品バンドル の作成をサポートしています。 オプションでは、現在の商品と他のSKU(シンプル、バーチャル、グループ)をリンクする値を定義できます。 一度定義すると、顧客は製品をカートに追加する際に異なるオプション値を選択することができます。 コンピュータのハードウェアの販売会社を例に挙げてみましょう。...
公開日: 2024/05/09 18:46
Using the Products Limit Rule
Using the Products Limit Rule Liferay DXP 2024.Q1+/Portal GA112+ You may want to prevent customers from purchasing products from a specific product group. For instance, a machines manufacturer may...
公開日: 2024/05/09 18:46
Returns
Returns Liferay DXP 2024.Q4+/GA129+ Liferay provides an out-of-the-box returns feature that allows your customers to return completed orders within Liferay itself. Customers can only return orders...
公開日: 2024/12/07 0:07

Capabilities

Product

Education

Contact Us

Connect

Powered by Liferay
© 2024 Liferay Inc. All Rights Reserved • Privacy Policy