Bitrix API

ChatIndexTable extends DataManager uses DeleteByFilterTrait

Class ChatIndexTable

Fields:

  • CHAT_ID int mandatory
  • SEARCH_CONTENT string optional

Table of Contents

Methods

createCollection()  : EO_ChatIndex_Collection
createObject()  : EO_ChatIndex
deleteByFilter()  : void
getById()  : EO_ChatIndex_Result
getByPrimary()  : EO_ChatIndex_Result
getEntity()  : EO_ChatIndex_Entity
getList()  : EO_ChatIndex_Result
getMap()  : array<string|int, mixed>
Returns entity map definition.
getTableName()  : string
Returns DB table name for entity.
merge()  : mixed
query()  : EO_ChatIndex_Query
updateIndex()  : UpdateResult
validateTitle()  : mixed
wakeUpCollection()  : EO_ChatIndex_Collection
wakeUpObject()  : EO_ChatIndex

Methods

createCollection()

public static createCollection() : EO_ChatIndex_Collection
Return values
EO_ChatIndex_Collection

createObject()

public static createObject([mixed $setDefaultValues = = 'true' ]) : EO_ChatIndex
Parameters
$setDefaultValues : mixed = = 'true'
Return values
EO_ChatIndex

deleteByFilter()

public static deleteByFilter(array<string|int, mixed> $filter) : void
Parameters
$filter : array<string|int, mixed>
Tags
throws
ArgumentException

getById()

public static getById(mixed $id) : EO_ChatIndex_Result
Parameters
$id : mixed
Return values
EO_ChatIndex_Result

getByPrimary()

public static getByPrimary(mixed $primary[, array<string|int, mixed> $parameters = = '[]' ]) : EO_ChatIndex_Result
Parameters
$primary : mixed
$parameters : array<string|int, mixed> = = '[]'
Return values
EO_ChatIndex_Result

getEntity()

public static getEntity() : EO_ChatIndex_Entity
Return values
EO_ChatIndex_Entity

getList()

public static getList([array<string|int, mixed> $parameters = = '[]' ]) : EO_ChatIndex_Result
Parameters
$parameters : array<string|int, mixed> = = '[]'
Return values
EO_ChatIndex_Result

getMap()

Returns entity map definition.

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

getTableName()

Returns DB table name for entity.

public static getTableName() : string
Return values
string

merge()

public static merge(array<string|int, mixed> $data) : mixed
Parameters
$data : array<string|int, mixed>

query()

public static query() : EO_ChatIndex_Query
Return values
EO_ChatIndex_Query

updateIndex()

public static updateIndex(mixed $id, mixed $primaryField, array<string|int, mixed> $updateData) : UpdateResult
Parameters
$id : mixed
$primaryField : mixed
$updateData : array<string|int, mixed>
Return values
UpdateResult

validateTitle()

public static validateTitle() : mixed

wakeUpCollection()

public static wakeUpCollection(mixed $rows) : EO_ChatIndex_Collection
Parameters
$rows : mixed
Return values
EO_ChatIndex_Collection

wakeUpObject()

public static wakeUpObject(mixed $row) : EO_ChatIndex
Parameters
$row : mixed
Return values
EO_ChatIndex

        
On this page

Search results