ClassCategoryRepository extends AbstractRepository
ClasscategoryRepository
This class was generated by the Doctrine ORM. Add your own custom repository methods below.
Table of Contents
$eccubeConfig | array | |
---|---|---|
__construct() | ClassCategoryRepository constructor. | mixed |
getList() | 規格カテゴリの一覧を取得します. | array |
save() | 規格カテゴリを登録します. | mixed |
delete() | 規格カテゴリを削除する. | mixed |
toggleVisibility() | 規格カテゴリの表示/非表示を切り替える. | mixed |
delete() | エンティティを削除します。 物理削除ではなく、del_flgを利用した論理削除を行います。 | mixed |
save() | エンティティの登録/保存します。 | mixed |
getCacheLifetime() | mixed |
Properties
$eccubeConfig
protected
array
$eccubeConfig
Methods
__construct()
ClassCategoryRepository constructor.
public
__construct(
$registry :
RegistryInterface
)
: mixed
Parameters
- $registry : RegistryInterface
Return values
mixedgetList()
規格カテゴリの一覧を取得します.
public
getList(
[ $ClassName :
ClassName
= null ]
)
: array
Parameters
- $ClassName : ClassName = null
検索対象の規格名オブジェクト. 指定しない場合は、すべての規格を対象に取得します.
Return values
array —規格カテゴリの配列
save()
規格カテゴリを登録します.
public
save(
$ClassCategory :
)
: mixed
Parameters
Return values
mixeddelete()
規格カテゴリを削除する.
public
delete(
$ClassCategory :
ClassCategory
)
: mixed
Parameters
- $ClassCategory : ClassCategory
Tags
Return values
mixedtoggleVisibility()
規格カテゴリの表示/非表示を切り替える.
public
toggleVisibility(
$ClassCategory :
)
: mixed
Parameters
Return values
mixeddelete()
エンティティを削除します。 物理削除ではなく、del_flgを利用した論理削除を行います。
public
delete(
$entity :
AbstractEntity
)
: mixed
Parameters
- $entity : AbstractEntity
Return values
mixedsave()
エンティティの登録/保存します。
public
save(
$entity :
mixed
)
: mixed
Parameters
- $entity : mixed
Return values
mixedgetCacheLifetime()
protected
getCacheLifetime(
)
: mixed