BlogCategoriesAdminService
extends BlogCategoriesService
in package
implements
BlogCategoriesAdminServiceInterface
uses
BcContainerTrait
BlogCategoriesAdminService
Table of Contents
Interfaces
- BlogCategoriesAdminServiceInterface
- BlogCategoriesAdminServiceInterface
Properties
- $BlogCategories : BlogCategoriesTable|Table
Methods
- __construct() : mixed
- Construct
- batch() : bool
- 一括処理
- create() : EntityInterface|null
- 新規作成
- delete() : bool
- 削除する
- get() : EntityInterface
- 単一レコードを取得する
- getControlSource() : mixed
- コントロールソース取得
- getIndex() : Query
- 一覧を取得する
- getList() : array<string|int, mixed>
- ブログカテゴリーリスト取得
- getNamesById() : array<string|int, mixed>
- IDを指定して名前リストを取得する
- getNew() : EntityInterface
- 新規エンティティ取得
- getService() : array<string|int, mixed>|mixed|object
- Get Service
- getTreeIndex() : array<string|int, mixed>
- getTreeIndex
- getViewVarsForAdd() : array<string|int, mixed>
- ブログカテゴリー登録用の view 変数取得
- getViewVarsForEdit() : array<string|int, mixed>
- ブログカテゴリー編集用の view 変数取得
- getViewVarsForIndex() : array<string|int, mixed>
- ブログカテゴリ一覧用の view 変数取得
- hasService() : bool
- Has Service
- update() : EntityInterface|null
- 更新する
Properties
$BlogCategories
public
BlogCategoriesTable|Table
$BlogCategories
Methods
__construct()
Construct
public
__construct() : mixed
Tags
batch()
一括処理
public
batch(string $method, array<string|int, mixed> $ids) : bool
Parameters
- $method : string
- $ids : array<string|int, mixed>
Tags
Return values
boolcreate()
新規作成
public
create(int $blogContentId, array<string|int, mixed> $postData) : EntityInterface|null
Parameters
- $blogContentId : int
- $postData : array<string|int, mixed>
Tags
Return values
EntityInterface|nulldelete()
削除する
public
delete(int $id) : bool
Parameters
- $id : int
Tags
Return values
boolget()
単一レコードを取得する
public
get(int $id[, array<string|int, mixed> $queryParams = [] ]) : EntityInterface
Parameters
- $id : int
- $queryParams : array<string|int, mixed> = []
Tags
Return values
EntityInterfacegetControlSource()
コントロールソース取得
public
getControlSource(string $field, array<string|int, mixed> $options) : mixed
Parameters
- $field : string
- $options : array<string|int, mixed>
Tags
getIndex()
一覧を取得する
public
getIndex(int $blogContentId, array<string|int, mixed> $queryParams[, string $type = 'all' ]) : Query
Parameters
- $blogContentId : int
- $queryParams : array<string|int, mixed>
- $type : string = 'all'
Tags
Return values
QuerygetList()
ブログカテゴリーリスト取得
public
getList(mixed $blogContentId[, array<string|int, mixed> $queryParams = [] ]) : array<string|int, mixed>
Parameters
- $blogContentId : mixed
- $queryParams : array<string|int, mixed> = []
Tags
Return values
array<string|int, mixed>getNamesById()
IDを指定して名前リストを取得する
public
getNamesById(mixed $ids) : array<string|int, mixed>
Parameters
- $ids : mixed
Tags
Return values
array<string|int, mixed>getNew()
新規エンティティ取得
public
getNew(int $blogContentId) : EntityInterface
Parameters
- $blogContentId : int
Tags
Return values
EntityInterfacegetService()
Get Service
public
getService(mixed $service) : array<string|int, mixed>|mixed|object
Parameters
- $service : mixed
Tags
Return values
array<string|int, mixed>|mixed|objectgetTreeIndex()
getTreeIndex
public
getTreeIndex(int $blogContentId, array<string|int, mixed> $queryParams) : array<string|int, mixed>
Parameters
- $blogContentId : int
- $queryParams : array<string|int, mixed>
Tags
Return values
array<string|int, mixed>getViewVarsForAdd()
ブログカテゴリー登録用の view 変数取得
public
getViewVarsForAdd(int $blogContentId, BlogCategory $blogCategory) : array<string|int, mixed>
Parameters
- $blogContentId : int
- $blogCategory : BlogCategory
Tags
Return values
array<string|int, mixed>getViewVarsForEdit()
ブログカテゴリー編集用の view 変数取得
public
getViewVarsForEdit(int $blogContentId, BlogCategory|EntityInterface $blogCategory) : array<string|int, mixed>
Parameters
- $blogContentId : int
- $blogCategory : BlogCategory|EntityInterface
Tags
Return values
array<string|int, mixed>getViewVarsForIndex()
ブログカテゴリ一覧用の view 変数取得
public
getViewVarsForIndex(int $blogContentId) : array<string|int, mixed>
Parameters
- $blogContentId : int
Tags
Return values
array<string|int, mixed>hasService()
Has Service
public
hasService(mixed $service) : bool
Parameters
- $service : mixed
Tags
Return values
boolupdate()
更新する
public
update(EntityInterface $target, array<string|int, mixed> $postData) : EntityInterface|null
Parameters
- $target : EntityInterface
- $postData : array<string|int, mixed>