InitializeTrait

初期データ設定トレイト

package

Default

Methods

DBテーブル作成

createDbTable( $api_url,  $input_data,  $arg = array()) : array

Arguments

$api_url

APIのURL

$input_data

テーブル設定データ

$arg

オーバーライド用のカスタマイズ配列(特殊な分岐等をしたい場合に設定する)

Response

array

API結果

生成処理

createExecApplication( $app_id) : boolean

Arguments

$app_id

アプリID

Response

boolean

成功かどうか

組織データの設定

createInitializeOrganization( $data) : string

Arguments

$data

登録データ

Response

string

組織コード

初期化実行

doInitializeInit() 

アプリケーションのコピーの実行

execAppCopy( $source_app_cd,  $source_app_org_cd,  $app_cd,  $app_nm,  $app_org_cd) : boolean

Arguments

$source_app_cd

コピー元アプリケーションコード

$source_app_org_cd

コピー元組織コード

$app_cd

コピー先アプリケーションコード

$app_nm

コピー先アプリケーション名

$app_org_cd

コピー先組織コード

Response

boolean

成功(true) or 失敗(false)

組織指定のアプリケーションの一括コピーの実行

execAppCopyForOrg( $org_cd,  $source_org_cd,  $app_copy_search_app_cd = '',  $app_copy_replace_app_cd = '',  $app_copy_org_class_flg = '',  $app_copy_create_flg = '') : boolean

Arguments

$org_cd

登録組織コード

$source_org_cd

コピー元組織コード

$app_copy_search_app_cd

コピー元組織コード

$app_copy_replace_app_cd

コピー元組織コード

$app_copy_org_class_flg

組織分類コピーフラグ

$app_copy_create_flg

アプリケーション生成フラグ

Response

boolean

成功(true) or 失敗(false)

アプリケーションコードの変更処理

execInitializeAppCdForEdit( $new_app_cd,  $old_app_cd,  $api_url_batch = '') : array

Arguments

$new_app_cd

新アプリケーションコード

$old_app_cd

旧アプリケーションコード

$api_url_batch

APIURL

Response

array

リターン

アプリケーション関連テーブルの削除処理

execInitializeAppDelete( $app_cd,  $api_url_batch = '') : array

Arguments

$app_cd

アプリケーションコード

$api_url_batch

APIURL

Response

array

リターン

アクセスフォームフィールド用アプリケーション関連テーブルの削除処理

execInitializeAppDeleteForAccessFormField( $app_cd,  $field_cd,  $api_url_batch = '') : array

Arguments

$app_cd

アプリケーションコード

$field_cd

フィールドコード

$api_url_batch

APIURL

Response

array

リターン

アクセスレコード用アプリケーション関連テーブルの削除処理

execInitializeAppDeleteForAccessRecord( $app_cd,  $access_record_cd,  $api_url_batch = '') : array

Arguments

$app_cd

アプリケーションコード

$access_record_cd

アクセスレコードコード

$api_url_batch

APIURL

Response

array

リターン

フォームグループ用アプリケーション関連テーブルの削除処理

execInitializeAppDeleteForFormGroup( $app_cd,  $group_cd,  $api_url_batch = '') : array

Arguments

$app_cd

アプリケーションコード

$group_cd

グループコード

$api_url_batch

APIURL

Response

array

リターン

フォームセット用アプリケーション関連テーブルの削除処理

execInitializeAppDeleteForFormSet( $app_cd,  $group_cd,  $set_cd,  $api_url_batch = '') : array

Arguments

$app_cd

アプリケーションコード

$group_cd

グループコード

$set_cd

セットコード

$api_url_batch

APIURL

Response

array

リターン

ワークフローステータス用アプリケーション関連テーブルの削除処理

execInitializeAppDeleteForWorkflowStatus( $app_cd,  $status_cd,  $api_url_batch = '') : array

Arguments

$app_cd

アプリケーションコード

$status_cd

ステータスコード

$api_url_batch

APIURL

Response

array

リターン

アプリケーションデータの初期登録処理実行

execInitializeApplication( $api_url_batch = '',  $last_application_sort_order_flg = true) : array

Arguments

$api_url_batch

APIURL

$last_application_sort_order_flg

最後に追加するか(true=最後に追加, false=最初に追加)

Response

array

リターン

アプリケーション生成

execInitializeApplicationCreate( $ids = null,  $app_org_cd = null) : integer

Arguments

$ids

作成アプリケーションID配列

$app_org_cd

作成アプリケーション組織コード

Response

integer

作成成功アプリケーション数

アプリケーションフォームフィールドの日付連携項目の編集処理

