CmsListTrait

[ 共通管理画面一覧用トレイト ]

package

Default

Methods

CMS管理画面の一覧データを取得する

getCommonCmsList(array $condition, string $org_cd = "", string $role_cd = "") : mixed
throws

Arguments

$condition

array

検索・結合条件

$org_cd

string

組織コード

$role_cd

string

役割コード

Response

mixed

一覧データ

キーワード検索対象のフィールドを返す

getKeywordSearchTarget() : array
abstract

Response

array

キーワード検索対象のフィールド(エイリアス指定必要)のリスト

一覧検索条件等を設定する

makeConditon(string $domain_cd, string $org_cd = '', string $role_cd = '', array $condition = '') 
abstract

取得カラム、検索条件、結合条件等を設定する

Arguments

$domain_cd

string

ドメインCD

$org_cd

string

組織コード

$role_cd

string

役割コード

$condition

array

検索・結合条件