Search Results

Official Documentation 1882
ソート
Resource Type
Deployment Approach
Capability
Feature
サイトテンプレートの伝播の設定(Liferay DXP 2025.Q4およびそれ以前のバージョン向け)
Configuring Site Template Propagation (for Liferay DXP 2025.Q4 and Earlier Versions) Liferay 7.4 U23/GA23 - Liferay DXP 2025.Q4 Site template propagation is no longer available as of Liferay DXP...
サイトテンプレートの作成
Creating Site Templates With site templates, you can design and configure templates for creating sites. Each template is built using the same tools as sites. Site templates are primarily intended...
サイトテンプレートのエクスポート/インポート
Exporting/Importing Site Templates You can export and import site templates to share them between Liferay installations. Exporting Individual Site Templates Open the Global Menu (Global Menu),...
サイトテンプレートにおけるフレンドリーURLの競合の処理
Handling Friendly URL Conflicts in Site Templates Currently, this feature is behind a beta feature flag (LPS-174417). Read Beta Feature Flags for more information. Liferay doesn't allow...
テンプレート変更の伝播(Liferay DXP 2025.Q4およびそれ以前のバージョン向け)
Propagating Template Changes (for Liferay DXP 2025.Q4 and Earlier Versions) In Liferay version 2025.Q4 and earlier, you can enable site template propagation to propagate template changes to...
Liferay開発への貢献
Contributing to Liferay Development You can contribute to Liferay DXP by opening a pull request against the liferay-portal repository on GitHub. This section covers the two common contribution...
service.propertiesの設定
Configuring service.properties Service Builder generates a service.properties file in your *-service module's src/main/resources folder. Liferay uses this file's properties to alter your service's...
エンティティの定義
Defining Entities Entities are the heart and soul of a service. They represent the map between the model objects in Java and your database fields and tables. Service Builder automatically maps your...
グローバルサービスオプションの構成
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...
エンティティ列の定義
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...
サービスビルダーを使用したビジネスロジック
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...
Service Builderを外部データベースに接続する
Connecting Service Builder to an External Database Service builder creates the necessary tables for the service in the lportal database with all other data used by Liferay. If you want to store the...
モデルヒントの追加
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....
エンティティファインダーメソッドの定義
Defining Entity Finder Methods Finder methods retrieve entity objects from the database based on specified parameters. For each finder defined, Service Builder generates several methods to fetch,...
モデルコード、永続性コード、およびサービスコードの生成
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...
生成されたクラスの理解と拡張
Understanding and Extending Generated Classes Service Builder generates both tables for your entity and model, persistence, and service classes for it. Here you'll examine generated classes for an...
マルチスレッド処理
Multithreading Process Liferay DXP 7.4 U10+ or Liferay Portal 7.4 GA14+ Your Upgrade Processes may involve making complex changes to large data sets. If performance is critical, use the...
アップグレードプロセスの使用
Using Upgrade Processes Liferay DXP 7.4 U10+/Portal 7.4 GA14+ An upgrade of your application may require making changes to your database tables. Liferay's upgrade framework makes it easy to make...
Webアプリケーションの開発
Developing a Web Application
Using Bean Portlet
Using Bean Portlet Portlet 3.0, the JSR 362 standard, features a style of portlet development called Bean Portlets that use Contexts and Dependency Injection (CDI). Bean Portlets fully leverage all...

該当件数: 1,882 件中 521 - 540