execInitializeApplicationFormFieldForEdit( $org_cd,  $api_url_batch = '',  $app_cd = '') : array

Arguments

$org_cd

組織コード

$api_url_batch

APIURL

$app_cd

アプリケーションコード

Response

array

リターン

アプリケーションマスタデータの初期登録処理実行

execInitializeApplicationMaster( $api_url_batch = '') : array

Arguments

$api_url_batch

APIURL

Response

array

リターン

組織分類オプションの条件追加処理

execInitializeOrgClassForAdd( $org_cd,  $api_url_batch = '',  $dummy_org_cd = 'dummy_org_cd') : array

Arguments

$org_cd

組織コード

$api_url_batch

APIURL

$dummy_org_cd

変換組織コード

Response

array

リターン

組織分類オプションの条件変更処理

execInitializeOrgClassForEdit( $org_cd,  $api_url_batch = '') : array

Arguments

$org_cd

組織コード

$api_url_batch

APIURL

Response

array

リターン

システム管理マスタ、データベース定義のデータの初期登録処理実行

execInitializeSystemMaster( $api_url_batch = '') : array

Arguments

$api_url_batch

APIURL

Response

array

リターン

共通エラーINI取得

getErrIni( $ini_text,  $fdata) : string

Arguments

$ini_text

エラーチェックINIテキスト

$fdata

アプリケーション設定データ

Response

string

エラーチェックINIテキスト

ファイル選択エラーINI取得

getErrIniForTypeAsset( $ini_text,  $fdata) : string

Arguments

$ini_text

エラーチェックINIテキスト

$fdata

アプリケーション設定データ

Response

string

エラーチェックINIテキスト

カテゴリエラーINI取得

getErrIniForTypeCategory( $ini_text,  $fdata) : string

Arguments

$ini_text

エラーチェックINIテキスト

$fdata

アプリケーション設定データ

Response

string

エラーチェックINIテキスト

チェックボックスエラーINI取得

getErrIniForTypeCheckbox( $ini_text,  $fdata) : string

Arguments

$ini_text

エラーチェックINIテキスト

$fdata

アプリケーション設定データ

Response

string

エラーチェックINIテキスト

カラー選択エラーINI取得

getErrIniForTypeColor( $ini_text,  $fdata) : string

Arguments

$ini_text

エラーチェックINIテキスト

$fdata

アプリケーション設定データ

Response

string

エラーチェックINIテキスト

日付エラーINI取得

getErrIniForTypeDate( $ini_text,  $fdata) : string

Arguments

$ini_text

エラーチェックINIテキスト

$fdata

アプリケーション設定データ

Response

string

エラーチェックINIテキスト

日付~日付エラーINI取得

getErrIniForTypeDate2( $ini_text,  $fdata) : string

Arguments

$ini_text

エラーチェックINIテキスト

$fdata

アプリケーション設定データ

Response

string

エラーチェックINIテキスト

日時エラーINI取得

getErrIniForTypeDatetime( $ini_text,  $fdata) : string

Arguments

$ini_text

エラーチェックINIテキスト

$fdata

アプリケーション設定データ

Response

string

エラーチェックINIテキスト

日時~日時エラーINI取得

getErrIniForTypeDatetime2( $ini_text,  $fdata) : string

Arguments

$ini_text

エラーチェックINIテキスト

$fdata

アプリケーション設定データ

Response

string

エラーチェックINIテキスト

日付:時分~時分エラーINI取得

getErrIniForTypeDatetime2time( $ini_text,  $fdata) : string

Arguments

$ini_text

エラーチェックINIテキスト

$fdata

アプリケーション設定データ

Response

string

エラーチェックINIテキスト

日エラーINI取得

getErrIniForTypeDay( $ini_text,  $fdata) : string

Arguments

$ini_text

エラーチェックINIテキスト

$fdata

アプリケーション設定データ

Response

string

エラーチェックINIテキスト

フロアエラーINI取得

getErrIniForTypeFloor( $ini_text,  $fdata) : string

Arguments

$ini_text

エラーチェックINIテキスト

$fdata

アプリケーション設定データ

Response

string

エラーチェックINIテキスト

時エラーINI取得

getErrIniForTypeHour( $ini_text,  $fdata) : string

Arguments

$ini_text

エラーチェックINIテキスト

$fdata

アプリケーション設定データ

Response

string

エラーチェックINIテキスト

時分エラーINI取得

getErrIniForTypeHourminute( $ini_text,  $fdata) : string

Arguments

$ini_text

エラーチェックINIテキスト

$fdata

アプリケーション設定データ

Response

string

エラーチェックINIテキスト

時分~時分エラーINI取得

getErrIniForTypeHourminute2( $ini_text,  $fdata) : string

