Documentation

UserVatDetectRepository extends Injectable
in package

Class UserVatDetectRepository

Table of Contents

Methods

delete()  : bool
findAll()  : Simple|null
findByClientIdAndEventList()  : Simple
findByCountryId()  : Simple|null
findByUserId()  : Simple|null
findByUserIdAndCountryId()  : array<string|int, UserVatDetect>|null
findByUserIdAndCountryIdList()  : Simple|null
findByUserIdAndCountryIdListAndEventNotIn()  : Simple|null
findByUserIdAndEventNotIn()  : Simple|null
findByUserIdAndNoDeletedEvent()  : Simple|null
findByUserIdListAndCountryIdListAndEventNotIn()  : Simple|null
findByUserIdListAndEventListAndCountryId()  : Simple
findDeletedByUserId()  : Simple|null
findDeletedUserVatDetectByUserIdAndCountryId()  : UserVatDetect|null
findDetectedCountryIdByUserId()  : Simple|null
findFirstByUserIdAndCountryIdOrderByCreateTime()  : UserVatDetect|null
findFirstUserVatDetectByUserIdAndCountryIdAndEvent()  : UserVatDetect|null
findLastByTime()  : Simple|null
findLastByUserIdAndCountryId()  : UserVatDetect|null
save()  : bool
update()  : bool

Methods

findByClientIdAndEventList()

public findByClientIdAndEventList(int $clientId, array<string|int, int> $eventList) : Simple
Parameters
$clientId : int
$eventList : array<string|int, int>
Return values
Simple

findByCountryId()

public findByCountryId(int $countryId) : Simple|null
Parameters
$countryId : int
Return values
Simple|null

findByUserId()

public findByUserId(int $userId) : Simple|null
Parameters
$userId : int
Return values
Simple|null

findByUserIdAndCountryIdList()

public findByUserIdAndCountryIdList(int $userId, array<string|int, int> $countryIdList[, array<string|int, mixed> $eventList = [] ]) : Simple|null
Parameters
$userId : int
$countryIdList : array<string|int, int>
$eventList : array<string|int, mixed> = []
Return values
Simple|null

findByUserIdAndCountryIdListAndEventNotIn()

public findByUserIdAndCountryIdListAndEventNotIn(int $userId, array<string|int, int> $countryIdList[, array<string|int, int> $eventList = [] ]) : Simple|null
Parameters
$userId : int
$countryIdList : array<string|int, int>
$eventList : array<string|int, int> = []
Return values
Simple|null

findByUserIdAndEventNotIn()

public findByUserIdAndEventNotIn(int $userId[, array<string|int, int> $eventList = [] ]) : Simple|null
Parameters
$userId : int
$eventList : array<string|int, int> = []
Return values
Simple|null

findByUserIdAndNoDeletedEvent()

public findByUserIdAndNoDeletedEvent(int $userId[, mixed $countryId = null ]) : Simple|null
Parameters
$userId : int
$countryId : mixed = null
Return values
Simple|null

findByUserIdListAndCountryIdListAndEventNotIn()

public findByUserIdListAndCountryIdListAndEventNotIn(array<string|int, int> $userIds, array<string|int, int> $countryIdList[, array<string|int, int> $eventList = [] ]) : Simple|null
Parameters
$userIds : array<string|int, int>
$countryIdList : array<string|int, int>
$eventList : array<string|int, int> = []
Return values
Simple|null

findByUserIdListAndEventListAndCountryId()

public findByUserIdListAndEventListAndCountryId(array<string|int, int> $userIds, array<string|int, int> $eventList, int $countryId) : Simple
Parameters
$userIds : array<string|int, int>
$eventList : array<string|int, int>
$countryId : int
Return values
Simple

findDeletedByUserId()

public findDeletedByUserId(int $userId) : Simple|null
Parameters
$userId : int
Return values
Simple|null

findDetectedCountryIdByUserId()

public findDetectedCountryIdByUserId(int $userId) : Simple|null
Parameters
$userId : int
Return values
Simple|null

findFirstByUserIdAndCountryIdOrderByCreateTime()

public findFirstByUserIdAndCountryIdOrderByCreateTime(int $userId, int $countryId) : UserVatDetect|null
Parameters
$userId : int
$countryId : int
Return values
UserVatDetect|null

findFirstUserVatDetectByUserIdAndCountryIdAndEvent()

public findFirstUserVatDetectByUserIdAndCountryIdAndEvent(int $userId, int $countryId, string $event) : UserVatDetect|null
Parameters
$userId : int
$countryId : int
$event : string
Return values
UserVatDetect|null

findLastByTime()

public findLastByTime(int $userId, int $countryId) : Simple|null
Parameters
$userId : int
$countryId : int
Return values
Simple|null

        
On this page

Search results