Capability

Content Management System

Liferay’s Content Management System (CMS) offers user-friendly applications for creating, editing, publishing, and managing your site’s content.

Liferay empowers you to create and manage web content effectively. Easily create web content, upload documents, and leverage a suite of tools to administer and optimize your content. These tools include a user-friendly Content Dashboard UI, built-in Translation capabilities, and Content Performance insights.

Feature
Deployment Approach
Capability
Exporting Packages
Exporting Packages In OSGi, packages are private by default. You must explicitly exporting a package so other modules can import and use them. Here's how to export packages: Open your bnd.bnd...
公開日: 24/11/22 22:50
Importing Packages
Importing Packages You often find yourself in a position of needing functionality provided by another module. To access this functionality, you must import packages from other modules into your...
公開日: 24/11/22 22:50
Module Projects
Module Projects Liferay applications and customizations are OSGi modules: .jar files containing Java code and some extra configuration for publishing and consuming APIs. A module project comprises...
公開日: 24/11/22 22:50
Semantic Versioning
Semantic Versioning Semantic Versioning is a three tiered versioning system for incrementing version numbers based on the degree of API change made in a releasable software component. It's a...
公開日: 24/11/22 22:50
Using an OSGi Service
Using an OSGi Service Liferay APIs are readily available as OSGi services. You can access a service by creating a field of that service type and annotating the field with @Reference, like this: ...
公開日: 24/11/22 22:50
Using the Gogo Shell
Using the Gogo Shell The Gogo shell provides a way to interact with the module framework. Among other things, you can Dynamically install/uninstall bundles (modules) Examine package...
公開日: 24/11/22 22:50
Command Line Gogo Shell
Command Line Gogo Shell If you're in a development environment, you can interact with the module framework locally from the command line. Gogo shell should only be run from the command line in...
公開日: 24/11/22 22:50
7.2 旧バージョンと非互換の変更
7.2 旧バージョンと非互換の変更 このドキュメントは、サードパーティのLiferay開発者またはユーザーとの既存の機能、API、または契約に違反する変更の時系列リストを示しています。 私たちはこれらの混乱を最小限にするために最善を尽くしていますが、時には避けられないこともあります。 このファイルに記載されている変更の種類の一部を次に示します。 削除または置換される機能 ...
公開日: 24/05/09 18:55
Reference
Reference 7.4 Breaking Changes 7.3 Breaking Changes 7.2 Breaking Changes Exported Third-Party Packages Portal Developer Properties
公開日: 24/11/22 22:50
Gogo Shell Commands
Gogo Shell Commands The Gogo shell executes Felix Gogo basic commands and Liferay commands. The Gogo shell is accessible in the Control Panel (recommended) and from the command line. Here are some...
公開日: 24/11/22 22:50
7.3 旧バージョンと非互換の変更
7.3 旧バージョンと非互換の変更 このドキュメントは、サードパーティのLiferay開発者またはユーザーとの既存の機能、API、または契約に違反する変更の時系列リストを示しています。 私たちはこれらの混乱を最小限にするために最善を尽くしていますが、時には避けられないこともあります。 このファイルに記載されている変更の種類の一部を次に示します。 削除または置換される機能 ...
公開日: 24/05/09 18:55
7.4 旧バージョンと非互換の変更
7.4 旧バージョンと非互換の変更 破壊的変更 既存の機能やコード構造を破壊したり、大幅に変更したりする。 最初の四半期リリース(2023 Q3)から始まるLiferay 7.4のすべての変更点です。 製品の変更や改良に伴い、私たちはこうした中断を最小限に抑えるよう最善を尽くしますが、避けられない場合もあります。 Liferay ソースコード の 2023 Q3 以前からの 7.4...
公開日: 24/05/09 18:55
エクスポートされたサードパーティパッケージ
エクスポートされたサードパーティパッケージ Liferayでは、100以上のサードパーティのJavaパッケージを実行時に提供しています。 com.liferay.portal.bootstrapモジュールは、個々のパッケージを明示的に指定したり、 globを使ってパッケージのグループを指定することで、パッケージをエクスポートします。 例えば、 7.3.4-ga5...
公開日: 24/05/09 18:55
Portal Developer Properties
Portal Developer Properties There are Portal Properties that facilitate development. Liferay's portal-developer.properties file includes all of them. The portal-developer.properties file is enabled...
公開日: 24/11/22 22:50
Marketplace
Marketplace Liferay's new Marketplace is a platform where you find, download, and share apps. It comes with a revamped UI and also supports Liferay SaaS. To access the new Marketplace, go to...
公開日: 24/08/16 15:45
Become a Publisher
Become a Publisher To publish apps and solutions on the Marketplace, you must have a Liferay account with additional publisher permissions. It is free to become a publisher, but you must submit a...
公開日: 24/08/16 15:45
Liferay Labs
Liferay Labs Liferay Labs is an innovation hub within Liferay Marketplace dedicated to exploring newer technologies and developing experimental features. It provides a wide range of useful...
公開日: 25/01/07 16:36
Provisioning DXP Apps
Provisioning DXP Apps Free apps can be downloaded, deployed to Liferay DXP, and used immediately without deploying a license. Paid apps have trial, developer, or standard licenses based on the...
公開日: 24/11/08 15:11
Publishing Apps in Marketplace
Publishing Apps in Marketplace The Liferay Marketplace contains both Cloud apps (for Liferay SaaS, PaaS, and self-hosted) and DXP apps (for Liferay PaaS and Liferay Self-Hosted). As a publisher,...
公開日: 24/08/16 15:45
ビジネスロジックの実装
ビジネスロジックの実装 ビジネスロジックとは、ビジネスニーズを満たすためにアプリケーションがシステム内でどのように動作するかを決定するルールとプロセスを指す。 ビジネスロジックを効果的に実装することで、業務を合理化し、効率を向上させ、組織全体の一貫性を促進することができます。 例を挙げよう、 フィールドの検証 データアクセスの管理 ワークフローの定義 通知の自動化 検証...
公開日: 24/10/22 17:15
通知アクションの追加
通知アクションの追加 デレクタブル・ボンサイは、新しいアプリケーションの認知度を向上させたいと考えている。 また、申請者の更新を自動化し、申請が受理、承認、拒否されたときに通知することも望んでいる。 ここでは、これらの通知アクションをDistributor Applicationオブジェクトに追加します。 ディストリビューター・アプリケーション・オブジェクトに通知アクションを追加します。 ...
公開日: 24/10/22 17:15
ディストリビューター申請用通知テンプレートの追加
ディストリビューター申請用通知テンプレートの追加 現時点では、Delectable Bonsaiのディストリビューターアプリケーションには、エントリーイベントの自動通知はありません。 つまり、管理者は新しい応募を知るためにオブジェクトをチェックし、応募者に応募状況を手動で知らせなければならない。 この戦略は拡張性がなく、人為的ミスの余地を残すため、機会損失やユーザー体験の低下を招く。 ...
公開日: 24/10/22 17:15
状態フィールドの定義
状態フィールドの定義 Delectable Bonsaiは、アプリケーションの進行状況を追跡し、追加のビジネス・ロジックをトリガーするためのカスタム・ステート・フィールドを定義したいと考えています。 ここでは、これらの状態を定義するピックリストを追加し、それをディストリビューター・アプリケーション・オブジェクトの状態フィールドに使用し、状態フィールドのフローを管理します。 ...
公開日: 24/10/22 17:16
データへのアクセス管理
データへのアクセス管理 Delectable Bonsaiは、すべての正規ユーザーがディストリビューター申請を行えるようにしたいと考えています。 また、限られた従業員が提出されたすべての申請書を閲覧し、評価に記入できるようにしたいとも考えている。 ここでは、「ユーザー」ロールに基本的な「ディストリビューター申請」権限を割り当て、申請書のレビューを担当する内部ロールを作成します。 ...
公開日: 24/10/22 17:16
カスタムレイアウトにリレーションシップを追加する
カスタムレイアウトにリレーションシップを追加する リレーションシップ・フィールドはオブジェクトのデフォルト・レイアウトに自動的に表示されますが、リレーションシップ・テーブルは表示されません。 リレーションシップをテストするには、Distributor Applicationのカスタムレイアウトを更新し、リレーションシップテーブルを含めます。 ...
公開日: 24/10/22 17:16
ディストリビューター・アプリケーション用のピックリストの作成
ディストリビューター・アプリケーション用のピックリストの作成 Delectable Bonsaiは、各ビジネスチャンスの相対的な価値を評価するための情報を収集したいと考えている。 この場合、応募者にあらかじめ定義された選択肢から選んでもらうことを望んでいる。 これはLiferayのピックリストを使うことで実現できます。 ...
公開日: 24/10/22 17:16
REST APIを使ったピックリストの作成
REST APIを使ったピックリストの作成 headless-admin-list-type サービスはピックリストの CRUD 操作を行うための REST API を提供する。 これらのAPIを使用すると、UIから手動でピックリストを作成するよりもはるかに効率的です。なぜなら、事前に設定されたERCとローカライズされた名前を持つリストとアイテムを、ワンステップで追加できるからです。...
公開日: 24/10/22 17:16
データ・エンティティの決定
データ・エンティティの決定 ここでは、4つのステップでDistributor Applicationオブジェクトを作成します: ディストリビューター・アプリケーション・オブジェクトの追加 オブジェクトの設定 カスタムフィールドの追加 オブジェクトを公開する Create the Distributor Application object. ...
公開日: 24/10/22 17:16
Setting Up Clarity's Distributor Solution
Setting Up Clarity's Distributor Solution Clarity's development team has been working on implementing their distributor onboarding solution. In addition to using objects and client extensions, they...
公開日: 24/10/22 17:16
Modeling and Managing Data Structures
Modeling and Managing Data Structures Objects are the foundation of building low-code solutions with Liferay. With objects, you can model data structures and implement business logic for those...
公開日: 24/10/22 17:16
Understanding Liferay Customization
Understanding Liferay Customization Liferay DXP is a robust platform for customizing digital experiences. While traditional development approaches involve extensive coding and deployment, Liferay...
公開日: 24/10/22 17:16
Module 2: Deploying Liferay
Module 2: Deploying Liferay This module was presented using slides for a live webinar audience. The formatting, presentation, and examples may differ from what is presented here as part of the...
公開日: 24/10/22 17:16
Understanding Liferay Authorization and User Management
Understanding Liferay Authorization and User Management So far we've seen how Clarity Vision Solutions can authenticate and manage users with SSO services. Next we'll shift our focus to...
公開日: 24/10/22 17:16
Using Third-Party Services for Authentication and SSO
Using Third-Party Services for Authentication and SSO As previously mentioned, using Liferay for authentication is not recommended for production environments. While Liferay instances begin with...
公開日: 24/10/22 17:16
Module 5: Site Building
Module 5: Site Building This module was presented using slides for a live webinar audience. The formatting, presentation, and examples may differ from what is presented here as part of the course....
公開日: 24/10/22 17:16
Adding Pages to Clarity's Site
Adding Pages to Clarity's Site Pages are the fundamental building blocks of website structures. Each page is a canvas for designing engaging layouts with content (e.g., text, images, videos) and...
公開日: 24/10/22 17:16
アカウント作成の自動化
アカウント作成の自動化 オンボーディングフローを完成させるために、Delectable Bonsaiは、マネージャーが承認されたアプリケーションのビジネスアカウントを簡単に作成できるようにしたいと考えている。 各アカウントは、アプリケーションの名前( businessName )にちなんで命名され、申請者は、アカウント管理者の役割を持つアカウントに自動的に割り当てられる必要があります。...
公開日: 24/10/22 17:15
ディストリビューター・アプリケーションにカスタムレイアウトとカスタムビューを追加する
ディストリビューター・アプリケーションにカスタムレイアウトとカスタムビューを追加する 50以上のフィールドを持つ現在のディストリビューター・アプリケーションのユーザー・インターフェイスは、エントリーの作成と表示にはもはや実行不可能です。 これは、デフォルトの レイアウト と 閲覧数 が、すべてのオブジェクト・フィールドを含み、アルファベット順に表示するためです。...
公開日: 24/10/22 17:16
オブジェクト・エントリーの関係
オブジェクト・エントリーの関係 オブジェクトのリレーションシップを定義した後、Liferay UIとリレーションシップREST APIの2つの方法でエントリをリレーションすることができます。 ここでは、UIを介して評価とアプリケーションを関連付ける練習をする。 テストデータの追加 この演習のリソースをダウンロードし、解凍してください : curl...
公開日: 24/10/22 17:16
アプリケーション評価オブジェクトの設定
アプリケーション評価オブジェクトの設定 デレクタブルボンサイは、申請書を審査する際、ディストリビューターの申請書ごとに評価メモを保管しなければなりません。 これを実現するために、Delectable Bonsai開発チームはアプリケーション評価オブジェクトを作成し、必要なフィールドを追加した。 Import the Application Evaluation object ...
公開日: 24/10/22 17:16
Building Enterprise Websites with Liferay
Building Enterprise Websites with Liferay In today's digital market, businesses need to provide users with engaging, personalized online experiences that distinguish their brand and drive...
公開日: 24/10/22 17:16
Conclusion
Conclusion Congratulations! You have completed the Building Enterprise Websites with Liferay course and now have a comprehensive understanding of how to work with Liferay DXP and its features to...
公開日: 24/10/22 17:16
Module 1: Getting Started with Clarity
Module 1: Getting Started with Clarity This module was presented using slides for a live webinar audience. The formatting, presentation, and examples may differ from what is presented here as part...
公開日: 24/10/22 17:16
Building Clarity on Liferay
Building Clarity on Liferay In this course you'll build an enterprise marketing website for Clarity following both business and IT personas. Throughout this course, you'll help build an...
公開日: 24/10/22 17:16
承認ワークフローの追加
承認ワークフローの追加 applicationStateフィールドを追加した後、Delectable Bonsaiはアプリケーションに加えられた変更をレビューし、承認するためのワークフローを実装したい。 現在、アプリケーションのすべての更新は、選択された状態に関係なく、自動的に承認される。 Delectable...
公開日: 24/10/22 17:15
フィールドの検証
フィールドの検証 これまでのところ、Delectable Bonsaiは、申請者が申請書に有効で一貫性のあるデータを提供していることを確認する方法がありません。 ここでは、Distributor ApplicationのEメール、電話番号、URLフィールドにバリデーションを追加し、データの整合性と一貫性を向上させます。 Eメール、電話番号、URLフィールドのバリデーションを追加しました。 ...
公開日: 24/10/22 17:16
データ構造のモデリング
データ構造のモデリング アプリケーションを書く最初のステップは、そのデータ構造をモデル化することだ。 そのためには、書きたいアプリケーションについてブレインストーミングをする必要がある: 保存し、操作したいデータ・エンティティの種類を特定する。 エンティティの各タイプに属性を追加する エンティティ・タイプ間の関係の定義 データ・エンティティの特定...
公開日: 24/10/22 17:16
オブジェクト定義間にリレーションシップを追加する
オブジェクト定義間にリレーションシップを追加する デレクタブル・ボンサイは、複数の審査に申請書を関連付けなければならない。 これには、Distributor Applicationオブジェクトに1対多のリレーションシップを追加する必要があります。 Distributor Applicationオブジェクトの編集を開始します。 Relationships タブに移動します。 ...
公開日: 24/10/22 17:16
ディストリビューター・アプリケーション・オブジェクトへのフィールドの追加
ディストリビューター・アプリケーション・オブジェクトへのフィールドの追加 ここでは、ディストリビューター申請オブジェクトに一般フィールドを追加し、申請者と連絡先の追加情報を収集します: [グローバルメニュー](Global Menu)を開き、 [コントロールパネル] タブに移動して、 [オブジェクト] をクリックします。 Distributor Application...
公開日: 24/10/22 17:16
REST APIを使ったフィールドの追加
REST APIを使ったフィールドの追加 object-admin サービスは、オブジェクト定義に対してフィールドの追加などの CRUD 操作を行うための REST API を提供する。 ここでは、これらのAPIを使用して、Distributor Applicationオブジェクトにビジネスフィールドと信用参照フィールドを追加します。 この練習のためのリソース...
公開日: 24/10/22 17:16
オブジェクトにピックリスト・フィールドを追加する
オブジェクトにピックリスト・フィールドを追加する ディストリビューター・アプリケーション・オブジェクトにピックリスト・フィールドを追加するには、他のフィールド・タイプと同じ手順を踏みますが、いくつかの追加設定オプションがあります。 [グローバルメニュー](Global Menu)を開き、 [コントロールパネル] タブに移動して、 [オブジェクト] をクリックします。 ...
公開日: 24/10/22 17:16
The Clarity Story
The Clarity Story Clarity's decentralized technical infrastructure and ineffective marketing website have led to inefficiencies, high maintenance costs, and slowing growth. Founded in 2010,...
公開日: 24/10/22 17:16
The Liferay Solution
The Liferay Solution Liferay can centralize and simplify Clarity's IT infrastructure and empower business team members so they can deliver on their critical success factors. Liferay DXP provides...
公開日: 24/10/22 17:16
Module 10: Customizing Liferay DXP
Module 10: Customizing Liferay DXP This module was presented using slides for a live webinar audience. The formatting, presentation, and examples may differ from what is presented here as part of...
公開日: 24/10/22 17:16
Adding Business Logic to Clarity's Solution
Adding Business Logic to Clarity's Solution While you have Clarity's custom distributor onboarding solution up and running, some business logic remains unfinished. In these exercises, you will ...
公開日: 24/10/22 17:16
Clarity's Customization Requirements
Clarity's Customization Requirements Customizing digital platforms can be a time-consuming and complex process that often requires dedicated developer resources. Modifying out-of-the-box behavior...
公開日: 24/10/22 17:16
Customizing Clarity's Front End
Customizing Clarity's Front End Now let's apply what you've learned to make some changes to Clarity's site appearance. Here you'll use frontend client extensions to Modify the current theme CSS...
公開日: 24/10/22 17:16
Designing User Interfaces
Designing User Interfaces Designing user interfaces for applications is integral to creating intuitive and engaging digital experiences. Liferay DXP provides tools for creating dynamic and...
公開日: 24/10/22 17:16
Implementing Business Logic
Implementing Business Logic Business logic refers to the rules and processes that determine how a solution behaves within Liferay DXP. Implementing business logic effectively can streamline...
公開日: 24/10/22 17:16
Clarity's Deployment Requirements
Clarity's Deployment Requirements Choosing the right deployment option is key to the success of any organization's web-based solutions. This choice can significantly impact a solution's...
公開日: 24/10/22 17:16

Capabilities

Product

Education

Contact Us

Connect

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