DedupeParams
Table of Contents
Methods
-
__construct()
: mixed
-
clearIndexDate()
: void
-
enabledPermissionCheck()
: mixed
-
getCategoryId()
: int|null
-
getContextId()
: string
-
getEntityTypeID()
: mixed
-
getIndexDate()
: DateTime|null
-
getIndexDateFilterValue()
: string
-
getScope()
: mixed
-
getUserID()
: mixed
-
isCheckChangedOnly()
: bool
-
isPermissionCheckEnabled()
: mixed
-
limitByAssignedUser()
: bool
-
limitByDirtyIndexItems()
: bool
-
setCheckChangedOnly()
: void
-
setContextId()
: mixed
-
setEntityTypeID()
: mixed
-
setIndexDate()
: void
-
setLimitByAssignedUser()
: void
-
setLimitByDirtyIndexItems()
: void
-
setScope()
: mixed
-
setUserID()
: mixed
__construct()
public
__construct(mixed $entityTypeID, mixed $userID[, mixed $enablePermissionCheck = false ][, mixed $scope = DuplicateIndexType::DEFAULT_SCOPE ][, mixed $contextId = '' ]) : mixed
Parameters
-
$entityTypeID
: mixed
-
-
$userID
: mixed
-
-
$enablePermissionCheck
: mixed
= false
-
-
$scope
: mixed
= DuplicateIndexType::DEFAULT_SCOPE
-
-
$contextId
: mixed
= ''
-
clearIndexDate()
public
clearIndexDate() : void
enabledPermissionCheck()
public
enabledPermissionCheck(mixed $enable) : mixed
Parameters
-
$enable
: mixed
-
getCategoryId()
public
getCategoryId() : int|null
getContextId()
public
getContextId() : string
getEntityTypeID()
public
getEntityTypeID() : mixed
getIndexDate()
public
getIndexDate() : DateTime|null
getIndexDateFilterValue()
public
getIndexDateFilterValue() : string
getScope()
public
getScope() : mixed
getUserID()
public
getUserID() : mixed
isCheckChangedOnly()
public
isCheckChangedOnly() : bool
isPermissionCheckEnabled()
public
isPermissionCheckEnabled() : mixed
limitByAssignedUser()
public
limitByAssignedUser() : bool
limitByDirtyIndexItems()
public
limitByDirtyIndexItems() : bool
setCheckChangedOnly()
public
setCheckChangedOnly(bool $checkChangedOnly) : void
Parameters
-
$checkChangedOnly
: bool
-
setContextId()
public
setContextId(string $contextId) : mixed
Parameters
-
$contextId
: string
-
setEntityTypeID()
public
setEntityTypeID(mixed $entityTypeID) : mixed
Parameters
-
$entityTypeID
: mixed
-
setIndexDate()
public
setIndexDate(DateTime $date) : void
Parameters
-
$date
: DateTime
-
setLimitByAssignedUser()
public
setLimitByAssignedUser(bool $limitByAssignedUser) : void
Parameters
-
$limitByAssignedUser
: bool
-
setLimitByDirtyIndexItems()
public
setLimitByDirtyIndexItems(bool $limitByDirtyIndexItems) : void
Parameters
-
$limitByDirtyIndexItems
: bool
-
setScope()
public
setScope(mixed $scope) : mixed
Parameters
-
$scope
: mixed
-
setUserID()
public
setUserID(mixed $userID) : mixed
Parameters
-
$userID
: mixed
-