Documentation

BankingDetailSettingService
in package

Table of Contents

Properties

$bankingDetailOptionRepository  : BankingDetailOptionRepository
$bankingDetailSettingRepository  : BankingDetailSettingRepository
$countryRepository  : CountryRepository
$entityManager  : EntityManager

Methods

__construct()  : mixed
countAll()  : int
generatePolandIban()  : mixed
getAllAsEntities()  : array<string|int, mixed>
getBankNames()  : mixed
getBeneficiaries()  : array<string|int, mixed>
getByClientAndReportCountry()  : mixed
getByClientIdAndReportCountryId()  : BankingDetailSetting|null
getByClientIdAndReportCountryIdAndPaymentProcedureTypeId()  : BankingDetailSetting|null
getByReportCountryIdAndPaymentProcedureTypeId()  : array<string|int, BankingDetailSetting>
getEntityByClientAndReportCountry()  : mixed
getEntityByClientIdAndReportCountryId()  : mixed
getIbans()  : array<string|int, mixed>
updateBankingDetailsByUserAndCountryAndFilingCompany()  : BankingDetailSetting|null
updateOrCreate()  : BankingDetailSetting
updateOrCreateFromRawInput()  : BankingDetailSetting
validateRawInput()  : mixed

Properties

Methods

countAll()

public countAll(array<string|int, mixed> $filters) : int
Parameters
$filters : array<string|int, mixed>
Tags
throws
NonUniqueResultException
throws
NoResultException
Return values
int

getAllAsEntities()

public getAllAsEntities(array<string|int, mixed> $filters) : array<string|int, mixed>
Parameters
$filters : array<string|int, mixed>
Return values
array<string|int, mixed>

getByClientIdAndReportCountryIdAndPaymentProcedureTypeId()

public getByClientIdAndReportCountryIdAndPaymentProcedureTypeId(int $clientId, int $countryId, int $paymentProcedureTypeId) : BankingDetailSetting|null
Parameters
$clientId : int
$countryId : int
$paymentProcedureTypeId : int
Tags
throws
NonUniqueResultException
Return values
BankingDetailSetting|null

getEntityByClientIdAndReportCountryId()

public getEntityByClientIdAndReportCountryId(mixed $clientId, mixed $countryId) : mixed
Parameters
$clientId : mixed
$countryId : mixed

validateRawInput()

public validateRawInput(mixed &$data, mixed $reportCountryId) : mixed
Parameters
$data : mixed
$reportCountryId : mixed

        
On this page

Search results