Documentation

UserVatDetectNotificationService
in package

Table of Contents

Properties

$notificationMarkService  : NotificationMarkService
$userVatDetectEventTypeService  : UserVatDetectEventTypeService
$userVatInsertionService  : UserVatInsertionService
$userVatRepository  : UserVatRepository

Methods

__construct()  : mixed
getStorageDetectedNotificationEmailByUserId()  : StorageDetectedNotificationEmail|null
getStorageDetectedNotNotifiedVatDetect()  : array<string|int, mixed>|null
getThresholdExceededNotificationEmailByUserId()  : ThresholdExceededNotificationEmail|null
getThresholdExceededNotNotifiedVatDetect()  : array<string|int, mixed>|null
hasNotificationMarkToUserVatDetect()  : bool

Properties

Methods

__construct()

public __construct(UserVatInsertionService $userVatInsertionService, NotificationMarkService $notificationMarkService, UserVatDetectEventTypeService $userVatDetectEventTypeService, UserVatRepository $userVatRepository) : mixed
Parameters
$userVatInsertionService : UserVatInsertionService
$notificationMarkService : NotificationMarkService
$userVatDetectEventTypeService : UserVatDetectEventTypeService
$userVatRepository : UserVatRepository

getStorageDetectedNotNotifiedVatDetect()

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

getThresholdExceededNotNotifiedVatDetect()

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

        
On this page

Search results