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
ディストリビューター申請用の表示ページの作成
ディストリビューター申請用の表示ページの作成 公開オブジェクトはInfoフレームワークと統合されているため、表示ページテンプレートのコンテンツタイプとして選択することができます。...
公開日: 24/10/22 17:15
ディストリビューター・アプリケーション・ページ用のフラグメントのインポート
ディストリビューター・アプリケーション・ページ用のフラグメントのインポート パブリッシュされたオブジェクトはLiferayのコアフレームワークと統合されているので、フォームフラグメントやコレクションディスプレイフラグメントなどのオブジェクトエントリーにページフラグメントをマッピングすることができます。...
公開日: 24/10/22 17:15
ビジネスロジックの実装
ビジネスロジックの実装 ビジネスロジックとは、ビジネスニーズを満たすためにアプリケーションがシステム内でどのように動作するかを決定するルールとプロセスを指す。 ビジネスロジックを効果的に実装することで、業務を合理化し、効率を向上させ、組織全体の一貫性を促進することができます。 例を挙げよう、 フィールドの検証 データアクセスの管理 ワークフローの定義 通知の自動化 検証...
公開日: 24/10/22 17:15
承認ワークフローの追加
承認ワークフローの追加 applicationStateフィールドを追加した後、Delectable Bonsaiはアプリケーションに加えられた変更をレビューし、承認するためのワークフローを実装したい。 現在、アプリケーションのすべての更新は、選択された状態に関係なく、自動的に承認される。 Delectable...
公開日: 24/10/22 17:15
通知アクションの追加
通知アクションの追加 デレクタブル・ボンサイは、新しいアプリケーションの認知度を向上させたいと考えている。 また、申請者の更新を自動化し、申請が受理、承認、拒否されたときに通知することも望んでいる。 ここでは、これらの通知アクションをDistributor Applicationオブジェクトに追加します。 ディストリビューター・アプリケーション・オブジェクトに通知アクションを追加します。 ...
公開日: 24/10/22 17:15
データ構造のモデリング
データ構造のモデリング アプリケーションを書く最初のステップは、そのデータ構造をモデル化することだ。 そのためには、書きたいアプリケーションについてブレインストーミングをする必要がある: 保存し、操作したいデータ・エンティティの種類を特定する。 エンティティの各タイプに属性を追加する エンティティ・タイプ間の関係の定義 データ・エンティティの特定...
公開日: 24/10/22 17:16
ディストリビューター・アプリケーションにカスタムレイアウトとカスタムビューを追加する
ディストリビューター・アプリケーションにカスタムレイアウトとカスタムビューを追加する 50以上のフィールドを持つ現在のディストリビューター・アプリケーションのユーザー・インターフェイスは、エントリーの作成と表示にはもはや実行不可能です。 これは、デフォルトの レイアウト と 閲覧数 が、すべてのオブジェクト・フィールドを含み、アルファベット順に表示するためです。...
公開日: 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を使ったピックリストの作成 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
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
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
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
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
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
Using Clarity's Products as Content
Using Clarity's Products as Content Although they are not yet building an e-commerce storefront, Clarity wants to leverage some Liferay commerce capabilities to create product content. While it is...
公開日: 24/10/22 17:17

Capabilities

Product

Education

Contact Us

Connect

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