CheckListTable extends DataManager
Class CheckListTable
Table of Contents
Methods
- createCollection() : EO_CheckList_Collection
- createObject() : EO_CheckList
- deleteByCheckListsIds() : mixed
- getAllByTaskId() : EO_CheckList_Collection
- getById() : EO_CheckList_Result
- getByPrimary() : EO_CheckList_Result
- getByTaskId() : EO_CheckList|null
- getClass() : static
- getEntity() : EO_CheckList_Entity
- getList() : EO_CheckList_Result
- getMap() : array<string|int, mixed>
- Returns entity map definition.
- getSortColumnName() : string
- getTableName() : string
- Returns DB table name for entity.
- getUfId() : string|null
- query() : EO_CheckList_Query
- wakeUpCollection() : EO_CheckList_Collection
- wakeUpObject() : EO_CheckList
Methods
createCollection()
public
static createCollection() : EO_CheckList_Collection
Return values
EO_CheckList_CollectioncreateObject()
public
static createObject([mixed $setDefaultValues = = 'true' ]) : EO_CheckList
Parameters
- $setDefaultValues : mixed = = 'true'
Return values
EO_CheckListdeleteByCheckListsIds()
public
static deleteByCheckListsIds(string $ids) : mixed
Parameters
- $ids : string
-
- string of type (1,2,...,7)
getAllByTaskId()
public
static getAllByTaskId(int $taskId) : EO_CheckList_Collection
Parameters
- $taskId : int
Return values
EO_CheckList_CollectiongetById()
public
static getById(mixed $id) : EO_CheckList_Result
Parameters
- $id : mixed
Return values
EO_CheckList_ResultgetByPrimary()
public
static getByPrimary(mixed $primary[, array<string|int, mixed> $parameters = = '[]' ]) : EO_CheckList_Result
Parameters
- $primary : mixed
- $parameters : array<string|int, mixed> = = '[]'
Return values
EO_CheckList_ResultgetByTaskId()
public
static getByTaskId(int $taskId) : EO_CheckList|null
Parameters
- $taskId : int
Tags
Return values
EO_CheckList|nullgetClass()
public
static getClass() : static
Return values
staticgetEntity()
public
static getEntity() : EO_CheckList_Entity
Return values
EO_CheckList_EntitygetList()
public
static getList([array<string|int, mixed> $parameters = = '[]' ]) : EO_CheckList_Result
Parameters
- $parameters : array<string|int, mixed> = = '[]'
Return values
EO_CheckList_ResultgetMap()
Returns entity map definition.
public
static getMap() : array<string|int, mixed>
Return values
array<string|int, mixed>getSortColumnName()
public
static getSortColumnName() : string
Return values
stringgetTableName()
Returns DB table name for entity.
public
static getTableName() : string
Return values
stringgetUfId()
public
static getUfId() : string|null
Return values
string|nullquery()
public
static query() : EO_CheckList_Query
Return values
EO_CheckList_QuerywakeUpCollection()
public
static wakeUpCollection(mixed $rows) : EO_CheckList_Collection
Parameters
- $rows : mixed
Return values
EO_CheckList_CollectionwakeUpObject()
public
static wakeUpObject(mixed $row) : EO_CheckList
Parameters
- $row : mixed