Arguments

$ini_text

エラーチェックINIテキスト

$fdata

アプリケーション設定データ

Response

string

エラーチェックINIテキスト

分エラーINI取得

getErrIniForTypeMinute( $ini_text,  $fdata) : string

Arguments

$ini_text

エラーチェックINIテキスト

$fdata

アプリケーション設定データ

Response

string

エラーチェックINIテキスト

モーダル選択エラーINI取得

getErrIniForTypeModal( $ini_text,  $fdata) : string

Arguments

$ini_text

エラーチェックINIテキスト

$fdata

アプリケーション設定データ

Response

string

エラーチェックINIテキスト

月エラーINI取得

getErrIniForTypeMonth( $ini_text,  $fdata) : string

Arguments

$ini_text

エラーチェックINIテキスト

$fdata

アプリケーション設定データ

Response

string

エラーチェックINIテキスト

ラジオボタンエラーINI取得

getErrIniForTypeOptionbutton( $ini_text,  $fdata) : string

Arguments

$ini_text

エラーチェックINIテキスト

$fdata

アプリケーション設定データ

Response

string

エラーチェックINIテキスト

セレクトボックスエラーINI取得

getErrIniForTypeSelectbox( $ini_text,  $fdata) : string

Arguments

$ini_text

エラーチェックINIテキスト

$fdata

アプリケーション設定データ

Response

string

エラーチェックINIテキスト

ステータスエラーINI取得

getErrIniForTypeStatus( $ini_text,  $fdata) : string

Arguments

$ini_text

エラーチェックINIテキスト

$fdata

アプリケーション設定データ

Response

string

エラーチェックINIテキスト

テキストエラーINI取得

getErrIniForTypeText( $ini_text,  $fdata) : string

Arguments

$ini_text

エラーチェックINIテキスト

$fdata

アプリケーション設定データ

Response

string

エラーチェックINIテキスト

テキストエリアエラーINI取得

getErrIniForTypeTextarea( $ini_text,  $fdata) : string

Arguments

$ini_text

エラーチェックINIテキスト

$fdata

アプリケーション設定データ

Response

string

エラーチェックINIテキスト

タイトルエラーINI取得

getErrIniForTypeTitle( $ini_text,  $fdata) : string

Arguments

$ini_text

エラーチェックINIテキスト

$fdata

アプリケーション設定データ

Response

string

エラーチェックINIテキスト

年エラーINI取得

getErrIniForTypeYear( $ini_text,  $fdata) : string

Arguments

$ini_text

エラーチェックINIテキスト

$fdata

アプリケーション設定データ

Response

string

エラーチェックINIテキスト

アプリケーションアクセスマスタデータの取得

getInitializeMCoreApplicationAccessData() : array

Response

array

設定データ

アプリケーションアクセスフォームフィールドマスタデータの取得

getInitializeMCoreApplicationAccessFormFieldData() : array

Response

array

設定データ

アプリケーションアクセスフォームフィールド詳細マスタデータの取得

getInitializeMCoreApplicationAccessFormFieldDetailData() : array

Response

array

設定データ

アプリケーションアクセスフォームフィールド詳細マスタJSONパスの取得

getInitializeMCoreApplicationAccessFormFieldDetailPath() : string

Response

string

JSONファイルPATH

アプリケーションアクセスフォームフィールドマスタJSONパスの取得

getInitializeMCoreApplicationAccessFormFieldPath() : string

Response

string

JSONファイルPATH

アプリケーションアクセスマスタJSONパスの取得

getInitializeMCoreApplicationAccessPath() : string

Response

string

JSONファイルPATH

アプリケーションアクセスレコードマスタデータの取得

getInitializeMCoreApplicationAccessRecordData() : array

Response

array

設定データ

アプリケーションアクセスレコード詳細マスタデータの取得

getInitializeMCoreApplicationAccessRecordDetailData() : array

Response

array

設定データ

アプリケーションアクセスレコード詳細マスタJSONパスの取得

getInitializeMCoreApplicationAccessRecordDetailPath() : string

Response

string

JSONファイルPATH

アプリケーションアクセスレコードマスタJSONパスの取得

getInitializeMCoreApplicationAccessRecordPath() : string

Response

string

JSONファイルPATH

アプリケーション分類マスタデータの取得

getInitializeMCoreApplicationClassData() : array

Response

array

設定データ

アプリケーション分類マスタJSONパスの取得

getInitializeMCoreApplicationClassPath() : string

Response

string

JSONファイルPATH

アプリケーションマスタデータの取得

getInitializeMCoreApplicationData() : array

Response

array

設定データ

