Bitrix API

DuplicateBankDetailCriterion extends DuplicateCriterion

Table of Contents

Methods

__construct()  : mixed
bulkRegister()  : mixed
checkIndex()  : mixed
createDuplicate()  : Duplicate
createFromMatches()  : mixed
equals()  : mixed
find()  : mixed
getActualCount()  : mixed
getAllSupportedDedupeTypes()  : array<string|int, mixed>
getCategoryId()  : int|null
getCountryId()  : mixed
getEntityIDs()  : mixed
getFieldName()  : mixed
getFieldsMap()  : mixed
getHiddenSupportedDedupeTypes()  : mixed
getIndexedFieldsMap()  : mixed
getIndexTypeID()  : mixed
getMatchDescription()  : mixed
getMatches()  : mixed
getMatchHash()  : mixed
getMatchTitle()  : mixed
getRegisteredCodes()  : mixed
getRegisteredEntityMatches()  : mixed
getScope()  : mixed
getSummary()  : mixed
getSupportedDedupeTypes()  : array<string|int, mixed>
Get types supported by deduplication system.
getTextTotals()  : mixed
getTypeName()  : mixed
getValue()  : mixed
isEmpty()  : bool
isStrictComparison()  : mixed
limitByAssignedUser()  : bool
loadEntitiesMatches()  : mixed
loadEntityMatches()  : mixed
prepareBulkData()  : mixed
prepareCode()  : mixed
prepareCodes()  : mixed
prepareEntityBankDetailValues()  : mixed
prepareMatchHash()  : mixed
prepareSearchQuery()  : Query
Prepare duplicate search query
prepareSortParams()  : mixed
register()  : mixed
registerByBankDetail()  : mixed
registerByEntity()  : mixed
registerByParent()  : mixed
setCategoryId()  : void
setCountryId()  : mixed
setFieldName()  : mixed
setLimitByAssignedUser()  : void
setStrictComparison()  : mixed
setValue()  : mixed
sortDescendingByEntityTypeId()  : $this
Sort descending by entity ID.
unregister()  : mixed

Methods

__construct()

public __construct(mixed $countryId, mixed $fieldName, mixed $value) : mixed
Parameters
$countryId : mixed
$fieldName : mixed
$value : mixed

bulkRegister()

public static bulkRegister(mixed $entityTypeID, mixed $entityID, array<string|int, mixed> $data[, mixed $isRaw = true ]) : mixed
Parameters
$entityTypeID : mixed
$entityID : mixed
$data : array<string|int, mixed>
$isRaw : mixed = true

checkIndex()

public static checkIndex(array<string|int, mixed> $params) : mixed
Parameters
$params : array<string|int, mixed>

createDuplicate()

public createDuplicate(mixed $entityTypeID, mixed $rootEntityID, mixed $userID, mixed $enablePermissionCheck, mixed $enableRanking[, mixed $limit = 0 ]) : Duplicate
Parameters
$entityTypeID : mixed
$rootEntityID : mixed
$userID : mixed
$enablePermissionCheck : mixed
$enableRanking : mixed
$limit : mixed = 0
Return values
Duplicate

createFromMatches()

public static createFromMatches(array<string|int, mixed> $matches) : mixed
Parameters
$matches : array<string|int, mixed>

find()

public find([mixed $entityTypeID = CCrmOwnerType::Undefined ][, mixed $limit = 50 ]) : mixed
Parameters
$entityTypeID : mixed = CCrmOwnerType::Undefined
$limit : mixed = 50

getActualCount()

public getActualCount(mixed $entityTypeID, mixed $rootEntityID, mixed $userID[, mixed $enablePermissionCheck = false ][, mixed $limit = 0 ]) : mixed
Parameters
$entityTypeID : mixed
$rootEntityID : mixed
$userID : mixed
$enablePermissionCheck : mixed = false
$limit : mixed = 0

getAllSupportedDedupeTypes()

public static getAllSupportedDedupeTypes() : array<string|int, mixed>
Return values
array<string|int, mixed>

getEntityIDs()

public getEntityIDs(mixed $entityTypeID, mixed $rootEntityID, mixed $userID, mixed $enablePermissionCheck[, array<string|int, mixed> $options = null ]) : mixed
Parameters
$entityTypeID : mixed
$rootEntityID : mixed
$userID : mixed
$enablePermissionCheck : mixed
$options : array<string|int, mixed> = null

getHiddenSupportedDedupeTypes()

public static getHiddenSupportedDedupeTypes() : mixed

getIndexedFieldsMap()

public static getIndexedFieldsMap([mixed $entityTypeID = CCrmOwnerType::Undefined ][, mixed $byScope = false ]) : mixed
Parameters
$entityTypeID : mixed = CCrmOwnerType::Undefined
$byScope : mixed = false

getRegisteredCodes()

public static getRegisteredCodes(mixed $entityTypeID, mixed $entityID[, mixed $enablePermissionCheck = false ][, mixed $userID = 0 ][, mixed $limit = 50 ]) : mixed
Parameters
$entityTypeID : mixed
$entityID : mixed
$enablePermissionCheck : mixed = false
$userID : mixed = 0
$limit : mixed = 50

getRegisteredEntityMatches()

