Search Results

Capability
Feature
Deployment Approach
アップグレードの基本
アップグレードの基本 Liferayのツールや説明書は、DXPやポータル環境を安全かつ迅速にアップグレードするのに役立ちます。 小さなデータセットを持つ非クラスター環境などは、Dockerイメージを使ってアップグレードすることができます。...
公開日: 2024/05/09 18:52
アップグレードのためのデータベース調整
アップグレードのためのデータベース調整 アップグレードの実行は、本番環境で日常的に実行する場合とは異なる形でデータベースに影響を与えます。 このため、アップグレードプロセスを実行する前にそのプロセス用にデータベースを調整し、アップグレードの完了後に本番環境設定を再適用する必要があります。 ...
公開日: 2024/05/09 18:52
例:ジャーナル記事の中間バージョンの削除
例:ジャーナル記事の中間バージョンの削除 ここでは、ジャーナル記事の中間バージョンを削除する手順とコードサンプルを示します。 スクリプトコンソールでは、JavaまたはGroovyコードを実行して、不要なオブジェクトバージョンを削除できます。 ジャーナル記事の中間バージョンを削除する手順の例を次に示します。 保持する最新バージョンの数を決定します。...
公開日: 2024/05/09 18:52
Liferay Development
Liferay Development Liferay's development platform makes developers faster and more efficient by providing a baseline set of features to build upon. Rather than start from scratch, you can start...
公開日: 2024/05/09 18:52
Building Applications
Building Applications For maximum compatibility with all of Liferay's deployment options, you can combine Liferay's Objects, Client Extensions, and other features and tools to build real-world...
公開日: 2024/05/09 18:52
カスタム開発のアップグレード
カスタム開発のアップグレード この部分は現在作成中です。 最新のLiferay DXP/Portal 7.xバージョンへのカスタムコードの更新は、7.2への更新と同じ方法で行われます。 Liferay Upgrade Planner は、カスタム開発をアップグレードする際に推奨される方法です。...
公開日: 2024/05/09 18:52
Building a Custom Ticketing System
Building a Custom Ticketing System Liferay makes it easy for you to build digital solutions. For example, you can create a custom ticketing application with the styling and features needed for your...
公開日: 2024/05/09 18:52
Defining a Custom Data Schema
Defining a Custom Data Schema The ticketing application requires custom data fields and selections. You use Liferay objects and picklists to define a custom data schema. Creating Custom Picklists...
公開日: 2024/05/09 18:52
Deploying a Custom Application
Deploying a Custom Application You can use a custom element client extension to render a JavaScript application as a widget on a Liferay site page. The application is served by Liferay and...
公開日: 2024/05/09 18:52
Implementing a Documentation Referral System
Implementing a Documentation Referral System The ticketing system can be further enhanced with a documentation referral system. The system searches automatically for relevant documentation based on...
公開日: 2024/05/09 18:52
Ticket Management with Cron Jobs
Ticket Management with Cron Jobs Use Cron jobs to automate managing tickets. For example, have a job to run at a regular schedule to delete any tickets that have a resolution type of duplicate or...
公開日: 2024/05/09 18:52
Applying a Custom Theme
Applying a Custom Theme You can use different front-end client extensions to customize the look and feel of your site. Specifically, theme CSS type client extension can be used as an alternative to...
公開日: 2024/05/09 18:52
Building a Time Off Requester
Building a Time Off Requester Liferay 7.4+ With Liferay Objects, you can build entire applications without writing code or deploying modules. Here, create a Time Off Request application using...
公開日: 2024/05/09 18:52
Asset Framework
Asset Framework The asset framework is behind many of Liferay's most powerful features. It provides tools for displaying and interacting with any type of content and data. For example, if you build...
公開日: 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
Cache
Cache
公開日: 2024/05/09 18:52
Expando
Expando Accessing Custom Fields with Expando
公開日: 2024/05/09 18:52
Data Frameworks
Data Frameworks
公開日: 2024/05/09 18:52
Data Scopes
Data Scopes
公開日: 2024/05/09 18:52
Adding Model Hints
Adding Model Hints Once you've used Service Builder to define model entities, you may want to refine how users enter that data. Model hints specify entity data restrictions and other formatting....
公開日: 2024/05/09 18:52
Configuring Global Service Options
Configuring Global Service Options A service's global options apply to all its entities. Here are the options: Dependency Injector Package path Multiversion concurrency control Namespace...
公開日: 2024/05/09 18:52
Accessing Custom Fields With Expandos
Accessing Custom Fields With Expandos When you need additional fields in your application, you can always add them in your service model definition and re-run Service Builder. This adds new columns...
公開日: 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
Service Builder
Service Builder An application without reliable business logic or persistence isn't much of an application at all. Unfortunately, writing your own persistence code often takes a great deal of time....
公開日: 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
Defining Entity Columns
Defining Entity Columns An entity's columns represent its attributes. These attributes map table fields to Java object fields. Here you'll examine the sample project from Understanding and...
公開日: 2024/05/09 18:52
Defining Entity Relationships
Defining Entity Relationships Relationships between database entities or Java objects are necessary for most applications. Take Liferay's Message Boards application as an example. Each Message...
公開日: 2024/05/09 18:52
Modifying Database Fields in Development
Modifying Database Fields in Development As you develop an application, you might need to add fields to your database. This is a normal process of iterative development: you get an idea for a new...
公開日: 2024/05/09 18:52
Service Builder Basics
Service Builder Basics Using Service Builder helps you learn it. You'll use it to learn the basics: Generating Model, Persistence, and Service Code: Define a basic model, generate code from it,...
公開日: 2024/05/09 18:52
Upgrading Data Schemas
Upgrading Data Schemas When you upgrade Liferay, you might run into incompatibility issues with your custom modules' data schemas. There are three ways you can resolve these issues: You can run...
公開日: 2024/05/09 18:52
Developing a Java Web Application
Developing a Java Web Application
公開日: 2024/05/09 18:53
Reference
Reference
公開日: 2024/05/09 18:53
Sorting Entity Instances
Sorting Entity Instances Often, you want to retrieve multiple instances of a given entity and list them in a particular order. The service.xml file lets you specify the default order of your...
公開日: 2024/05/09 18:52
Generating Model, Persistence, and Service Code
Generating Model, Persistence, and Service Code Service Builder makes it easy to define models and generate model, persistence, and service code for them. You'll experience this by defining a model...
公開日: 2024/05/09 18:52
ウィジェットテンプレートを使用したウィジェットのスタイル設定
ウィジェットテンプレートを使用したウィジェットのスタイル設定 Asset Publisher や Media Gallery など、すぐに使えるウィジェットの外観や機能をカスタマイズするために、ウィジェットテンプレートを使用することができます。 ウィジェットテンプレートの作成 サイトメニュー Site Menuから、「デザイン」「 → テンプレート」「」をクリックします。 ...
公開日: 2024/05/09 18:57
コレクションプロバイダー
コレクションプロバイダー コレクションプロバイダは、ページに表示するアイテムをコレクションにグループ化します。 また、情報フレームワークを使ってアイテムを必要なコレクションにグループ化することもできます。 items_という用語は、商品やカテゴリーなどのコンテンツ以上のものを指すことができ、それらは現在のサイトやLiferayインスタンスの外に配置することができます。 ...
公開日: 2024/05/09 18:57
シミュレーションパネルの使用
シミュレーションパネルの使用 利用可能 Liferay DXP 2023.Q4+/Portal GA102+ さまざまなシナリオをシミュレートすることで、ページの応答性を検証できます。 Liferayでは、シミュレーションパネルを使って、異なる スクリーンサイズ をシミュレートし、利用可能な セグメント に向けた ページコンテンツ と組み合わせたり、異なる エクスペリエンス...
公開日: 2024/05/09 18:57
エクスペリエンスのパーソナライゼーション
エクスペリエンスのパーソナライゼーション
公開日: 2024/05/09 18:57
エクスペリエンスの作成と管理
エクスペリエンスの作成と管理 liferay 7.4+、7.3 FP1+、7.2 FP11+。 エクスペリエンス*を使用して、ユーザーグループごとにコンテンツページをカスタマイズできます。 コンテンツページのパーソナライゼーション を参照し、エクスペリエンスがサイトのパーソナライゼーションにどのように貢献できるかを学んでください。 エクスペリエンスの作成 ...
公開日: 2024/05/09 18:57
Personalizing Collections
Personalizing Collections Liferay Portal 7.3 GA6 / DXP 7.3+ デフォルトでは、どのユーザーもコレクションのすべてのコンテンツを見ることができ、誰でもパーソナライズされたバリエーションの一部となります。 しかし、 セグメント を使って、コレクションのアイテムのパーソナライズされたバリエーションを作ることができる。...
公開日: 2024/05/09 18:57
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
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
Data Sets
Data Sets Liferay DXP 2024.Q1+/Portal GA112+ Currently, this feature is behind a release feature flag (LPS-164563). Data sets are like virtual containers that help organize and manage related...
公開日: 2024/05/09 18:54
Deleting Objects
Deleting Objects Liferay 7.4 U26+/GA26+ You can delete draft and published object definitions. Deleting a definition removes its associated data, including the stored entries for published...
公開日: 2024/05/09 18:54
Exporting and Importing Object Definitions
Exporting and Importing Object Definitions Liferay 7.4 U68+/GA68+ You can export and import object definitions as .json files. These files include the definition's complete schema (e.g.,...
公開日: 2024/05/09 18:54
Localizing Object Definitions and Entries
Localizing Object Definitions and Entries Liferay DXP 2023.Q3+/Portal GA92+ Liferay objects are integrated with the localization framework, so you can add translations for definition labels, and...
公開日: 2024/05/09 18:54
Managing Objects with Headless APIs
Managing Objects with Headless APIs Liferay 7.4+ You can create and manage objects from the Applications menu, but you can also use Liferay's REST APIs. Call these services to create and manage...
公開日: 2024/05/09 18:54
Adding Field Validations
Adding Field Validations Liferay DXP 2023.Q3+/Portal GA92+ Validations set rules for determining valid field entries. Each validation has its own trigger, conditions, and error message, which you...
公開日: 2024/05/09 18:54
Workflow Definition Link API Basics
Workflow Definition Link API Basics Liferay DXP 2025.Q1+/Portal GA132+ You can manage workflow definition links from the Liferay UI or using Liferay's REST APIs. In Liferay, the Control Panel →...
公開日: 2025/02/19 12:28
フラグメントの使用
フラグメントの使用 ページ・フラグメントは、 コンテンツ・ページ と、それらに関連するテンプレート(すなわち、 マスター、 ページ、 表示ページ)を構築するための、拡張可能で再利用可能なドラッグ・アンド・ドロップ要素です。 HTML、CSS、JavaScriptを使用して構築され、ページに構造と機能の両方を提供することができます。 フラグメントを使ってコンテンツページやテンプレートを構築 ...
公開日: 2024/05/09 18:56
Exporting and Importing Fragments
Exporting and Importing Fragments Export fragments from one environment and import them into another to move content, replicate setups, share fragment collections, or back up custom work. ...
公開日: 2025/06/02 18:31
フラグメントの管理
フラグメントの管理 Liferay DXPはLiferay UIでフラグメントを管理するためのツールを提供します。 すぐに使えるツールで、フラグメントコードをすばやく編集したり、サイト間でフラグメントセットをエクスポート/インポートしたりできます。 フラグメントやセットをサイト間で共有するには、グローバル・サイトに追加するか、エクスポート/インポート・アクションを使用します。 ...
公開日: 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
ページ権限の更新
ページ権限の更新 デフォルトでは、ユーザーがサイトに参加すると、そのサイトのすべてのページを見ることができます。 ただし、ユーザー ロールに基づいてアクセスを制限するために、個々のページに対してパーミッションを設定することができます。 個々のページのパーミッションは、サイトレベルの設定よりも優先されます。 以下の手順に従って、ページのパーミッションを更新してください: Site...
公開日: 2024/05/09 18:57
コンテンツページへの要素の追加
コンテンツページへの要素の追加 コンテンツページを作成したら、ウィジェットとフラグメントを追加して、ページのコンテンツと構造を定義することができます。 要素を追加する、 コンテンツページに移動し、 Edit( Edit Button ) をクリックします。 これにより、 コンテンツページエディタが開きます。 Fragments and Widgets( Fragments and...
公開日: 2024/05/09 18:57
フラグメント設定タイプのリファレンス
フラグメント設定タイプのリファレンス このリファレンスには、フラグメントに使用可能な構成タイプがリストされています。 フラグメントを設定可能にする方法については、 フラグメントへの構成オプションの追加 を参照してください。 以下は実装できる構成可能なフラグメントタイプです。 text select checkbox colorPicker (Liferay 7.4+...
公開日: 2024/05/09 18:57
コレクションの表示
コレクションの表示 liferay Portal 7.4 GA6+、DXP 7.3 GA1+。 コレクションを表示するには、コレクションページ、またはコレクション表示フラグメントを追加します。 これらの表示オプションの詳細については、 コレクションとコレクション・ページについて を参照してください。 デフォルトでは、どのユーザーもコレクションのコンテンツを見ることができます。 しかし、...
公開日: 2024/05/09 18:57
変更の作成と公開
変更の作成と公開 Liferay 7.3+ パブリケーションは、Liferayインスタンスへの変更を管理するための便利な方法を提供します。 パブリケーションを使用すると、あなたとあなたのチームは、'パブリケーション'と呼ばれる変更のブロックを作成して共同作業できます。 その後、準備ができたら、これらの変更を本番環境に公開できます。 ...
公開日: 2024/05/09 18:58
ページについて
ページについて
公開日: 2024/11/22 22:51
スタイルブックを使用してサイトの外観を標準化する
スタイルブックを使用してサイトの外観を標準化する 7.3+で利用可能 スタイル・ブック とは、ページ全体で一貫した体験を提供するために、サイトに適用される視覚的なルールのセットです。 これらのルールによって、要素(ウィジェットなど)間の間隔、色、フォントなど、サイトのさまざまな視覚的設定が決定まります。 これらの各設定は、スタイルブックを使用するすべてのページに等しく適用されます。 ...
公開日: 2024/05/09 18:58

Capabilities

Product

Education

Contact Us

Connect

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