アプリケーションフォームフィールドマスタデータの取得

getInitializeMCoreApplicationFormFieldData() : array

Response

array

設定データ

アプリケーションフォームフィールドマスタJSONパスの取得

getInitializeMCoreApplicationFormFieldPath() : string

Response

string

JSONファイルPATH

アプリケーションフォームグループマスタデータの取得

getInitializeMCoreApplicationFormGroupData() : array

Response

array

設定データ

アプリケーションフォームグループマスタJSONパスの取得

getInitializeMCoreApplicationFormGroupPath() : string

Response

string

JSONファイルPATH

アプリケーションフォームセットマスタデータの取得

getInitializeMCoreApplicationFormSetData() : array

Response

array

設定データ

アプリケーションフォームセットマスタJSONパスの取得

getInitializeMCoreApplicationFormSetPath() : string

Response

string

JSONファイルPATH

アプリケーションマスタJSONパスの取得

getInitializeMCoreApplicationPath() : string

Response

string

JSONファイルPATH

アプリケーションリレーションマスタデータの取得

getInitializeMCoreApplicationRelationData() : array

Response

array

設定データ

アプリケーションリレーションマスタJSONパスの取得

getInitializeMCoreApplicationRelationPath() : string

Response

string

JSONファイルPATH

アプリケーションワークフローアクションマスタデータの取得

getInitializeMCoreApplicationWorkflowActionData() : array

Response

array

設定データ

アプリケーションワークフローアクションマスタJSONパスの取得

getInitializeMCoreApplicationWorkflowActionPath() : string

Response

string

JSONファイルPATH

アプリケーションワークフローステータスマスタデータの取得

getInitializeMCoreApplicationWorkflowStatusData() : array

Response

array

設定データ

アプリケーションワークフローステータスマスタJSONパスの取得

getInitializeMCoreApplicationWorkflowStatusPath() : string

Response

string

JSONファイルPATH

ファイル区分マスタデータの取得

getInitializeMCoreAssetTypeData() : array

Response

array

設定データ

ファイル区分マスタJSONパスの取得

getInitializeMCoreAssetTypePath() : string

Response

string

JSONファイルPATH

データベースマスタデータの取得

getInitializeMCoreDBData() : array

Response

array

設定データ

データベースマスタJSONパスの取得

getInitializeMCoreDbPath() : string

Response

string

JSONファイルPATH

ドメイン設定マスタデータの取得

getInitializeMCoreDomainData() : array

Response

array

設定データ

ドメイン設定マスタJSONパスの取得

getInitializeMCoreDomainPath() : string

Response

string

JSONファイルPATH

マスタ区分マスタデータの取得

getInitializeMCoreMasterTypeData() : array

Response

array

設定データ

マスタ区分マスタJSONパスの取得

getInitializeMCoreMasterTypePath() : string

Response

string

JSONファイルPATH

組織分類マスタデータの取得

getInitializeMCoreOrganizationClassData() : array

Response

array

設定データ

組織分類マスタJSONパスの取得

getInitializeMCoreOrganizationClassPath() : string

Response

string

JSONファイルPATH

組織マスタJSONパスの取得

getInitializeMCoreOrganizationPath() : string

Response

string

JSONファイルPATH

プロダクトマスタデータの取得

getInitializeMCoreProductData() : array

Response

array

設定データ

プロダクトマスタJSONパスの取得

getInitializeMCoreProductPath() : string

Response

string

JSONファイルPATH

役割マスタデータの取得

getInitializeMCoreRoleData() : array

Response

array

設定データ

役割マスタJSONパスの取得

getInitializeMCoreRolePath() : string

Response

string

JSONファイルPATH

カテゴリマスタデータの取得

getInitializeMOrgCategoryData() : array

Response

array

設定データ

カテゴリグループマスタデータの取得

getInitializeMOrgCategoryGroupData() : array

Response

array

設定データ

カテゴリグループマスタJSONパスの取得

getInitializeMOrgCategoryGroupPath() : string

Response

string

JSONファイルPATH

カテゴリマスタJSONパスの取得

getInitializeMOrgCategoryPath() : string

Response

string

JSONファイルPATH

項目マスタデータの取得

getInitializeMOrgColumnTypeData() : array

Response

array

設定データ

項目マスタJSONパスの取得

getInitializeMOrgColumnTypePath() : string

Response

string

JSONファイルPATH

項目値マスタデータの取得

getInitializeMOrgColumnValueData() : array

Response

array

設定データ

項目値マスタJSONパスの取得

getInitializeMOrgColumnValuePath() : string

Response

string

JSONファイルPATH

フロアマスタデータの取得

getInitializeMOrgStoreFloorData() : array

