ObjectExtendedIndexTable extends BaseIndexTable
Class ObjectExtendedIndexTable
DO NOT WRITE ANYTHING BELOW THIS
<<< ORMENTITYANNOTATION
Table of Contents
Constants
- MAX_LENGTH_BATCH_MYSQL_QUERY = \Bitrix\Disk\Internals\Db\SqlHelper::MAX_LENGTH_BATCH_MYSQL_QUERY
- STATUS_EXTENDED = 3
- STATUS_SHORT = 2
Methods
- changeStatus() : mixed
- className() : string
- createCollection() : EO_ObjectExtendedIndex_Collection
- createObject() : EO_ObjectExtendedIndex
- deleteByFilter() : bool
- Deletes rows by filter.
- getById() : EO_ObjectExtendedIndex_Result
- getByPrimary() : EO_ObjectExtendedIndex_Result
- getEntity() : EO_ObjectExtendedIndex_Entity
- getList() : EO_ObjectExtendedIndex_Result
- getMap() : mixed
- getMaxIndexSize() : int
- getTableName() : mixed
- limitValue() : mixed
- merge() : mixed
- query() : EO_ObjectExtendedIndex_Query
- Creates and returns the Query object for the entity
- upsert() : mixed
- wakeUpCollection() : EO_ObjectExtendedIndex_Collection
- wakeUpObject() : EO_ObjectExtendedIndex
Constants
MAX_LENGTH_BATCH_MYSQL_QUERY
public
mixed
MAX_LENGTH_BATCH_MYSQL_QUERY
= \Bitrix\Disk\Internals\Db\SqlHelper::MAX_LENGTH_BATCH_MYSQL_QUERY
STATUS_EXTENDED
public
mixed
STATUS_EXTENDED
= 3
STATUS_SHORT
public
mixed
STATUS_SHORT
= 2
Methods
changeStatus()
public
static changeStatus(mixed $objectId, mixed $status) : mixed
Parameters
- $objectId : mixed
- $status : mixed
className()
public
static className() : string
Return values
string —the fully qualified name of this class.
createCollection()
public
static createCollection() : EO_ObjectExtendedIndex_Collection
Return values
EO_ObjectExtendedIndex_CollectioncreateObject()
public
static createObject([mixed $setDefaultValues = = 'true' ]) : EO_ObjectExtendedIndex
Parameters
- $setDefaultValues : mixed = = 'true'
Return values
EO_ObjectExtendedIndexdeleteByFilter()
Deletes rows by filter.
public
static deleteByFilter(array<string|int, mixed> $filter) : bool
Parameters
- $filter : array<string|int, mixed>
-
Filter
Tags
Return values
boolgetById()
public
static getById(mixed $id) : EO_ObjectExtendedIndex_Result
Parameters
- $id : mixed
Return values
EO_ObjectExtendedIndex_ResultgetByPrimary()
public
static getByPrimary(mixed $primary[, array<string|int, mixed> $parameters = = '[]' ]) : EO_ObjectExtendedIndex_Result
Parameters
- $primary : mixed
- $parameters : array<string|int, mixed> = = '[]'
Return values
EO_ObjectExtendedIndex_ResultgetEntity()
public
static getEntity() : EO_ObjectExtendedIndex_Entity
Return values
EO_ObjectExtendedIndex_EntitygetList()
public
static getList([array<string|int, mixed> $parameters = = '[]' ]) : EO_ObjectExtendedIndex_Result
Parameters
- $parameters : array<string|int, mixed> = = '[]'
Return values
EO_ObjectExtendedIndex_ResultgetMap()
public
static getMap() : mixed
getMaxIndexSize()
public
static getMaxIndexSize() : int
Return values
intgetTableName()
public
static getTableName() : mixed
limitValue()
public
static limitValue(mixed $value) : mixed
Parameters
- $value : mixed
merge()
public
static merge(array<string|int, mixed> $data) : mixed
Parameters
- $data : array<string|int, mixed>
query()
Creates and returns the Query object for the entity
public
static query() : EO_ObjectExtendedIndex_Query
Return values
EO_ObjectExtendedIndex_Queryupsert()
public
static upsert(mixed $objectId, mixed $searchIndex[, mixed $status = self::STATUS_SHORT ]) : mixed
Parameters
- $objectId : mixed
- $searchIndex : mixed
- $status : mixed = self::STATUS_SHORT
wakeUpCollection()
public
static wakeUpCollection(mixed $rows) : EO_ObjectExtendedIndex_Collection
Parameters
- $rows : mixed
Return values
EO_ObjectExtendedIndex_CollectionwakeUpObject()
public
static wakeUpObject(mixed $row) : EO_ObjectExtendedIndex
Parameters
- $row : mixed