Search Results

Capability
Feature
Deployment Approach
店舗管理
店舗管理
公開日: 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
Using Specifications with Picklists
Using Specifications with Picklists Liferay DXP 2024.Q3+/Portal GA125+ You can now use picklists to define specification values and link them to a specification template to use with products....
公開日: 2024/08/07 15:39
商品オプションの使用
商品オプションの使用 商品 オプション では、商品をカスタマイズするための便利で柔軟な方法を提供しています。 オプションを使用すると、チャネルで販売されている商品にフィールドを追加して、顧客が商品のバリエーションやバンドルなどを選択できるようになります。 オプションを使い始めるには、まずオプションテンプレートの 作成と構成 をします。 そして、テンプレートの構成に応じて、 値を追加...
公開日: 2024/05/09 18:46
関連商品、アップセル、クロスセル
関連商品、アップセル、クロスセル 関連商品は、商品を結びつけるのに使用できます。 関連付けると、商品には他の商品へのリンクが表示されます。 すべての関連商品を関連商品タイプに割り当てる必要があります。 その後、これらの商品は、適切なタイプのソースデータに設定された[商品パブリッシャー]ウィジェットで表示できます。 ...
公開日: 2024/05/09 18:46
仕様
仕様 仕様には、単一の商品情報が格納されます。 格納されている情報は、商品の寸法、色、重量、容量、またはその他の属性です。 これらの詳細は、顧客が類似の商品を比較するときに役立ちます。 仕様データは、表示やメンテナンスが容易になるように、グループ、ラベル、および値に順序付けられています。 名称Description...
公開日: 2024/05/09 18:46
Currency API Basics
Currency API Basics Liferay DXP 2024.Q1+/Portal GA112+ You can manage currencies from the Applications menu or with REST APIs. Call the headless-commerce-admin-catalog services to create and...
公開日: 2024/05/09 18:46
チャネルリファレンスガイド
チャネルリファレンスガイド コマース2.1以降 この記事では、チャネル管理インターフェースの概要について説明します。 チャネルを作成するには、チャネルの管理参照してください。 共通 General タブには、通貨、注文ワークフロー、支払い、配送、税金など、多くの重要なチャネル設定があります。 詳細 詳細 セクションでは、チャネルの名前、通貨、および コマースサイトの種類...
公開日: 2024/05/09 18:46
Adyen
Adyen Liferay DXP 2024.Q3+/Portal GA125+ Liferay provides a client extension that integrates with Adyen. It uses the payment integration client extension as a base. See Configuring Payment Methods...
公開日: 2025/01/18 2:45
Liferay Commerce Connector to PayPal SDK
Liferay Commerce Connector to PayPal SDK Liferay DXP 2024.Q4+/Portal GA129+ Liferay provides a client extension that integrates with the PayPal JavaScript SDK to provide more payment options like...
公開日: 2025/01/18 2:45
Stripe
Stripe Liferay DXP 2024.Q2+/Portal GA120+ Liferay provides a client extension that integrates with Stripe. It uses the payment integration client extension as a base. See Configuring Payment...
公開日: 2025/01/18 2:45
Using the UPS Shipping Method
Using the UPS Shipping Method Liferay DXP 2024.Q3+/Portal GA125+ Liferay provides a client extension that integrates with UPS. It uses the shipping engine client extension as a base. See...
公開日: 2024/08/16 15:41
メールを送信する
メールを送信する Liferayは、あなたのストアで起こるさまざまなイベントに対して、メール通知を送信するように設定できます。 例えば、注文担当者やその他の関係者に、注文の詳細に関する最新情報を送信することができます。 これには、注文ID、配送先住所、請求先住所、使用された支払方法などが含まれることがあります。...
公開日: 2024/11/22 22:47
通知テンプレート変数リファレンスガイド
通知テンプレート変数リファレンスガイド 通知テンプレートを作成する際、変数を使用して、トリガーとなるチャネルイベントのデータを動的にメールフィールドに入力することができます。 通知テンプレート タイプ を選択し、その変数を表示します。 これは、どのチャンネルイベントが通知をトリガーするかを決定します。 通知テンプレートの種類を選択します。 タイプを選択した後、 メール設定 と...
公開日: 2024/11/22 22:47
商品バンドルの作成
商品バンドルの作成 Liferayは、 商品オプション を使用した 商品バンドル の作成をサポートしています。 オプションでは、現在の商品と他のSKU(シンプル、バーチャル、グループ)をリンクする値を定義できます。 一度定義すると、顧客は製品をカートに追加する際に異なるオプション値を選択することができます。 コンピュータのハードウェアの販売会社を例に挙げてみましょう。...
公開日: 2024/05/09 18:46
Generating Product Descriptions using AI
Generating Product Descriptions using AI Liferay DXP 2024.Q2+/Portal GA120+ You can now use generative AI to add product descriptions. To start using the AI Creator tool, you must add an API key...
公開日: 2024/05/09 18:46
カタログページの作成
カタログページの作成 カタログ ページは、お客様がチャネル商品を閲覧、検索、そして選択するための主要な手段です。 カタログページには、以下のウィジェットを推奨します。 検索バー 、 オプション・ファセット 、 仕様・ファセット 。 カテゴリー・ファセット 、 ソート 、 検索結果 となっています。 これらのウィジェットやその他のCommerceウィジェットの詳細は、 ウィジェットリファレンス...
公開日: 2025/01/18 2:44
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
Using the Checkout Step Client Extension
Using the Checkout Step Client Extension Liferay DXP 2024.Q1+/Portal GA112+ You can use a client extension to create a new checkout step. This tutorial uses an example client extension from the...
公開日: 2024/05/09 18:45
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
Payment Management
Payment Management Liferay DXP 2024.Q1+/Portal GA112+ Using Liferay's new payment management application you can view online payments in detail and create refunds on them. To access this...
公開日: 2024/05/09 18:46
商品画像
商品画像 商品画像があると、顧客が購入しようとしているものを把握しやすくなり、販売の可能性が高まります。 ストア管理者は、各商品バリアント(異なるSKU)に画像をアップロードできます。 単一の画像を追加する 1つの画像を追加するには: グローバルアプリケーション メニュー → [commerce] → [商品] に移動します。 商品(この例では ブレーキローター)をクリックします。...
公開日: 2024/05/09 18:46
ミニカートフラグメントの使用
ミニカートフラグメントの使用 liferay DXP 7.4 U69+/GA69+ ミニカートのフラグメントは、カートの詳細な概要を提供します。 商品数量の増減、商品の削除、チェックアウトのためのカート投入、商品の検索とカートへの迅速な追加が可能です。 このフラグメントを正しく動作させるには、 カタログ 、 オープンカート 、 チェックアウト ページが必要です。 ...
公開日: 2024/11/22 22:46
Using the New Organization Management Chart Widget
Using the New Organization Management Chart Widget Liferay DXP 2024.Q1+/Portal GA112+ You can use Liferay's organization management chart to view, manage, and search through organizations,...
公開日: 2024/11/22 22:46
Using the Payment Integration Client Extension
Using the Payment Integration Client Extension Liferay DXP 2024.Q1+/Portal GA112+ You can use a client extension to integrate with a new payment method in Liferay. This client extension from the...
公開日: 2024/05/09 18:45
Using the Shipping Engine Client Extension
Using the Shipping Engine Client Extension Liferay DXP 2024.Q1+/Portal GA112+ You can use a client extension to add a new shipping engine to Liferay. This client extension from the sample...
公開日: 2024/05/09 18:45
Using Client Extensions
Using Client Extensions Liferay DXP 2024.Q1+/Portal GA112+ Using client extensions, you can extend Liferay without using OSGi modules. Deploy them to any Liferay environment, whether you host it...
公開日: 2024/05/09 18:45
Configuring the Calendar Widget
Configuring the Calendar Widget Use the Calendar widget configuration options to tailor the display and functionality of your calendar. From choosing the time format and default view to setting the...
公開日: 2024/05/13 19:54
ナレッジベース表示ウィジェット
ナレッジベース表示ウィジェット liferay 7.4 U72+/GA72+. ナレッジベース表示ウィジェットを使用すると、ナビゲーション、コメント、評価、ソーシャルメディアリンクが組み込まれたサイトページに公開記事を表示できます。 デフォルトでは、このウィジェットにナレッジベースのホームフォルダの記事が表示されるようになっています。 どの記事が含まれるかはカスタマイズできる。 ...
公開日: 2025/01/18 2:45
Exporting/Importing Calendar Data
Exporting/Importing Calendar Data You can export and import calendar data as Liferay Archive (LAR) files. Data can only be ported between installations of the same version. Use the widget...
公開日: 2024/05/13 19:54
掲示板の権限リファレンス
掲示板の権限リファレンス この記事では、 [掲示板] ウィジェットでの権限について説明し、ユーザーおよびロールに権限を割り当てる際のリファレンスとして機能します。 DXPのロールと権限の詳細は、 Roles and Permissions をご覧ください 。 ホームカテゴリーの権限 掲示板 の権限画面は、 掲示板 の機能へのアクセスを許可および取り消すためのものです。 ホストサイトの...
公開日: 2024/05/09 18:49
アクティビティウィジェットの使用
アクティビティウィジェットの使用 アクティビティ ウィジェットは、サイトでのユーザーアクティビティを追跡するために使用されます。 コミュニティサイトアクティビティ _Activitiesウィジェットの使用を開始するには: 展開するサイトページに移動します(たとえば、 Community Site の Social ページ)。 [Add] ボタンをクリックします。 ...
公開日: 2024/05/09 18:49
警告とお知らせ
警告とお知らせ 警告とお知らせの送信
公開日: 2024/11/22 22:48
その他のナレッジベースウィジェット
その他のナレッジベースウィジェット ナレッジベース表示ウィジェット 以外にも、ページに追加できるナレッジベースのウィジェットがあります。 知識ベース記事 :一つの記事の内容を表示します。 Knowledge Base Section :特定のトピック(セクション)に関連する記事を公開する。 知識ベース検索 :記事を検索します。 これらのウィジェットは、 Add( Add icon )...
公開日: 2024/11/22 22:48
掲示板
掲示板 ユーザーガイド 掲示板の概要 掲示板カテゴリの作成 掲示板スレッドの作成 掲示板のモデレート 掲示板のサブスクライブ 掲示板カテゴリのメーリングリストの設定 掲示板のスコープ 掲示板の権限リファレンス 掲示板の設定リファレンス 掲示板ウィジェットのUIリファレンス 開発者ガイド メッセージボードAPIの基本
公開日: 2024/11/22 22:48
Configuring the Questions Widget
Configuring the Questions Widget Liferay DXP/Portal 7.3+ There are two primary methods for configuring the Questions widget: directly through the widget configuration and through the System...
公開日: 2025/01/18 2:46
コンタクトセンターウィジェットの使用
コンタクトセンターウィジェットの使用 コンタクトセンター ウィジェットを使用すると、ユーザーは次の接続タイプを形成できます。 接続:ユーザーが別のユーザーからの接続要求を受け入れることによって形成される双方向の関係。 各ユーザーのプライベートダッシュボードのアクティビティウィジェットには、他のユーザーのアクティビティが表示されます。 ...
公開日: 2024/05/09 18:49

Capabilities

Product

Education

Contact Us

Connect

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