BaseEntityMatcher
AbstractYes
Table of Contents
Constants
- BANK_DETAIL_FIELD_TYPE = 4
- DUPLICATE_CONTROL_MODES = ['MERGE' => 'MERGE', 'REPLACE' => 'REPLACE', 'NONE' => 'NONE']
- GENERAL_FIELD_TYPE = 1
- MULTI_FIELD_TYPE = 2
- REQUISITE_FIELD_TYPE = 3
Methods
- __construct() : mixed
- create() : mixed
- getDefaultDuplicateMode() : mixed
- match() : mixed
- matchRequisites() : mixed
- search() : mixed
- setAssignedById() : mixed
- setDuplicateControlMode() : mixed
- setProperties() : mixed
- setRelation() : mixed
- update() : mixed
Constants
BANK_DETAIL_FIELD_TYPE
public
mixed
BANK_DETAIL_FIELD_TYPE
= 4
DUPLICATE_CONTROL_MODES
public
mixed
DUPLICATE_CONTROL_MODES
= ['MERGE' => 'MERGE', 'REPLACE' => 'REPLACE', 'NONE' => 'NONE']
GENERAL_FIELD_TYPE
public
mixed
GENERAL_FIELD_TYPE
= 1
MULTI_FIELD_TYPE
public
mixed
MULTI_FIELD_TYPE
= 2
REQUISITE_FIELD_TYPE
public
mixed
REQUISITE_FIELD_TYPE
= 3
Methods
__construct()
public
__construct() : mixed
create()
public
create() : mixed
getDefaultDuplicateMode()
public
static getDefaultDuplicateMode() : mixed
match()
public
match() : mixed
matchRequisites()
public
matchRequisites(mixed $entityId) : mixed
Parameters
- $entityId : mixed
search()
public
search() : mixed
setAssignedById()
public
setAssignedById(mixed $assignedById) : mixed
Parameters
- $assignedById : mixed
setDuplicateControlMode()
public
setDuplicateControlMode(mixed $mode) : mixed
Parameters
- $mode : mixed
setProperties()
public
setProperties(array<string|int, mixed> $properties) : mixed
Parameters
- $properties : array<string|int, mixed>
setRelation()
public
setRelation(mixed $entityTypeId, mixed $entityId) : mixed
Parameters
- $entityTypeId : mixed
- $entityId : mixed
update()
public
update(mixed $entityId) : mixed
Parameters
- $entityId : mixed