public static getRegisteredEntityMatches(mixed $entityTypeID, mixed $entityID[, mixed $countryId = 0 ][, mixed $fieldName = '' ]) : mixed
Parameters
$entityTypeID : mixed
$entityID : mixed
$countryId : mixed = 0
$fieldName : mixed = ''

getSupportedDedupeTypes()

Get types supported by deduplication system.

public static getSupportedDedupeTypes() : array<string|int, mixed>
Return values
array<string|int, mixed>

getTextTotals()

public getTextTotals(mixed $count[, mixed $limit = 0 ]) : mixed
Parameters
$count : mixed
$limit : mixed = 0

isEmpty()

public isEmpty(int $entityTypeId, int $rootEntityId, mixed $userId[, bool $enablePermissionCheck = false ]) : bool
Parameters
$entityTypeId : int
$rootEntityId : int
$userId : mixed
$enablePermissionCheck : bool = false
Return values
bool

loadEntitiesMatches()

public static loadEntitiesMatches(mixed $entityTypeID, array<string|int, mixed> $entityIDs, mixed $countryId, mixed $fieldName) : mixed
Parameters
$entityTypeID : mixed
$entityIDs : array<string|int, mixed>
$countryId : mixed
$fieldName : mixed

loadEntityMatches()

public static loadEntityMatches(mixed $entityTypeID, mixed $entityID, mixed $countryId, mixed $fieldName) : mixed
Parameters
$entityTypeID : mixed
$entityID : mixed
$countryId : mixed
$fieldName : mixed

prepareBulkData()

public static prepareBulkData(array<string|int, mixed> $bankDetails) : mixed
Parameters
$bankDetails : array<string|int, mixed>

prepareCode()

public static prepareCode(mixed $countryId, mixed $fieldName, mixed $value) : mixed
Parameters
$countryId : mixed
$fieldName : mixed
$value : mixed

prepareCodes()

public static prepareCodes(mixed $countryId, mixed $fieldName, array<string|int, mixed> $values) : mixed
Parameters
$countryId : mixed
$fieldName : mixed
$values : array<string|int, mixed>

prepareEntityBankDetailValues()

public static prepareEntityBankDetailValues(mixed $entityTypeID, mixed $entityID) : mixed
Parameters
$entityTypeID : mixed
$entityID : mixed

prepareMatchHash()

public static prepareMatchHash(array<string|int, mixed> $matches) : mixed
Parameters
$matches : array<string|int, mixed>

prepareSearchQuery()

Prepare duplicate search query

public prepareSearchQuery([CCrmOwnerType|int $entityTypeID = CCrmOwnerType::Undefined ][, array<string|int, mixed>|null $select = null ][, array<string|int, mixed>|null $order = null ][, int $limit = 0 ]) : Query
Parameters
$entityTypeID : CCrmOwnerType|int = CCrmOwnerType::Undefined

Target Entity Type ID

$select : array<string|int, mixed>|null = null
$order : array<string|int, mixed>|null = null
$limit : int = 0

Limit of result query

Tags
throws
ArgumentTypeException
throws
InvalidOperationException
Return values
Query

prepareSortParams()

public static prepareSortParams(mixed $entityTypeID, array<string|int, mixed> $entityIDs[, mixed $countryId = 0 ][, mixed $fieldName = '' ]) : mixed
Parameters
$entityTypeID : mixed
$entityIDs : array<string|int, mixed>
$countryId : mixed = 0
$fieldName : mixed = ''

register()

public static register(mixed $entityTypeID, mixed $entityID, mixed $countryId, mixed $fieldName, array<string|int, mixed> $values[, mixed $isRaw = true ]) : mixed
Parameters
$entityTypeID : mixed
$entityID : mixed
$countryId : mixed
$fieldName : mixed
$values : array<string|int, mixed>
$isRaw : mixed = true

registerByBankDetail()

public static registerByBankDetail(mixed $bankDetailId) : mixed
Parameters
$bankDetailId : mixed

registerByEntity()

public static registerByEntity(mixed $entityTypeID, mixed $entityID) : mixed
Parameters
$entityTypeID : mixed
$entityID : mixed

registerByParent()

public static registerByParent(mixed $entityTypeId, mixed $entityId) : mixed
Parameters
$entityTypeId : mixed
$entityId : mixed

setCategoryId()

public setCategoryId(int|null $categoryId) : void
Parameters
$categoryId : int|null

setLimitByAssignedUser()

public setLimitByAssignedUser(bool $limitByAssignedUser) : void
Parameters
$limitByAssignedUser : bool

setStrictComparison()

public setStrictComparison(mixed $useStrictComparison) : mixed
Parameters
$useStrictComparison : mixed

sortDescendingByEntityTypeId()

Sort descending by entity ID.

public sortDescendingByEntityTypeId([bool $mode = true ]) : $this
Parameters
$mode : bool = true

Mode.

Return values
$this

unregister()

public static unregister(mixed $entityTypeID, mixed $entityID[, mixed $countryId = 0 ][, mixed $fieldName = '' ]) : mixed
Parameters
$entityTypeID : mixed
$entityID : mixed
$countryId : mixed = 0
$fieldName : mixed = ''

        
On this page

Search results