Search Results

Capability
Feature
Deployment Approach
ビジネスロジックの実装
ビジネスロジックの実装 ビジネスロジックとは、ビジネスニーズを満たすためにアプリケーションがシステム内でどのように動作するかを決定するルールとプロセスを指す。 ビジネスロジックを効果的に実装することで、業務を合理化し、効率を向上させ、組織全体の一貫性を促進することができます。 例を挙げよう、 フィールドの検証 データアクセスの管理 ワークフローの定義 通知の自動化 検証...
公開日: 2024/05/09 18:47
承認ワークフローの追加
承認ワークフローの追加 applicationStateフィールドを追加した後、Delectable Bonsaiはアプリケーションに加えられた変更をレビューし、承認するためのワークフローを実装したい。 現在、アプリケーションのすべての更新は、選択された状態に関係なく、自動的に承認される。 Delectable...
公開日: 2024/05/09 18:47
通知アクションの追加
通知アクションの追加 デレクタブル・ボンサイは、新しいアプリケーションの認知度を向上させたいと考えている。 また、申請者の更新を自動化し、申請が受理、承認、拒否されたときに通知することも望んでいる。 ここでは、これらの通知アクションをDistributor Applicationオブジェクトに追加します。 ディストリビューター・アプリケーション・オブジェクトに通知アクションを追加します。 ...
公開日: 2024/05/09 18:47
ディストリビューター申請用通知テンプレートの追加
ディストリビューター申請用通知テンプレートの追加 現時点では、Delectable Bonsaiのディストリビューターアプリケーションには、エントリーイベントの自動通知はありません。 つまり、管理者は新しい応募を知るためにオブジェクトをチェックし、応募者に応募状況を手動で知らせなければならない。 この戦略は拡張性がなく、人為的ミスの余地を残すため、機会損失やユーザー体験の低下を招く。 ...
公開日: 2024/05/09 18:47
状態フィールドの定義
状態フィールドの定義 Delectable Bonsaiは、アプリケーションの進行状況を追跡し、追加のビジネス・ロジックをトリガーするためのカスタム・ステート・フィールドを定義したいと考えています。 ここでは、これらの状態を定義するピックリストを追加し、それをディストリビューター・アプリケーション・オブジェクトの状態フィールドに使用し、状態フィールドのフローを管理します。 ...
公開日: 2024/05/09 18:47
データ構造のモデリング
データ構造のモデリング アプリケーションを書く最初のステップは、そのデータ構造をモデル化することだ。 そのためには、書きたいアプリケーションについてブレインストーミングをする必要がある: 保存し、操作したいデータ・エンティティの種類を特定する。 エンティティの各タイプに属性を追加する エンティティ・タイプ間の関係の定義 データ・エンティティの特定...
公開日: 2024/05/09 18:47
ディストリビューター・アプリケーションにカスタムレイアウトとカスタムビューを追加する
ディストリビューター・アプリケーションにカスタムレイアウトとカスタムビューを追加する 50以上のフィールドを持つ現在のディストリビューター・アプリケーションのユーザー・インターフェイスは、エントリーの作成と表示にはもはや実行不可能です。 これは、デフォルトの レイアウト と 閲覧数 が、すべてのオブジェクト・フィールドを含み、アルファベット順に表示するためです。...
公開日: 2024/05/09 18:47
REST APIを使ったフィールドの追加
REST APIを使ったフィールドの追加 object-admin サービスは、オブジェクト定義に対してフィールドの追加などの CRUD 操作を行うための REST API を提供する。 ここでは、これらのAPIを使用して、Distributor Applicationオブジェクトにビジネスフィールドと信用参照フィールドを追加します。 この練習のためのリソース...
公開日: 2024/05/09 18:47
オブジェクトにピックリスト・フィールドを追加する
オブジェクトにピックリスト・フィールドを追加する ディストリビューター・アプリケーション・オブジェクトにピックリスト・フィールドを追加するには、他のフィールド・タイプと同じ手順を踏みますが、いくつかの追加設定オプションがあります。 [グローバルメニュー](Global Menu)を開き、 [コントロールパネル] タブに移動して、 [オブジェクト] をクリックします。 ...
公開日: 2024/05/09 18:47
REST APIを使ったピックリストの作成
REST APIを使ったピックリストの作成 headless-admin-list-type サービスはピックリストの CRUD 操作を行うための REST API を提供する。 これらのAPIを使用すると、UIから手動でピックリストを作成するよりもはるかに効率的です。なぜなら、事前に設定されたERCとローカライズされた名前を持つリストとアイテムを、ワンステップで追加できるからです。...
公開日: 2024/05/09 18:47
データ・エンティティの決定
データ・エンティティの決定 ここでは、4つのステップでDistributor Applicationオブジェクトを作成します: ディストリビューター・アプリケーション・オブジェクトの追加 オブジェクトの設定 カスタムフィールドの追加 オブジェクトを公開する Create the Distributor Application object. ...
公開日: 2024/05/09 18:47
アプリケーション評価オブジェクトの設定
アプリケーション評価オブジェクトの設定 デレクタブルボンサイは、申請書を審査する際、ディストリビューターの申請書ごとに評価メモを保管しなければなりません。 これを実現するために、Delectable Bonsai開発チームはアプリケーション評価オブジェクトを作成し、必要なフィールドを追加した。 Import the Application Evaluation object ...
公開日: 2024/05/09 18:47
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...
公開日: 2024/05/09 18:47
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...
公開日: 2024/05/09 18:47
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,...
公開日: 2024/05/09 18:47
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, we will build an enterprise...
公開日: 2024/05/09 18:47
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...
公開日: 2024/05/09 18:47
Clarity's Building Applications Requirements
Clarity's Building Applications Requirements Building custom applications can be a time-consuming and complex process that requires dedicated developer resources. Moreover, modifying...
公開日: 2024/05/09 18:47
Module 11: Performance Tuning
Module 11: Performance Tuning 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...
公開日: 2024/05/09 18:47
Module 12: Troubleshooting
Module 12: Troubleshooting 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...
公開日: 2024/05/09 18:47

Ask

Capabilities

Product

DXP

Contact Us

Connect

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