Bitrix API

CrmDealLinkMapper extends JointLinkMapper

Table of Contents

Constants

NEGATIVE_ANSWER  = 'N'
POSITIVE_ANSWER  = 'Y'

Methods

convertToArray()  : array<string|int, mixed>
create()  : EntityInterface|Event|Connection|Section|SectionConnection|EventConnection
delete()  : object|null
deleteByFilter()  : $this
deleteMap()  : void
getByEntityObject()  : EntityInterface|null
getById()  : EntityInterface|null
getMap()  : Map
resetCacheById()  : $this
update()  : Event

Constants

NEGATIVE_ANSWER

public mixed NEGATIVE_ANSWER = 'N'

POSITIVE_ANSWER

public mixed POSITIVE_ANSWER = 'Y'

Methods

delete()

public delete(EntityInterface $entity[, array<string|int, mixed> $params = ['softDelete' => true] ]) : object|null
Parameters
$entity : EntityInterface
$params : array<string|int, mixed> = ['softDelete' => true]
Return values
object|null

deleteByFilter()

public deleteByFilter(mixed $filter[, array<string|int, mixed> $params = ['softDelete' => true] ]) : $this
Parameters
$filter : mixed
$params : array<string|int, mixed> = ['softDelete' => true]
Tags
throws
ArgumentException
throws
SystemException
Return values
$this

deleteMap()

public deleteMap(EntityMap $map[, array<string|int, mixed> $params = ['softDelete' => true] ]) : void
Parameters
$map : EntityMap
$params : array<string|int, mixed> = ['softDelete' => true]
Tags
throws
BaseException

getByEntityObject()

public getByEntityObject(mixed $entityObject) : EntityInterface|null
Parameters
$entityObject : mixed
Tags
throws
ArgumentException
Return values
EntityInterface|null

getMap()

public getMap(array<string|int, mixed> $filter[, int|null $limit = null ][, array<string|int, mixed>|null $order = null ]) : Map
Parameters
$filter : array<string|int, mixed>
$limit : int|null = null
$order : array<string|int, mixed>|null = null
Tags
throws
ArgumentException
throws
SystemException
Return values
Map

resetCacheById()

public resetCacheById(int $id) : $this
Parameters
$id : int
Return values
$this

        
On this page

Search results