Documentation

IUserCountryFilingCompanyRepository extends IAbstractRepository

Table of Contents

Methods

countByClientIdAndCountryIdAndStartDateEarlier()  : mixed
delete()  : void
deleteList()  : void
findAll()  : array<string|int, UserCountryFilingCompany>|null
findByClientIdAndCountryId()  : mixed
findByCountry()  : array<string|int, UserCountryFilingCompany>|null
findByFilingCompany()  : array<string|int, UserCountryFilingCompany>|null
findById()  : UserCountryFilingCompany|null
findByUser()  : array<string|int, UserCountryFilingCompany>|null
findByUserAndCountry()  : array<string|int, UserCountryFilingCompany>|null
findByUserAndCountryAndEndDate()  : array<string|int, UserCountryFilingCompany>|null
findByUserAndEndDate()  : array<string|int, UserCountryFilingCompany>|null
findByUserIdAndCountryIdAndEndDate()  : array<string|int, UserCountryFilingCompany>|null
flush()  : void
insert()  : void
insertList()  : void
merge()  : object
persist()  : void
remove()  : void
update()  : void
updateList()  : void

Methods

countByClientIdAndCountryIdAndStartDateEarlier()

public countByClientIdAndCountryIdAndStartDateEarlier(int $clientId, int $countryId, DateTime $startDate) : mixed
Parameters
$clientId : int
$countryId : int
$startDate : DateTime

deleteList()

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

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