Documentation

IUserVatRepository extends IAbstractRepository

Table of Contents

Methods

delete()  : void
deleteList()  : void
findByUserId()  : array<string|int, UserVat>|null
flush()  : void
insert()  : void
insertList()  : void
merge()  : object
persist()  : void
remove()  : void
update()  : void
updateList()  : void

Methods

deleteList()

public deleteList(array<string|int, object> $entities) : void
Parameters
$entities : array<string|int, object>
Tags
throws
DataException
throws
ORMException
throws
OptimisticLockException

findByUserId()

public findByUserId(int $userId) : array<string|int, UserVat>|null
Parameters
$userId : int
Return values
array<string|int, UserVat>|null

flush()

public flush() : void
Tags
throws
ORMException
throws
OptimisticLockException

insertList()

public insertList(array<string|int, object> $entities) : void
Parameters
$entities : array<string|int, object>
Tags
throws
DataException
throws
ORMException
throws
OptimisticLockException

updateList()

public updateList(array<string|int, object> $entities) : void
Parameters
$entities : array<string|int, object>
Tags
throws
DataException
throws
ORMException
throws
OptimisticLockException

        
On this page

Search results