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_CollectioncreateObject()
public
static createObject([mixed $setDefaultValues = = 'true' ]) : EO_ChatIndex
Parameters
- $setDefaultValues : mixed = = 'true'
Return values
EO_ChatIndexdeleteByFilter()
public
static deleteByFilter(array<string|int, mixed> $filter) : void
Parameters
- $filter : array<string|int, mixed>
Tags
getById()
public
static getById(mixed $id) : EO_ChatIndex_Result
Parameters
- $id : mixed
Return values
EO_ChatIndex_ResultgetByPrimary()
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_ResultgetEntity()
public
static getEntity() : EO_ChatIndex_Entity
Return values
EO_ChatIndex_EntitygetList()
public
static getList([array<string|int, mixed> $parameters = = '[]' ]) : EO_ChatIndex_Result
Parameters
- $parameters : array<string|int, mixed> = = '[]'
Return values
EO_ChatIndex_ResultgetMap()
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
stringmerge()
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_QueryupdateIndex()
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
UpdateResultvalidateTitle()
public
static validateTitle() : mixed
wakeUpCollection()
public
static wakeUpCollection(mixed $rows) : EO_ChatIndex_Collection
Parameters
- $rows : mixed
Return values
EO_ChatIndex_CollectionwakeUpObject()
public
static wakeUpObject(mixed $row) : EO_ChatIndex
Parameters
- $row : mixed