Search Results

All Results 7014
ソート
Resource Type
Applicable Versions
Deployment Approach
Capability
Feature
最初のサイトの作成
最初のサイトの作成 サイトは、コンテンツを含み、表示するページの集まりである。 この記事では、既存のテンプレートをベースに新しいサイトを作成する手順を説明します。 サイトの作成 新しいコミュニティーサイトを作成するには、次の手順に従います。 [Global Menu] を開き、 コントロールパネル に移動して、 [Sites] を選択します。 ...
はじめに
はじめに Liferay DXPは、Webアプリケーションの構築とデプロイのための、強力なオープンソースのエンタープライズ対応プラットフォームです。 しかし、その能力と機能性ゆえに、何から手をつければいいのかわからなくなることもあります。...
DXPのナビゲート
DXPのナビゲート Liferay DXP のすぐに使えるナビゲーションは、3つの主要なエリアに分かれています: サイトメニュー 、パーソナルメニュー 、グローバルメニュー 。 サイトメニュー 画面左側のDXP サイトメニュー には、現在表示されている特定のサイトを対象としたアクション、コンテンツ、設定が含まれています。 アプリケーションバーの...
Liferay DXP無料ティア
Liferay DXP Free Tier Liferay DXP 2026.Q1+ Liferay DXP Free Tier lets you get hands-on with Liferay DXP without initially purchasing a subscription. It provides the same core platform as an...
APIビルダー
API Builder Liferay DXP 2023.Q4+/Portal GA102+ [Beta Feature](../security-and-administration/administration/configuring-liferay/feature-flags.md#beta-feature-flags) This feature is currently...
サンプルAPIアプリケーションの構築
Building a Sample API Application Liferay DXP 2023.Q4+/Portal GA102+ [Beta Feature](../../security-and-administration/administration/configuring-liferay/feature-flags.md#beta-feature-flags) The...
DXP
DXP 本ページでは、Liferay DXPとLiferay Portalの最新バージョン(7.3と7.4)についてのドキュメントをご紹介しています。 Liferay DXPは、世界中で使用されている商用サポート済みのエンタープライズ対応プラットフォームであり、Liferay Portalの基盤の上に構築されています。 Liferay DXPについて初めて学ぶ方は、...
統合
Integration
Headless API
Headless APIs
アナリティクスクラウドAPI
Analytics Cloud APIs You can use headless APIs to interface with Analytics Cloud. Here are resources to help you understand and integrate these APIs to enhance your ability to manage content.
Dockerイメージから始める
Dockerイメージから始める Liferayの最新バージョンはDocker HubでDockerイメージとして入手可能です。 それらは2つのカテゴリーに分類されます。 Liferay/Portal Liferay/DXP 以下の手順に従って、Liferayの最新リリースをダウンロード、起動し、ツアーを開始してください。 Dockerをお持ちでない場合、 まずはこちらへ:...
データのエクスポート
Exporting Data Various analytics data can be accessed through the sites dashboard and the individuals dashboard. Analytics data can also be fetched and exported using Analytics Cloud's APIs....
認証
Authentication An access token is necessary for making API calls to Liferay Analytics Cloud. Navigate to Settings → APIs to generate an access token. Choose the duration (e.g. 30 days, 6 months, 1...
注文APIの基本
Order API Basics You can manage orders from the Applications menu or with REST APIs. Call the headless-admin-commerce-order services to create and manage orders. Adding an Order Once Liferay is...
倉庫APIの基本
Warehouse API Basics You can manage warehouses from the Applications menu or REST APIs. Call the headless-commerce-admin-inventory services to create and manage warehouses. Adding a Warehouse ...
コマースAPI
Commerce APIs You can use headless APIs to interface with Liferay Commerce features, including products, catalogs, and price lists. Here are resources to help you understand and integrate these...
在庫管理API
Inventory Management APIs Here is a comprehensive resource for understanding and leveraging Liferay’s inventory management APIs.
リソースの種類とストラクチャー
Resource Types and Structure Properties activeIndividualsCount (Number): Number of active individuals belonging to the account. dateCreated (Date): Date the account was created in the system. ...
データのクエリ
Querying Data The root endpoint of Liferay Analytics Cloud is . You can get the list of all data types endpoints by requesting a GET to the above URL. Try with curl curl -i -L -H "Authorization:...
注文管理API
Order Management APIs Here is a comprehensive resource for understanding and leveraging Liferay’s order management APIs.
用語APIの基本
Term API Basics You can manage terms and conditions from the Applications menu or with REST APIs. Use the /terms endpoint from headless-admin-commerce-order to create and manage terms and...
注文タイプAPIの基本
Order Type API Basics You can manage order types from the Applications menu or with REST APIs. Use the /order-types endpoint from headless-admin-commerce-order to create and manage order types. ...
通貨APIの基礎
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...
オプションAPIの基本
Option API Basics You can manage option templates from the Applications menu or with REST APIs. Call the headless-commerce-admin-catalog services to create and manage options. Adding an Option ...
カタログAPIの基本
Catalog API Basics You can manage catalogs from the Applications menu or REST APIs. Call the headless-commerce-admin-catalog services to create and manage catalogs. Adding a Catalog Once Liferay...
価格表APIの基本
Price List API Basics You can manage price lists from the Applications menu or with REST APIs. Call the headless-admin-commerce-pricing services to create and manage price lists. Adding a Price...
割引APIの基本
Discount API Basics You can manage discounts from the Applications menu or with REST APIs. Call the headless-admin-commerce-pricing services to create and manage discounts. Adding a Discount Once...
価格設定API
Pricing APIs Use the Price List and Discount APIs to manage product pricing and discounts in Liferay Commerce programmatically. Below are basic usage examples, including common endpoints and...
製品管理API
Product Management APIs You can invoke the services under headless-commerce-admin-catalog to perform various admin operations related to products. However, if you have a headless storefront, you...
製品APIの基本
Product API Basics You can manage products from the Applications menu, but you can also use Liferay’s REST APIs. Call these services to create and manage products. Adding a Product Then follow...
オプション値APIの基本
Option Value API Basics You can manage option values from the Options application or with REST APIs. Call the headless-commerce-admin-catalog services to create and manage option values. Adding an...
製品API - 複数のSKUを持つ製品の作成
Product API - Creating a Product with Multiple SKUs You can create products with multiple active SKUs using the product API or from the Products application. To create such a product, you must...
掲示板APIの基本
Message Boards API Basics Liferay's Headless Delivery application provides REST services for the Message Boards application. With these services, you can add message board categories, threads, and...
店舗管理の基本
Store Management Basics Here is a comprehensive resource for understanding and leveraging Liferay’s Channel API basics.
コンテンツ管理API
Content Management APIs You can use headless APIs to interface with most types of content in Liferay, including asset libraries, web content, message boards, knowledge base articles, and fragments....
ナレッジベースAPIの基本
Knowledge Base API Basics You can Create Knowledge Base Articles and Manage the Knowledge Base with Liferay's Knowledge Base app, but you can also use Liferay's REST APIs. Call these services to...
ブログAPIの基本
Blog API Basics Liferay's REST APIs provide services for adding, modifying, and deleting blog posts and images. Liferay DXP 2024.Q4+/Portal GA129+ The Blogs API now uses External Reference Codes...
製品配信APIの基本
Product Delivery API Basics Product API Basics covers the admin API used for creating and managing products. To display product data in your storefront, you must use the Product Delivery API. Call...
カテゴリと語彙APIの基本
Categories and Vocabulary API Basics Liferay's REST APIs provide services for Liferay's categories and vocabularies functionality. You can create and edit vocabularies with the API. You can also...
フラグメントAPIの基本
Fragments API Basics [Beta Feature](../../../security-and-administration/administration/configuring-liferay/feature-flags.md#beta-feature-flags) Liferay's headless-admin-fragment module provides...
仕様APIの基本
Specification API Basics You can manage product specifications from the Applications menu or with REST APIs. Call the headless-commerce-admin-catalog services to create and manage specifications. ...
チャネルAPIの基本
Channel API Basics You can manage channels from the Applications menu or with REST APIs. Call the headless-commerce-admin-channel services to create and manage channels. Adding a Channel Once...
アセットライブラリAPIの基本
Asset Libraries API Basics Liferay's REST APIs provide endpoints for creating, retrieving, updating, and deleting asset libraries. Starting with Liferay DXP 2025.Q4, these same endpoints also...
タグAPIの基本
Tags API Basics Liferay's REST APIs provide services for managing tags (referred to as keywords in Liferay's codebase). You can create, edit, and delete tags using the API. Start with an example of...
ウェブコンテンツAPI
Web Content API Here is a comprehensive resource for understanding and leveraging Liferay’s Web Content APIs. It supports the integration and management of web content within applications,...
WebコンテンツAPIの基本
Web Content API Basics Using Liferay DXP REST services, you can create and manage structured content on your site. Structured content refers to web content articles that use a web content structure...
REST API を使用した Web コンテンツ構造とテンプレートの管理
Managing Web Content Structures and Templates by Using the REST API Web content structures define the information included in a web content article. Structures facilitate creating and managing web...
Wiki APIの基本
Wiki API Basics Wiki is deprecated as of Liferay DXP 2024.Q4/Portal GA129. For data continuity, consider transitioning to alternative content management solutions like Liferay Objects or Web...
ドキュメントAPIの基本
Document API Basics Liferay's headless delivery application provides REST services for Documents and Media that add documents and folders, list their information, modify them, delete them, and...
GraphQLを使用したWebコンテンツAPIの基本
Web Content API Basics Using GraphQL Use Liferay DXP GraphQL services to manage web content by creating, retrieving, updating, and deleting structured content on your site. Structured content...
デジタル資産管理API
Digital Asset Management APIs You can use headless APIs to interface with Liferay's documents and media. Here are resources to help you understand and integrate these APIs.
高度なウェブコンテンツAPI
Advanced Web Content API Using the Liferay DXP REST services, you can create and manage your site's structured content. Structured content is web content that uses a web content structure (or...
ドキュメントショートカットAPIの基本
Document Shortcut API Basics Liferay's headless delivery application provides REST services for Documents and Media that add document shortcuts to sites or asset libraries, list their information,...
ドキュメントタイプとメタデータセットAPIの基本
Document Types and Metadata Sets API Basics Liferay DXP 2025.Q1+/Portal GA132+ Liferay's headless delivery application provides REST services for Documents and Media that add document types and...
Captcha APIの基本
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...
LiferayセキュリティAPI
Liferay Security APIs You can use headless APIs to interface with important Liferay security features, including CAPTCHA configurations and SCIM. Here are resources to help you understand and...
ポートレットのID
Portlet IDs Below is a listing of the portlet IDs for the default portlets in Liferay DXP. You can use these IDs to embed portlets in your theme's sitemap. Collaboration PortletID...
データフレームワーク
Data Frameworks
サーブレット
Servlets
非同期メッセージングの使用
Using Asynchronous Messaging Message Bus's asynchronous option provides fire and forget behavior; send a message and continue processing without waiting for a response. An asynchronous message is...

該当件数: 8,808 件中 7,921 - 7,980