Table of Contents
Methods
-
__construct()
: mixed
-
calculateEntityCount()
: mixed
-
create()
: mixed
-
dropDedupeCache()
: void
-
getAssignedByReferenceField()
: Reference
-
getCategoryReferenceField()
: Reference
-
getContextId()
: string
-
getDuplicateByMatchHash()
: Duplicate|null
-
getEntityTypeID()
: mixed
-
getList()
: DedupeDataSourceResult
-
getParams()
: DedupeParams
-
getScope()
: mixed
-
getTotalCount()
: int
-
getTypeID()
: mixed
-
getUserID()
: mixed
-
isEmptyEntity()
: bool
-
isPermissionCheckEnabled()
: mixed
-
registerRuntimeFieldsByParams()
: Query
__construct()
public
__construct(mixed $typeID, DedupeParams $params) : mixed
Parameters
-
$typeID
: mixed
-
-
$params
: DedupeParams
-
calculateEntityCount()
public
calculateEntityCount(DuplicateCriterion $criterion[, array<string|int, mixed> $options = null ]) : mixed
Parameters
-
$criterion
: DuplicateCriterion
-
-
$options
: array<string|int, mixed>
= null
-
-
see
-
DedupeDataSource::isEmptyEntity()
-
noinspection
-
create()
public
static create(mixed $typeID, DedupeParams $params) : mixed
Parameters
-
$typeID
: mixed
-
-
$params
: DedupeParams
-
dropDedupeCache()
public
dropDedupeCache() : void
getAssignedByReferenceField()
public
static getAssignedByReferenceField(int $entityTypeId, int $userId[, int|null $categoryId = null ]) : Reference
Parameters
-
$entityTypeId
: int
-
-
$userId
: int
-
-
$categoryId
: int|null
= null
-
getCategoryReferenceField()
public
static getCategoryReferenceField(int $entityTypeId, int $categoryId) : Reference
Parameters
-
$entityTypeId
: int
-
-
$categoryId
: int
-
getContextId()
public
getContextId() : string
getDuplicateByMatchHash()
public
getDuplicateByMatchHash(string $matchHash) : Duplicate|null
Parameters
-
$matchHash
: string
-
getEntityTypeID()
public
getEntityTypeID() : mixed
getList()
public
getList(mixed $offset, mixed $limit) : DedupeDataSourceResult
Parameters
-
$offset
: mixed
-
-
$limit
: mixed
-
getParams()
public
getParams() : DedupeParams
getScope()
public
getScope() : mixed
getTotalCount()
public
getTotalCount() : int
getTypeID()
public
getTypeID() : mixed
getUserID()
public
getUserID() : mixed
isEmptyEntity()
public
isEmptyEntity(DuplicateCriterion $criterion, int $rootEntityId) : bool
Parameters
-
$criterion
: DuplicateCriterion
-
-
$rootEntityId
: int
-
isPermissionCheckEnabled()
public
isPermissionCheckEnabled() : mixed
registerRuntimeFieldsByParams()
public
static registerRuntimeFieldsByParams(Query $query, DedupeParams $params) : Query
Parameters
-
$query
: Query
-
-
$params
: DedupeParams
-