Response

array

設定データ

フロアマスタJSONパスの取得

getInitializeMOrgStoreFloorPath() : string

Response

string

JSONファイルPATH

館(エリア)マスタデータの取得

getInitializeMOrgStoreTypeData() : array

Response

array

設定データ

館(エリア)マスタJSONパスの取得

getInitializeMOrgStoreTypePath() : string

Response

string

JSONファイルPATH

組織データの取得

getInitializeOrganizationData( $path) : array

Arguments

$path

設定データPATH

Response

array

組織データ

アプリケーションコード変更

getInitializeReplaceForAppCd( $source_string,  $app_cd_replace_list = array(),  $is_strict = true) : string

Arguments

$source_string

変換前文字列

$app_cd_replace_list

アプリケーションコード変換リスト

$is_strict

ストリクトモード

Response

string

変換後文字列

組織コード変更

getInitializeReplaceForOrgCd( $source_string,  $search_org_cd_list,  $replace_org_cd_list) : string

Arguments

$source_string

変換前文字列

$search_org_cd_list

検索組織コードリスト

$replace_org_cd_list

置換組織コードリスト

Response

string

変換後文字列

アプリケーションアクセスマスタデータの設定

setInitializeMCoreApplicationAccessData( $array_data = null) 

Arguments

$array_data

設定データ

アプリケーションアクセスフォームフィールドマスタデータの設定

setInitializeMCoreApplicationAccessFormFieldData( $array_data = null) 

Arguments

$array_data

設定データ

アプリケーションアクセスフォームフィールド詳細マスタデータの設定

setInitializeMCoreApplicationAccessFormFieldDetailData( $array_data = null) 

Arguments

$array_data

設定データ

アプリケーションアクセスフォームフィールド詳細マスタJSONパスの設定

setInitializeMCoreApplicationAccessFormFieldDetailPath( $path) 

Arguments

$path

JSONファイルPATH

アプリケーションアクセスフォームフィールドマスタJSONパスの設定

setInitializeMCoreApplicationAccessFormFieldPath( $path) 

Arguments

$path

JSONファイルPATH

アプリケーションアクセスマスタJSONパスの設定

setInitializeMCoreApplicationAccessPath( $path) 

Arguments

$path

JSONファイルPATH

アプリケーションアクセスレコードマスタデータの設定

setInitializeMCoreApplicationAccessRecordData( $array_data = null) 

Arguments

$array_data

設定データ

アプリケーションアクセスレコード詳細マスタデータの設定

setInitializeMCoreApplicationAccessRecordDetailData( $array_data = null) 

Arguments

$array_data

設定データ

アプリケーションアクセスレコード詳細マスタJSONパスの設定

setInitializeMCoreApplicationAccessRecordDetailPath( $path) 

Arguments

$path

JSONファイルPATH

アプリケーションアクセスレコードマスタJSONパスの設定

setInitializeMCoreApplicationAccessRecordPath( $path) 

Arguments

$path

JSONファイルPATH

アプリケーション分類マスタデータの設定

setInitializeMCoreApplicationClassData( $array_data = null) 

Arguments

$array_data

設定データ

アプリケーション分類マスタJSONパスの設定

setInitializeMCoreApplicationClassPath( $path) 

Arguments

$path

JSONファイルPATH

アプリケーションマスタデータの設定

setInitializeMCoreApplicationData( $array_data = null) 

Arguments

$array_data

設定データ

アプリケーションフォームフィールドマスタデータの設定

setInitializeMCoreApplicationFormFieldData( $array_data = null) 

Arguments

$array_data

設定データ

アプリケーションフォームフィールドマスタJSONパスの設定

setInitializeMCoreApplicationFormFieldPath( $path) 

Arguments

$path

JSONファイルPATH

アプリケーションフォームグループマスタデータの設定

setInitializeMCoreApplicationFormGroupData( $array_data = null) 

Arguments

$array_data

設定データ

アプリケーションフォームグループマスタJSONパスの設定

setInitializeMCoreApplicationFormGroupPath( $path) 

Arguments

$path

JSONファイルPATH

アプリケーションフォームセットマスタデータの設定

setInitializeMCoreApplicationFormSetData( $array_data = null) 

Arguments

$array_data

設定データ

アプリケーションフォームセットマスタJSONパスの設定

setInitializeMCoreApplicationFormSetPath( $path) 

Arguments

$path

JSONファイルPATH

アプリケーションマスタJSONパスの設定

setInitializeMCoreApplicationPath( $path) 

Arguments

$path

JSONファイルPATH

アプリケーションリレーションマスタデータの設定

setInitializeMCoreApplicationRelationData( $array_data = null) 

