Documentation

JobRepository extends AbstractRepository
in package
implements IJobRepository

FinalYes

Table of Contents

Interfaces

IJobRepository

Methods

__construct()  : mixed
delete()  : void
deleteList()  : void
fetchAllAsAssocArray()  : mixed
findAll()  : array<string|int, Job>|null
findAllStuckCheckingUpdateTimeIfNeeded()  : array<string|int, Job>|null
findByDatevJobFilter()  : array<string|int, Job>|null
findByEntryJobFilter()  : array<string|int, Job>|null
findByEntryJobFilterForVatcom()  : array<string|int, Job>|null
findById()  : Job
findCountByDatevJobFilter()  : int|null
findCountByEntryJobFilter()  : int
findCountByEntryJobFilterForVatcom()  : int
findElsterJobs()  : mixed
findLastByUserIdAndBatchId()  : mixed
findNewerByMainActionAndSubAction()  : mixed
findNewerIdenticalJob()  : mixed
flush()  : void
getOrThrow()  : mixed
insert()  : void
insertList()  : void
merge()  : object
nativeInsert()  : void
nativeInsertAndGetId()  : int
persist()  : void
remove()  : void
update()  : void
updateList()  : void
getNativeSqlWithParameters()  : mixed
code mostly copied from doctrine private methods
queryBuilderByDatevJobFilter()  : QueryBuilder
queryBuilderByEntryJobFilter()  : QueryBuilder

Methods

__construct()

public __construct(EntityManager $entityManager) : mixed
Parameters
$entityManager : EntityManager

delete()

public delete(object $entity) : void
Parameters
$entity : object
Tags
throws
OptimisticLockException
throws
DataException
throws
ORMException

deleteList()

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

fetchAllAsAssocArray()

public fetchAllAsAssocArray(mixed $key) : mixed
Parameters
$key : mixed

findAll()

public findAll() : array<string|int, Job>|null
Return values
array<string|int, Job>|null

findAllStuckCheckingUpdateTimeIfNeeded()

public findAllStuckCheckingUpdateTimeIfNeeded(int|null $updateTimeDifferenceHours) : array<string|int, Job>|null
Parameters
$updateTimeDifferenceHours : int|null
Return values
array<string|int, Job>|null

findById()

public findById(int|null $id) : Job
Parameters
$id : int|null
Tags
throws
NonUniqueResultException
Return values
Job

findCountByEntryJobFilter()

public findCountByEntryJobFilter(EntryJobFilter $entryJobFilter) : int
Parameters
$entryJobFilter : EntryJobFilter
Tags
throws
NonUniqueResultException
throws
NoResultException
Return values
int

findCountByEntryJobFilterForVatcom()

public findCountByEntryJobFilterForVatcom(EntryJobFilter $entryJobFilter) : int
Parameters
$entryJobFilter : EntryJobFilter
Tags
throws
NonUniqueResultException
throws
NoResultException
Return values
int

findLastByUserIdAndBatchId()

public findLastByUserIdAndBatchId(int $userId, int $batchId) : mixed
Parameters
$userId : int
$batchId : int

findNewerByMainActionAndSubAction()

public findNewerByMainActionAndSubAction(mixed $userId, mixed $mainAction, mixed $subAction, string $dateTime) : mixed
Parameters
$userId : mixed
$mainAction : mixed
$subAction : mixed
$dateTime : string

findNewerIdenticalJob()

public findNewerIdenticalJob(Job $job) : mixed
Parameters
$job : Job

flush()

public flush() : void
Tags
throws
ORMException
throws
OptimisticLockException

getOrThrow()

public getOrThrow(mixed $id[, mixed $lockMode = null ][, mixed $lockVersion = null ][, Exception $exception = null ]) : mixed
Parameters
$id : mixed
$lockMode : mixed = null
$lockVersion : mixed = null
$exception : Exception = null

insert()

public insert(object $entity) : void
Parameters
$entity : object
Tags
throws
OptimisticLockException
throws
DataException
throws
ORMException

insertList()

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

nativeInsert()

public nativeInsert(Job $job) : void
Parameters
$job : Job
Tags
throws
DBALException

nativeInsertAndGetId()

public nativeInsertAndGetId(Job $job) : int
Parameters
$job : Job
Return values
int

update()

public update(object $entity) : void
Parameters
$entity : object
Tags
throws
OptimisticLockException
throws
DataException
throws
ORMException

updateList()

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

getNativeSqlWithParameters()

code mostly copied from doctrine private methods

protected getNativeSqlWithParameters(Query $query) : mixed
Parameters
$query : Query

        
On this page

Search results