UserVatDetectNotificationService
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
__construct()
public
__construct(UserVatInsertionService $userVatInsertionService, NotificationMarkService $notificationMarkService, UserVatDetectEventTypeService $userVatDetectEventTypeService, UserVatRepository $userVatRepository) : mixed
Parameters
-
$userVatInsertionService
: UserVatInsertionService
-
-
$notificationMarkService
: NotificationMarkService
-
-
$userVatDetectEventTypeService
: UserVatDetectEventTypeService
-
-
$userVatRepository
: UserVatRepository
-
getStorageDetectedNotificationEmailByUserId()
public
getStorageDetectedNotificationEmailByUserId(int $userId) : StorageDetectedNotificationEmail|null
Parameters
-
$userId
: int
-
getStorageDetectedNotNotifiedVatDetect()
public
getStorageDetectedNotNotifiedVatDetect(int $userId) : array<string|int, mixed>|null
Parameters
-
$userId
: int
-
Return values
array<string|int, mixed>|null
getThresholdExceededNotificationEmailByUserId()
public
getThresholdExceededNotificationEmailByUserId(int $userId) : ThresholdExceededNotificationEmail|null
Parameters
-
$userId
: int
-
getThresholdExceededNotNotifiedVatDetect()
public
getThresholdExceededNotNotifiedVatDetect(int $userId) : array<string|int, mixed>|null
Parameters
-
$userId
: int
-
Return values
array<string|int, mixed>|null
hasNotificationMarkToUserVatDetect()
public
hasNotificationMarkToUserVatDetect(int $userId, Country $country) : bool
Parameters
-
$userId
: int
-
-
$country
: Country
-