GroupStateTable extends DataManager
Class GroupStateTable
DO NOT WRITE ANYTHING BELOW THIS
<<< ORMENTITYANNOTATION
Table of Contents
Constants
- STATES = ['CREATED' => 1, 'IN_PROGRESS' => 2, 'COMPLETED' => 3, 'HALTED' => 4]
Methods
- createCollection() : EO_GroupState_Collection
- createObject() : EO_GroupState
- deleteList() : mixed
- getById() : EO_GroupState_Result
- getByPrimary() : EO_GroupState_Result
- getEntity() : EO_GroupState_Entity
- getList() : EO_GroupState_Result
- getMap() : array<string|int, mixed>
- Get map.
- getTableName() : string
- Get table name.
- onDelete() : EventResult
- Handler of event onDelete
- query() : EO_GroupState_Query
- wakeUpCollection() : EO_GroupState_Collection
- wakeUpObject() : EO_GroupState
Constants
STATES
public
mixed
STATES
= ['CREATED' => 1, 'IN_PROGRESS' => 2, 'COMPLETED' => 3, 'HALTED' => 4]
Methods
createCollection()
public
static createCollection() : EO_GroupState_Collection
Return values
EO_GroupState_CollectioncreateObject()
public
static createObject([mixed $setDefaultValues = = 'true' ]) : EO_GroupState
Parameters
- $setDefaultValues : mixed = = 'true'
Return values
EO_GroupStatedeleteList()
public
static deleteList(array<string|int, mixed> $filter) : mixed
Parameters
- $filter : array<string|int, mixed>
getById()
public
static getById(mixed $id) : EO_GroupState_Result
Parameters
- $id : mixed
Return values
EO_GroupState_ResultgetByPrimary()
public
static getByPrimary(mixed $primary[, array<string|int, mixed> $parameters = = '[]' ]) : EO_GroupState_Result
Parameters
- $primary : mixed
- $parameters : array<string|int, mixed> = = '[]'
Return values
EO_GroupState_ResultgetEntity()
public
static getEntity() : EO_GroupState_Entity
Return values
EO_GroupState_EntitygetList()
public
static getList([array<string|int, mixed> $parameters = = '[]' ]) : EO_GroupState_Result
Parameters
- $parameters : array<string|int, mixed> = = '[]'
Return values
EO_GroupState_ResultgetMap()
Get map.
public
static getMap() : array<string|int, mixed>
Return values
array<string|int, mixed>getTableName()
Get table name.
public
static getTableName() : string
Return values
stringonDelete()
Handler of event onDelete
public
static onDelete(Event $event) : EventResult
Parameters
- $event : Event
-
Event.
Tags
Return values
EventResultquery()
public
static query() : EO_GroupState_Query
Return values
EO_GroupState_QuerywakeUpCollection()
public
static wakeUpCollection(mixed $rows) : EO_GroupState_Collection
Parameters
- $rows : mixed
Return values
EO_GroupState_CollectionwakeUpObject()
public
static wakeUpObject(mixed $row) : EO_GroupState
Parameters
- $row : mixed