Arguments

$array_data

設定データ

アプリケーションリレーションマスタJSONパスの設定

setInitializeMCoreApplicationRelationPath( $path) 

Arguments

$path

JSONファイルPATH

アプリケーションワークフローアクションマスタデータの設定

setInitializeMCoreApplicationWorkflowActionData( $array_data = null) 

Arguments

$array_data

設定データ

アプリケーションワークフローアクションマスタJSONパスの設定

setInitializeMCoreApplicationWorkflowActionPath( $path) 

Arguments

$path

JSONファイルPATH

アプリケーションワークフローステータスマスタデータの設定

setInitializeMCoreApplicationWorkflowStatusData( $array_data = null) 

Arguments

$array_data

設定データ

アプリケーションワークフローステータスマスタJSONパスの設定

setInitializeMCoreApplicationWorkflowStatusPath( $path) 

Arguments

$path

JSONファイルPATH

ファイル区分マスタデータの設定

setInitializeMCoreAssetTypeData( $array_data = null) 

Arguments

$array_data

設定データ

ファイル区分マスタJSONパスの設定

setInitializeMCoreAssetTypePath( $path) 

Arguments

$path

JSONファイルPATH

データベースマスタデータの設定

setInitializeMCoreDBData( $array_data = null) 

Arguments

$array_data

設定データ

データベースマスタJSONパスの設定

setInitializeMCoreDbPath( $path) 

Arguments

$path

JSONファイルPATH

ドメイン設定マスタデータの設定

setInitializeMCoreDomainData( $array_data = null) 

Arguments

$array_data

設定データ

ドメイン設定マスタJSONパスの設定

setInitializeMCoreDomainPath( $path) 

Arguments

$path

JSONファイルPATH

マスタ区分マスタデータの設定

setInitializeMCoreMasterTypeData( $array_data = null) 

Arguments

$array_data

設定データ

マスタ区分マスタJSONパスの設定

setInitializeMCoreMasterTypePath( $path) 

Arguments

$path

JSONファイルPATH

組織分類マスタデータの設定

setInitializeMCoreOrganizationClassData( $array_data = null) 

Arguments

$array_data

設定データ

組織分類マスタJSONパスの設定

setInitializeMCoreOrganizationClassPath( $path) 

Arguments

$path

JSONファイルPATH

組織マスタJSONパスの設定

setInitializeMCoreOrganizationPath( $path) 

Arguments

$path

JSONファイルPATH

プロダクトマスタデータの設定

setInitializeMCoreProductData( $array_data = null) 

Arguments

$array_data

設定データ

プロダクトマスタJSONパスの設定

setInitializeMCoreProductPath( $path) 

Arguments

$path

JSONファイルPATH

役割マスタデータの設定

setInitializeMCoreRoleData( $array_data = null) 

Arguments

$array_data

設定データ

役割マスタJSONパスの設定

setInitializeMCoreRolePath( $path) 

Arguments

$path

JSONファイルPATH

カテゴリマスタデータの設定

setInitializeMOrgCategoryData( $array_data = null) 

Arguments

$array_data

設定データ

カテゴリグループマスタデータの設定

setInitializeMOrgCategoryGroupData( $array_data = null) 

Arguments

$array_data

設定データ

カテゴリグループマスタJSONパスの設定

setInitializeMOrgCategoryGroupPath( $path) 

Arguments

$path

JSONファイルPATH

カテゴリマスタJSONパスの設定

setInitializeMOrgCategoryPath( $path) 

Arguments

$path

JSONファイルPATH

項目マスタデータの設定

setInitializeMOrgColumnTypeData( $array_data = null) 

Arguments

$array_data

設定データ

項目マスタJSONパスの設定

setInitializeMOrgColumnTypePath( $path) 

Arguments

$path

JSONファイルPATH

項目値マスタデータの設定

setInitializeMOrgColumnValueData( $array_data = null) 

Arguments

$array_data

設定データ

項目値マスタJSONパスの設定

setInitializeMOrgColumnValuePath( $path) 

Arguments

$path

JSONファイルPATH

フロアマスタデータの設定

setInitializeMOrgStoreFloorData( $array_data = null) 

Arguments

$array_data

設定データ

フロアマスタJSONパスの設定

setInitializeMOrgStoreFloorPath( $path) 

Arguments

$path

JSONファイルPATH

館(エリア)マスタデータの設定

setInitializeMOrgStoreTypeData( $array_data = null) 

Arguments

$array_data

設定データ

館(エリア)マスタJSONパスの設定

setInitializeMOrgStoreTypePath( $path) 

Arguments

$path

JSONファイルPATH

Properties

