Table of Contents
Methods
-
delete()
: void
-
deleteList()
: void
-
findAll()
: array<string|int, Job>|null
-
findByEntryJobFilter()
: array<string|int, Job>|null
-
findByEntryJobFilterForVatcom()
: array<string|int, Job>|null
-
findById()
: Job
-
findCountByEntryJobFilter()
: int
-
findCountByEntryJobFilterForVatcom()
: int
-
flush()
: void
-
insert()
: void
-
insertList()
: void
-
merge()
: object
-
nativeInsert()
: void
-
nativeInsertAndGetId()
: int
-
persist()
: void
-
remove()
: void
-
update()
: void
-
updateList()
: void
delete()
public
delete(object $entity) : void
Parameters
-
$entity
: object
-
-
throws
-
OptimisticLockException
-
throws
-
DataException
deleteList()
public
deleteList(array<string|int, object> $entities) : void
Parameters
-
$entities
: array<string|int, object>
-
-
throws
-
DataException
-
throws
-
ORMException
-
throws
-
OptimisticLockException
findAll()
public
findAll() : array<string|int, Job>|null
Return values
array<string|int, Job>|null
findByEntryJobFilter()
public
findByEntryJobFilter(EntryJobFilter $entryJobFilter) : array<string|int, Job>|null
Parameters
-
$entryJobFilter
: EntryJobFilter
-
Return values
array<string|int, Job>|null
findByEntryJobFilterForVatcom()
public
findByEntryJobFilterForVatcom(EntryJobFilter $entryJobFilter) : array<string|int, Job>|null
Parameters
-
$entryJobFilter
: EntryJobFilter
-
Return values
array<string|int, Job>|null
findById()
public
findById(int $id) : Job
Parameters
-
$id
: int
-
-
throws
-
NonUniqueResultException
findCountByEntryJobFilter()
public
findCountByEntryJobFilter(EntryJobFilter $entryJobFilter) : int
Parameters
-
$entryJobFilter
: EntryJobFilter
-
findCountByEntryJobFilterForVatcom()
public
findCountByEntryJobFilterForVatcom(EntryJobFilter $entryJobFilter) : int
Parameters
-
$entryJobFilter
: EntryJobFilter
-
flush()
public
flush() : void
-
throws
-
ORMException
-
throws
-
OptimisticLockException
insert()
public
insert(object $entity) : void
Parameters
-
$entity
: object
-
-
throws
-
OptimisticLockException
-
throws
-
DataException
insertList()
public
insertList(array<string|int, object> $entities) : void
Parameters
-
$entities
: array<string|int, object>
-
-
throws
-
DataException
-
throws
-
ORMException
-
throws
-
OptimisticLockException
merge()
public
merge(object $entity) : object
Parameters
-
$entity
: object
-
-
throws
-
ORMException
-
throws
-
DataException
nativeInsert()
public
nativeInsert(Job $job) : void
Parameters
-
$job
: Job
-
-
throws
-
DBALException
nativeInsertAndGetId()
public
nativeInsertAndGetId(Job $job) : int
Parameters
-
$job
: Job
-
persist()
public
persist(object $entity) : void
Parameters
-
$entity
: object
-
-
throws
-
ORMException
-
throws
-
DataException
remove()
public
remove(object $entity) : void
Parameters
-
$entity
: object
-
-
throws
-
DataException
-
throws
-
ORMException
update()
public
update(object $entity) : void
Parameters
-
$entity
: object
-
-
throws
-
OptimisticLockException
-
throws
-
DataException
updateList()
public
updateList(array<string|int, object> $entities) : void
Parameters
-
$entities
: array<string|int, object>
-
-
throws
-
DataException
-
throws
-
ORMException
-
throws
-
OptimisticLockException