TaskStageTable extends DataManager
Class TaskStageTable
DO NOT WRITE ANYTHING BELOW THIS
<<< ORMENTITYANNOTATION
Table of Contents
Methods
- clearStage() : void
- Clear for one stage.
- clearTask() : void
- Clear for one task.
- createCollection() : EO_TaskStage_Collection
- createObject() : EO_TaskStage
- getById() : EO_TaskStage_Result
- getByPrimary() : EO_TaskStage_Result
- getEntity() : EO_TaskStage_Entity
- getList() : EO_TaskStage_Result
- getMap() : array<string|int, mixed>
- Returns entity map definition.
- getTableName() : string
- Returns DB table name for entity.
- move() : void
- query() : EO_TaskStage_Query
- setStageByFilter() : void
- Set all tasks by filter in the stage.
- wakeUpCollection() : EO_TaskStage_Collection
- wakeUpObject() : EO_TaskStage
Methods
clearStage()
Clear for one stage.
public
static clearStage(int $id) : void
Parameters
- $id : int
-
Stage id.
clearTask()
Clear for one task.
public
static clearTask(int $id) : void
Parameters
- $id : int
-
Task id.
createCollection()
public
static createCollection() : EO_TaskStage_Collection
Return values
EO_TaskStage_CollectioncreateObject()
public
static createObject([mixed $setDefaultValues = = 'true' ]) : EO_TaskStage
Parameters
- $setDefaultValues : mixed = = 'true'
Return values
EO_TaskStagegetById()
public
static getById(mixed $id) : EO_TaskStage_Result
Parameters
- $id : mixed
Return values
EO_TaskStage_ResultgetByPrimary()
public
static getByPrimary(mixed $primary[, array<string|int, mixed> $parameters = = '[]' ]) : EO_TaskStage_Result
Parameters
- $primary : mixed
- $parameters : array<string|int, mixed> = = '[]'
Return values
EO_TaskStage_ResultgetEntity()
public
static getEntity() : EO_TaskStage_Entity
Return values
EO_TaskStage_EntitygetList()
public
static getList([array<string|int, mixed> $parameters = = '[]' ]) : EO_TaskStage_Result
Parameters
- $parameters : array<string|int, mixed> = = '[]'
Return values
EO_TaskStage_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
stringmove()
public
static move(int $id, int $taskId, int $stageId) : void
Parameters
- $id : int
- $taskId : int
- $stageId : int
query()
public
static query() : EO_TaskStage_Query
Return values
EO_TaskStage_QuerysetStageByFilter()
Set all tasks by filter in the stage.
public
static setStageByFilter(int $id, array<string|int, mixed> $filter) : void
Parameters
- $id : int
-
Stage id.
- $filter : array<string|int, mixed>
-
Filter.
wakeUpCollection()
public
static wakeUpCollection(mixed $rows) : EO_TaskStage_Collection
Parameters
- $rows : mixed
Return values
EO_TaskStage_CollectionwakeUpObject()
public
static wakeUpObject(mixed $row) : EO_TaskStage
Parameters
- $row : mixed