Documentation

UserVatSingleComponent extends Injectable
in package

Table of Contents

Properties

$countryId  : mixed
$dateFormat  : mixed
$existingOptOutCountries  : mixed
$messages  : mixed
$thresholdExceed  : mixed
$userId  : mixed
$userVat  : mixed
$userVatList  : mixed
$auth  : AuthComponent
$bankingDetailSettingService  : BankingDetailSettingService
$checkListHelper  : CheckListHelper
$client  : Client|null
$config  : Config
$externalLoggerService  : LoggerService
$externalSnapshotService  : SnapshotService
$filingCompanyService  : FilingCompanyService
$snapshotService  : SnapshotService
$userAccountRepository  : UserAccountRepository
$userCountryFilingCompanyService  : UserCountryFilingCompanyService
$userOssFilingCompanyService  : UserOssFilingCompanyService
$userVatDetectService  : UserVatDetectService

Methods

__construct()  : mixed
checkNewFilingCompany()  : mixed
checkNewOptOut()  : mixed
checkNewOssFilingCompany()  : mixed
checkValidDateFormat()  : mixed
deleteUserVat()  : mixed
getAllTraderCountrySetting()  : mixed
getAvailableCountries()  : mixed
getCountryId()  : mixed
getDigitalRegistration()  : mixed
getExistingOptOutForCountry()  : mixed
getJsonResponse()  : mixed
getMessages()  : mixed
getOssRegistration()  : OssRegistration|null
getResponseArray()  : mixed
getSuggestedStartDate()  : mixed
getUserCountryFilingCompanies()  : mixed
getUserId()  : mixed
getUserOssFilingCompanies()  : mixed
getUserTraderCountrySetting()  : mixed
getUserVat()  : UserVat
getUserVatList()  : mixed
getUserVatListResponseArray()  : mixed
getUserVatListWithSuggestion()  : mixed
getUserVatToDelete()  : mixed
getValidator()  : mixed
saveVatSettings()  : mixed
setCountryId()  : mixed
setUserId()  : mixed
setUserVat()  : mixed
validateAll()  : mixed
validateAnyFilingCompanies()  : mixed
validateCreate()  : mixed
validateFilingCompanies()  : mixed
validateForm()  : mixed
validateOptOut()  : mixed
validateOssFilingCompanies()  : mixed
validateOssRegistration()  : mixed
validateTraderTypeSetting()  : mixed
validateUnique()  : mixed
validateUpdate()  : mixed
validateUser()  : mixed
get()  : mixed
getUserVatThresholdOptOut()  : mixed
addArrangeJob()  : mixed
getOptOutsFrom()  : mixed
getSnapshotForExternalLog()  : mixed
sortFilingCompanyPostData()  : mixed

Properties

Methods

__construct()

public __construct(mixed $userId, mixed $countryId) : mixed
Parameters
$userId : mixed
$countryId : mixed

checkNewFilingCompany()

public checkNewFilingCompany(array<string|int, mixed> $formData) : mixed
Parameters
$formData : array<string|int, mixed>

checkNewOptOut()

public checkNewOptOut(array<string|int, mixed> $formData) : mixed
Parameters
$formData : array<string|int, mixed>

checkNewOssFilingCompany()

public checkNewOssFilingCompany(array<string|int, mixed> $formData) : mixed
Parameters
$formData : array<string|int, mixed>

checkValidDateFormat()

public checkValidDateFormat(mixed $date) : mixed
Parameters
$date : mixed

getAllTraderCountrySetting()

public getAllTraderCountrySetting(int $countryId) : mixed
Parameters
$countryId : int

getDigitalRegistration()

public getDigitalRegistration(mixed $clientId, mixed $countryIsoCode) : mixed
Parameters
$clientId : mixed
$countryIsoCode : mixed

getExistingOptOutForCountry()

public getExistingOptOutForCountry(mixed $countryId) : mixed
Parameters
$countryId : mixed

getJsonResponse()

public getJsonResponse([mixed $array = [] ][, mixed $statusCode = false ]) : mixed
Parameters
$array : mixed = []
$statusCode : mixed = false

getSuggestedStartDate()

public getSuggestedStartDate(mixed $userId, mixed $countryId) : mixed
Parameters
$userId : mixed
$countryId : mixed

getUserCountryFilingCompanies()

public getUserCountryFilingCompanies([UserVat|null $userVat = null ][, mixed $transaction = null ]) : mixed
Parameters
$userVat : UserVat|null = null
$transaction : mixed = null

getUserOssFilingCompanies()

public getUserOssFilingCompanies([UserVat|null $userVat = null ][, mixed $transaction = null ]) : mixed
Parameters
$userVat : UserVat|null = null
$transaction : mixed = null

getUserTraderCountrySetting()

public getUserTraderCountrySetting([mixed $countryId = null ][, mixed $userId = null ][, mixed $transaction = null ]) : mixed
Parameters
$countryId : mixed = null
$userId : mixed = null
$transaction : mixed = null

validateAnyFilingCompanies()

public validateAnyFilingCompanies(mixed $postFormData[, mixed $fieldName = "filing_companies" ]) : mixed
Parameters
$postFormData : mixed
$fieldName : mixed = "filing_companies"

validateFilingCompanies()

public validateFilingCompanies(mixed $postFormData) : mixed
Parameters
$postFormData : mixed

validateOssFilingCompanies()

public validateOssFilingCompanies(mixed $postFormData) : mixed
Parameters
$postFormData : mixed

validateOssRegistration()

public validateOssRegistration(mixed $formData) : mixed
Parameters
$formData : mixed

validateTraderTypeSetting()

public validateTraderTypeSetting(mixed $formData) : mixed
Parameters
$formData : mixed

get()

protected get(mixed $userId, mixed $countryId) : mixed
Parameters
$userId : mixed
$countryId : mixed

getUserVatThresholdOptOut()

protected getUserVatThresholdOptOut(mixed $countryId[, mixed $optOutArray = [] ]) : mixed
Parameters
$countryId : mixed
$optOutArray : mixed = []

getSnapshotForExternalLog()

private getSnapshotForExternalLog([mixed $transaction = null ][, mixed $originalUserVat = null ]) : mixed
Parameters
$transaction : mixed = null
$originalUserVat : mixed = null

sortFilingCompanyPostData()

private sortFilingCompanyPostData(mixed &$postFormData[, mixed $fieldName = "filing_companies" ]) : mixed
Parameters
$postFormData : mixed
$fieldName : mixed = "filing_companies"

        
On this page

Search results