ドメイン設定マスタJSONパス

m_core_domain_path : 

Type(s)

組織分類マスタJSONパス

m_core_organization_class_path : 

Type(s)

役割マスタJSONパス

m_core_role_path : 

Type(s)

マスタ区分マスタJSONパス

m_core_master_type_path : 

Type(s)

ファイル区分マスタJSONパス

m_core_asset_type_path : 

Type(s)

プロダクトマスタJSONパス

m_core_product_path : 

Type(s)

アプリケーション分類マスタJSONパス

m_core_application_class_path : 

Type(s)

データベースマスタJSONパス

m_core_db_path : 

Type(s)

組織マスタJSONパス

m_core_organization_path : 

Type(s)

項目マスタJSONパス

m_org_column_type_path : 

Type(s)

項目値マスタJSONパス

m_org_column_value_path : 

Type(s)

館(エリア)マスタJSONパス

m_org_store_type_path : 

Type(s)

フロアマスタJSONパス

m_org_store_floor_path : 

Type(s)

カテゴリグループマスタJSONパス

m_org_category_group_path : 

Type(s)

カテゴリマスタJSONパス

m_org_category_path : 

Type(s)

アプリケーションマスタJSONパス

m_core_application_path : 

Type(s)

アプリケーションリレーションマスタJSONパス

m_core_application_relation_path : 

Type(s)

アプリケーションフォームグループマスタJSONパス

m_core_application_form_group_path : 

Type(s)

アプリケーションフォームセットマスタJSONパス

m_core_application_form_set_path : 

Type(s)

アプリケーションフォームフィールドマスタJSONパス

m_core_application_form_field_path : 

Type(s)

アプリケーションアクセスマスタJSONパス

m_core_application_access_path : 

Type(s)

アプリケーションアクセスレコードマスタJSONパス

m_core_application_access_record_path : 

Type(s)

アプリケーションアクセスレコード詳細マスタJSONパス

m_core_application_access_record_detail_path : 

Type(s)

アプリケーションアクセスフォームフィールドマスタJSONパス

m_core_application_access_form_field_path : 

Type(s)

アプリケーションアクセスフォームフィールド詳細マスタJSONパス

m_core_application_access_form_field_detail_path : 

Type(s)

アプリケーションワークフローステータスマスタJSONパス

m_core_application_workflow_status_path : 

Type(s)

アプリケーションワークフローアクションマスタJSONパス

m_core_application_workflow_action_path : 

Type(s)

ドメイン設定マスタデータ

m_core_domain_data : 

Type(s)

組織分類マスタデータ

m_core_organization_class_data : 

Type(s)

役割マスタデータ

m_core_role_data : 

Type(s)

マスタ区分マスタデータ

m_core_master_type_data : 

Type(s)

ファイル区分マスタデータ

m_core_asset_type_data : 

Type(s)

プロダクトマスタデータ

m_core_product_data : 

Type(s)

アプリケーション分類マスタデータ

m_core_application_class_data : 

Type(s)

データベースマスタデータ

m_core_db_data : 

Type(s)

組織マスタデータ

m_core_organization_data : 

Type(s)

項目マスタデータ

m_org_column_type_data : 

Type(s)

項目値マスタデータ

m_org_column_value_data : 

Type(s)

館(エリア)マスタデータ

m_org_store_type_data : 

Type(s)

フロアマスタデータ

m_org_store_floor_data : 

Type(s)

カテゴリグループマスタデータ

m_org_category_group_data : 

Type(s)

カテゴリマスタデータ

m_org_category_data : 

Type(s)

アプリケーションマスタデータ

m_core_application_data : 

Type(s)

アプリケーションリレーションマスタデータ

m_core_application_relation_data : 

Type(s)

アプリケーションフォームグループマスタデータ

m_core_application_form_group_data : 

Type(s)

アプリケーションフォームセットマスタデータ

m_core_application_form_set_data : 

Type(s)

アプリケーションフォームフィールドマスタデータ

m_core_application_form_field_data : 

Type(s)

アプリケーションアクセスマスタデータ

m_core_application_access_data : 

Type(s)

アプリケーションアクセスレコードマスタデータ

m_core_application_access_record_data : 

Type(s)

アプリケーションアクセスレコード詳細マスタデータ

m_core_application_access_record_detail_data : 

Type(s)

アプリケーションアクセスフォームフィールドマスタデータ

m_core_application_access_form_field_data : 

Type(s)

アプリケーションアクセスフォームフィールド詳細マスタデータ

m_core_application_access_form_field_detail_data : 

Type(s)

アプリケーションワークフローステータスマスタデータ

m_core_application_workflow_status_data : 

Type(s)

