Search Results

Capability
Feature
Deployment Approach
Warehouse API の基礎知識
Warehouse API の基礎知識 アプリケーションメニューやREST APIから倉庫を管理することができます。 headless-commerce-admin-inventory サービスを呼び出して、倉庫を作成・管理します。 倉庫の追加 Liferayが起動したら。 Warehouse API...
公開日: 2024/05/09 18:45
注文管理
注文管理
公開日: 2024/05/09 18:45
オプションAPIの基本
オプションAPIの基本 オプションテンプレートは、アプリケーションメニューやREST APIで管理することができます。 headless-commerce-admin-catalog サービスを呼び出して、オプションを作成・管理します。 オプションの追加 Liferay が起動したら Option API Basicsをダウンロードして解凍します。 curl...
公開日: 2024/05/09 18:46
バッチエンジンAPIの基本 - データのエクスポート
バッチエンジンAPIの基本 - データのエクスポート Liferayのヘッドレスバッチエンジンは、データのインポートやエクスポートを行うためのREST APIを提供します。 これらのサービスを呼び出して、Liferayにデータをエクスポートします。 データのエクスポート 次に、以下の手順に従います。 Batch Engine API Basics をダウンロードして解凍する。 ...
公開日: 2024/05/09 18:51
店舗管理
店舗管理
公開日: 2024/05/09 18:46
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
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
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 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
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
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
UADフレームワークの追加
UADフレームワークの追加 Liferayのユーザー関連データ(UAD)管理ツールでユーザーデータを管理・削除することができます。 本ツールは、Liferayの多くのアプリケーション(ブログ、ドキュメントとメディア、掲示板など)ですぐに利用できます。 このフレームワークは、お客様のカスタムアプリケーションに適用することも可能です。 この作業は、...
公開日: 2024/05/09 18:59
ユーザーグループAPIの基本
ユーザーグループAPIの基本 アプリケーションメニューから Create and Manage User Groups ができますが、Liferay の REST API を使うこともできます。 これらのサービスを呼び出して、ユーザーグループを管理する。 ユーザーグループの追加 その後、以下の手順に従ってください: User Groups API Basics...
公開日: 2024/05/09 18:59
条件エバリュエーターの作成
条件エバリュエーターの作成 ワークフローの 条件ノード は、Groovyスクリプトを使用して、ワークフローアイテムが通過する適切なトランジションを決定します。 Groovyのロジックをワークフロー定義の 要素に直接記述する代わりに、 ConditionEvaluator インターフェースを実装することで、Javaのロジックを展開することができます。 Javaの実装を書きます。 ...
公開日: 2024/05/09 18:56
カスタムフォーム項目タイプの書き込み
カスタムフォーム項目タイプの書き込み フォームアプリケーションには、高度に設定可能な フィールドタイプが標準で多く含まれています。 既存のフィールドタイプのいずれかを使えば、ほとんどのユースケースに対応できます。 デフォルトのフィールドタイプでユースケースに対応できない場合、独自のフィールドタイプを作成することができます。 多くの便利なフォーム要素があります。 ...
公開日: 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
Setting Up an Environment and Creating a Theme
Setting Up an Environment and Creating a Theme Creating a theme is the first step in theme development. Once you have your own theme, you can deploy it to your Liferay DXP instance, and use it for...
公開日: 2024/05/09 18:54
Portlet Level Configuration
Portlet Level Configuration With the configuration framework, you can set your application's configuration for different levels of scope. Where Instance and Site-scoped configurations use...
公開日: 2024/11/22 22:50
Setting and Accessing Configurations
Setting and Accessing Configurations You can use Liferay's configuration framework to add a settings UI for a MVC Portlet. See the Example Portlet Then, follow these steps: Download and unzip...
公開日: 2024/05/09 18:53
Client Extensions UI Reference
Client Extensions UI Reference Liferay's widget client extensions (custom element and iframe) register applications with Liferay, adding them as widgets to site pages. Additionally, you can style...
公開日: 2024/05/09 18:54
Themes
Themes Themes customize the default look and feel of your site. You can define the style and visual identity of your brand or label across your whole site. You can use a theme CSS client...
公開日: 2025/01/18 2:48
Using a Frontend Data Set Filter Client Extension
Using a Frontend Data Set Filter Client Extension Liferay DXP 2024.Q2+/Portal GA120+ Frontend data set filter client extensions define JavaScript functions for creating customizable filter...
公開日: 2024/06/06 15:55
Using a JavaScript Client Extension
Using a JavaScript Client Extension Liferay 7.4+ With a JavaScript (JS) client extension, you can run your own JavaScript on any page in Liferay without worrying about dependencies on Liferay code...
公開日: 2024/05/09 18:54
JavaScript YAML Configuration Reference
JavaScript YAML Configuration Reference You can define a JavaScript client extension with a client-extension.yaml file. Usage Details This client-extension.yaml file defines a JavaScript client...
公開日: 2024/05/09 18:54
Theme CSS YAML Configuration Reference
Theme CSS YAML Configuration Reference You can define a theme CSS client extension with a client-extension.yaml file. Usage Details This client-extension.yaml file defines a theme CSS client...
公開日: 2024/05/09 18:54
Using an Editor Config Contributor Client Extension
Using an Editor Config Contributor Client Extension Liferay DXP 2024.Q1+/Portal GA112+ The translation status feature is currently behind a release feature flag (LPS-186870). Read Release Feature...
公開日: 2024/05/09 18:54
Editor Config Contributor YAML Configuration Reference
Editor Config Contributor YAML Configuration Reference Liferay DXP 2024.Q1+/Portal GA112+ This feature is currently behind a release feature flag (LPS-186870). Read Release Feature Flags for more...
公開日: 2024/05/09 18:54
Using Routes with Custom Elements
Using Routes with Custom Elements Liferay 7.4+ Custom element client extensions use Liferay's frontend infrastructure to register external applications with the Liferay platform and render them as...
公開日: 2024/05/09 18:54
Integrating Microservices
Integrating Microservices Liferay Self-Hosted Liferay SaaS Liferay PaaS Liferay 7.4 You can define microservice client extensions to run your own code in response to events in your Liferay...
公開日: 2024/05/09 18:54
Objects
Objects Liferay 7.4+ With Liferay Objects, you can build and deliver applications without having to write code or deploy modules. Each application built with Objects is integrated with Liferay's...
公開日: 2024/05/09 18:54
Understanding Action Types
Understanding Action Types Liferay 7.4 U60+/GA60+ Actions define custom operations triggered by object entry events. Liferay provides these action types: TypeDescription NotificationSend email or...
公開日: 2024/05/09 18:54
Deploying Object Widgets to Sites
Deploying Object Widgets to Sites Liferay 7.4+ When an Object is published, Liferay automatically generates a dedicated widget you can deploy to site pages. This includes both site-scoped and...
公開日: 2024/05/09 18:54
Permissions Framework Integration
Permissions Framework Integration Liferay 7.4+ Published objects are integrated automatically with Liferay's permissions framework. You can manage user access to an object and its entries with...
公開日: 2024/05/09 18:54
Managing Object Entries Using GraphQL
Managing Object Entries Using GraphQL You can use GraphQL to manage custom object entries in Liferay efficiently. This API framework simplifies data interaction and serves as an alternative to REST...
公開日: 2024/11/22 22:50
Object API Basics
Object API Basics When you publish an Object, Liferay automatically generates REST APIs for it. These APIs differ for Company and Site scoped Objects, but they all use the c/[pluralobjectlabel]...
公開日: 2024/05/09 18:54
Using Object APIs With Base64 Encoded Files
Using Object APIs With Base64 Encoded Files Liferay DXP 2024.Q2+/Portal GA120+ When creating object entries with attachment fields through APIs, you can generally upload files from your computer...
公開日: 2024/06/07 15:58
フォーム権限リファレンス
フォーム権限リファレンス この記事は、フォームアプリケーションに関連するすべての権限のガイドとして機能します。 フォームウィジェットの権限 フォーム ウィジェットがデプロイされているサイトページに移動します。 ウィジェット名の横にあるオプションアイコン(Options)をクリックし、 [Permissions] をクリックします。 [フォーム]ウィジェットの権限を表示する ...
公開日: 2025/01/18 2:49
データリストの作成
データリストの作成 データリストを作成するには以下の手順に従います: [コンテンツとデータ] → [動的データリスト] へ行きます。 新しいリストを作成するには、[追加]アイコンをクリックします(Add)。 動的データリストを追加するには、サイト管理で動的データリストアプリにアクセスするためのアクセス許可が必要です。 リストには名前と説明をつけます。 ...
公開日: 2024/05/09 18:56
Blade CLI
Blade CLI Blade CLI can be installed through a command line interface or a graphical installer. If you're behind a proxy, once it's installed you can configure it to operate through the proxy....
公開日: 2024/05/09 18:55
Field Autocompletion
Field Autocompletion You can configure form field autocompletion in the Forms application: Autocompletion TypeConfigurationField Types ManualType a list of autocompletion optionsText Data...
公開日: 2025/01/18 2:49
フォーム構成リファレンス
フォーム構成リファレンス ここでは、フォームの全構成の概要を説明していますので、必要な構成をすぐに見つけることができます。 フォームオプション サイト間でフォームをエクスポートおよびインポートすることができます。 エクスポート/インポート メニューにアクセスするには、 [サイト管理] → [コンテンツとデータ] → [フォーム] に進みます。 右上のOptionsアイコンをクリックし、...
公開日: 2025/01/18 2:49
ワークフローの管理
ワークフローの管理 ワークフローフレームワークを使用して、ユーザーはカスタムメイドのワークフロープロセスでアセット公開を管理することができます。 コントロールパネルのワークフロープロセス定義にアクセスする権限を持つユーザーは、新しいワークフロー定義のアップロード、既存の定義の編集、使用されなくなったプロセスの定義の削除ができます。 ワークフロー定義の公開権限...
公開日: 2024/05/09 18:56
サイトにページを追加する
サイトにページを追加する 以下のステップでは、サイトに新しいページを追加し、一般的なオプションを設定する方法を説明します。 残りのページ設定の構成方法については、 個別ページの構成 を参照するか、 ページセットの構成 を参照して、 ページセットのオプションを構成する 。 Liferay 7.4 U22+とGA22+では、新規インストール時にプライベートページが無効になります。...
公開日: 2024/10/17 16:33
フルページアプリケーションページタイプの使用
フルページアプリケーションページタイプの使用 新しいページを作成し、Other見出しの下で Full Page Application を選択します。 名前を入力し、 [追加] をクリックします。 [Full Page Application] の見出しの下にあるアプリケーションの一覧から、表示したいアプリケーションを選択します。...
公開日: 2024/05/09 18:56
フラグメントの使用
フラグメントの使用 ページ・フラグメントは、 コンテンツ・ページ と、それらに関連するテンプレート(すなわち、 マスター、 ページ、 表示ページ)を構築するための、拡張可能で再利用可能なドラッグ・アンド・ドロップ要素です。 HTML、CSS、JavaScriptを使用して構築され、ページに構造と機能の両方を提供することができます。 フラグメントを使ってコンテンツページやテンプレートを構築 ...
公開日: 2024/05/09 18:56
デフォルトのフラグメントリファレンス
デフォルトのフラグメントリファレンス Liferayはすぐに使える様々なフラグメントを提供するので、すぐにソリューションの構築を始めることができます。 利用可能なフラグメントを表示するには、コンテンツページまたはページテンプレートの編集を開始してください。 編集中に、編集サイドバーメニューの フラグメントとウィジェット タブ( フラグメントとウィジェット)を開きます。 ...
公開日: 2024/05/09 18:56
Translating Fields in Form Containers
Translating Fields in Form Containers Liferay DXP 2025.Q1+/Portal GA132+ Currently, this feature is behind a release feature flag (LPD-37927). Read Release Feature Flags for more information. ...
公開日: 2025/01/24 12:28
ウィジェット間の通信
ウィジェット間の通信 ポートレットウィジェットは、パブリックレンダリングパラメータとイベントを使って相互に通信することができます。 Liferayポートレットの中には、この通信機構を最大限に活用するための設定UIを提供するものがあります。 オプション(Options) → [Configuration] → [Communication] タブの順にクリックします。 ...
公開日: 2024/05/09 18:56
テンプレートの設定
テンプレートの設定 ウィジェットを設定すると、 設定用テンプレート は、それらの設定を再利用可能なテンプレートに保存することができます。 設定用テンプレートは、ページ上に配置されたウィジェットに対してのみ利用可能です。 Liferay DXPメニューから利用できるアプリケーションは、設定用テンプレートを提供しません。 設定用テンプレートを作成するには、 ...
公開日: 2024/05/09 18:56
ウィジェットデータのエクスポート/インポート
ウィジェットデータのエクスポート/インポート 本サイトの他の部分のコンテンツに関係なく、特定のウィジェットインスタンスからデータをエクスポートする必要がある場合があります。 多くのウィジェットは、データを個別にエクスポートまたはインポートすることができます。 ブログ ブックマーク 動的データリスト フォーム ナレッジベース 掲示板 Webコンテンツ Wiki その他 ...
公開日: 2024/05/09 18:56
ウィジェットのスコープを設定する
ウィジェットのスコープを設定する デフォルトでは、Liferayのページウィジェットはサイトごとに スコープ されています。 つまり、サイト内のすべてのウィジェットインスタンスは、同じデータを共有し、同じコンテンツを表示します。 例えば、同じサイト内の2つのページに[掲示板]ウィジェットを追加すると、同じデータを使用するため、同じウィジェットのコピーが2つ作成されます。...
公開日: 2024/05/09 18:56
ウィジェット権限を設定する
ウィジェット権限を設定する Liferayのすべてのウィジェットは、Liferayの強固できめ細かい権限システムをサポートしています。 一部の上位レベルの権限は、ウィジェットの構成ダイアログボックスの権限タブで構成できます。 ウィジェットの オプション アイコン(Options)を選択し、 [Permissions] を選択します。 これにより、ロールの表が表示されます。 ...
公開日: 2024/05/09 18:56
ウィジェットを他のサイトと共有する
ウィジェットを他のサイトと共有する Facebook、OpenSocial、Netvibesなど、お客様のサイトで動作しているウィジェットのインスタンスを他のWebサイトに埋め込むことで、他のサイトとウィジェットを共有することができます。 これにより、他の方法では得られなかった、まったく新しいWebサイトへの露出の道が開かれます。 ...
公開日: 2024/05/09 18:57
ミニカートフラグメントの使用
ミニカートフラグメントの使用 liferay DXP 7.4 U69+/GA69+ ミニカートのフラグメントは、カートの詳細な概要を提供します。 商品数量の増減、商品の削除、チェックアウトのためのカート投入、商品の検索とカートへの迅速な追加が可能です。 このフラグメントを正しく動作させるには、 カタログ 、 オープンカート 、 チェックアウト ページが必要です。 ...
公開日: 2024/11/22 22:46
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
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

Capabilities

Product

Education

Contact Us

Connect

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