OrderStatusRepository extends AbstractRepository
OrderStatusRepository
This class was generated by the Doctrine ORM. Add your own custom repository methods below.
Table of Contents
$eccubeConfig | array | |
---|---|---|
__construct() | OrderStatusRepository constructor. | mixed |
findNotContainsBy() | NOT IN で検索する. | array |
findAllArray() | find All Array | array |
delete() | エンティティを削除します。 物理削除ではなく、del_flgを利用した論理削除を行います。 | mixed |
save() | エンティティの登録/保存します。 | mixed |
getCacheLifetime() | mixed |
Properties
$eccubeConfig
protected
array
$eccubeConfig
Methods
__construct()
OrderStatusRepository constructor.
public
__construct(
$registry :
RegistryInterface
)
: mixed
Parameters
- $registry : RegistryInterface
Return values
mixedfindNotContainsBy()
NOT IN で検索する.
public
findNotContainsBy(
$criteria :
array
[, $orderBy :
array
= null ]
[, $limit :
int
= null ]
[, $offset :
int
= null ]
)
: array
TODO Abstract メソッドにしたい
Parameters
- $criteria : array
- $orderBy : array = null
- $limit : int = null
- $offset : int = null
Tags
Return values
arrayfindAllArray()
find All Array
public
findAllArray(
)
: array
Return values
arraydelete()
エンティティを削除します。 物理削除ではなく、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