アプリケーションワークフローアクションマスタデータ

m_core_application_workflow_action_data : 

Type(s)

テーブル作成 API URL

initialize_api_db_create_url : 

Type(s)

設定格納PATH

initialize_app_setting_path : 

Type(s)

DBリスト

initialize_core_db_list : 

Type(s)

カスタムDBリスト

initialize_core_custom_db_list : 

Type(s)

アプリリスト

initialize_core_app_list : 

Type(s)

アプリグループリスト

initialize_core_app_group_list : 

Type(s)

アプリセットリスト

initialize_core_app_set_list : 

Type(s)

アプリフィールドリスト

initialize_core_app_field_list : 

Type(s)

アプリリレーションリスト

initialize_core_app_relation_list : 

Type(s)

ワークフローステータスリスト

initialize_workflow_status_list : 

Type(s)

ワークフローアクションリスト

initialize_workflow_action_list : 

Type(s)

アプリケーションアクセス権リスト

initialize_app_access_list : 

Type(s)

アプリケーションレコードアクセス権リスト

initialize_app_access_record_list : 

Type(s)

アプリケーションレコードアクセス権詳細リスト

initialize_app_access_record_detail_list : 

Type(s)

アプリケーションフィールドアクセス権リスト

initialize_app_access_field_list : 

Type(s)

アプリケーションフィールドアクセス権詳細リスト

initialize_app_access_field_detail_list : 

Type(s)

アプリ API URL

initialize_api_coreapplication_url : 

Type(s)

アプリグループ API URL

initialize_api_coreappgroup_url : 

Type(s)

アプリセット API URL

initialize_api_coreappset_url : 

Type(s)

アプリフィールド API URL

initialize_api_coreappfield_url : 

Type(s)

アプリリレーション API URL

initialize_api_coreapprelation_url : 

Type(s)

アプリケーションワークフローステータス API URL

initialize_api_workflowstatus_url : 

Type(s)

アプリケーションワークフローアクション API URL

initialize_api_workflowaction_url : 

Type(s)

組織 API URL

initialize_api_org_url : 

Type(s)

アプリケーションアクセス権限設定 API URL

initialize_api_access_url : 

Type(s)

アプリケーションレコードアクセス権限設定 API URL

initialize_api_accessrecord_url : 

Type(s)

アプリケーションレコードアクセス権限詳細設定 API URL

initialize_api_accessrecorddetail_url : 

Type(s)

アプリケーションフィールドアクセス権限設定 API URL

initialize_api_accessformfield_url : 

Type(s)

アプリケーションフィールドアクセス権限詳細設定 API URL

initialize_api_accessformfielddetail_url : 

Type(s)

データベース API URL

initialize_api_coredb_url : 

Type(s)

カスタムデータベース API URL

initialize_api_coredbcustom_url : 

Type(s)

データベース定義no

m_core_db_no : 

Type(s)

組織no

m_core_organization_no : 

Type(s)

コピー元下位組織no

m_core_organization_relation_no : 

Type(s)

組織分類no

m_core_organization_class_no : 

Type(s)

項目マスタno

m_org_column_type_no : 

Type(s)

項目値マスタno

m_org_column_value_no : 

Type(s)

館(エリア)マスタno

m_org_store_type_no : 

Type(s)

フロアマスタno

m_org_store_floor_no : 

Type(s)

カテゴリグループマスタno

m_org_category_group_no : 

Type(s)

カテゴリマスタno

m_org_category_no : 

Type(s)

アプリケーションno

m_core_application_no : 

Type(s)

全アプリケーションno

m_core_application_all_no : 

Type(s)

アプリケーションリレーションno

m_core_application_relation_no : 

Type(s)

アプリケーションフォームグループno

m_core_application_form_group_no : 

Type(s)

アプリケーションフォームセットno

m_core_application_form_set_no : 

Type(s)

アプリケーションフォームフィールドno

m_core_application_form_field_no : 

Type(s)

アプリケーションアクセスマスタno

m_core_application_access_no : 

Type(s)

アプリケーションアクセスレコードマスタno

m_core_application_access_record_no : 

Type(s)

アプリケーションアクセスレコード詳細マスタno

m_core_application_access_record_detail_no : 

Type(s)

アプリケーションアクセスフォームフィールドマスタno

m_core_application_access_form_field_no : 

Type(s)

アプリケーションアクセスフォームフィールド詳細マスタno

m_core_application_access_form_field_detail_no : 

Type(s)

アプリケーションワークフローステータスマスタno

m_core_application_workflow_status_no : 

Type(s)

アプリケーションワークフローアクションマスタno

m_core_application_workflow_action_no : 

Type(s)