ResultTable extends DataManager
Class ResultTable
DO NOT WRITE ANYTHING BELOW THIS
<<< ORMENTITYANNOTATION
Table of Contents
Constants
- STATUS_CLOSED = 1
- STATUS_OPENED = 0
- UF_FILE_NAME = 'UF_RESULT_FILES'
- UF_PREVIEW_NAME = 'UF_RESULT_PREVIEW'
Methods
- add() : mixed
- createCollection() : EO_Result_Collection
- createObject() : Result
- getByCommentId() : Result|null
- getById() : EO_Result_Result
- getByPrimary() : EO_Result_Result
- getByTaskId() : EO_Result_Collection
- getClass() : mixed
- getEntity() : EO_Result_Entity
- getList() : EO_Result_Result
- getMap() : mixed
- getObjectClass() : mixed
- getTableName() : mixed
- getUfId() : mixed
- isResult() : bool
- query() : EO_Result_Query
- wakeUpCollection() : EO_Result_Collection
- wakeUpObject() : Result
Constants
STATUS_CLOSED
public
mixed
STATUS_CLOSED
= 1
STATUS_OPENED
public
mixed
STATUS_OPENED
= 0
UF_FILE_NAME
public
mixed
UF_FILE_NAME
= 'UF_RESULT_FILES'
UF_PREVIEW_NAME
public
mixed
UF_PREVIEW_NAME
= 'UF_RESULT_PREVIEW'
Methods
add()
public
static add(array<string|int, mixed> $data) : mixed
Parameters
- $data : array<string|int, mixed>
createCollection()
public
static createCollection() : EO_Result_Collection
Return values
EO_Result_CollectioncreateObject()
public
static createObject([mixed $setDefaultValues = = 'true' ]) : Result
Parameters
- $setDefaultValues : mixed = = 'true'
Return values
ResultgetByCommentId()
public
static getByCommentId(int $commentId) : Result|null
Parameters
- $commentId : int
Return values
Result|nullgetById()
public
static getById(mixed $id) : EO_Result_Result
Parameters
- $id : mixed
Return values
EO_Result_ResultgetByPrimary()
public
static getByPrimary(mixed $primary[, array<string|int, mixed> $parameters = = '[]' ]) : EO_Result_Result
Parameters
- $primary : mixed
- $parameters : array<string|int, mixed> = = '[]'
Return values
EO_Result_ResultgetByTaskId()
public
static getByTaskId(int $taskId) : EO_Result_Collection
Parameters
- $taskId : int
Tags
Return values
EO_Result_CollectiongetClass()
public
static getClass() : mixed
getEntity()
public
static getEntity() : EO_Result_Entity
Return values
EO_Result_EntitygetList()
public
static getList([array<string|int, mixed> $parameters = = '[]' ]) : EO_Result_Result
Parameters
- $parameters : array<string|int, mixed> = = '[]'
Return values
EO_Result_ResultgetMap()
public
static getMap() : mixed
getObjectClass()
public
static getObjectClass() : mixed
getTableName()
public
static getTableName() : mixed
getUfId()
public
static getUfId() : mixed
isResult()
public
static isResult(int $commentId, int $taskId) : bool
Parameters
- $commentId : int
- $taskId : int
Tags
Return values
boolquery()
public
static query() : EO_Result_Query
Return values
EO_Result_QuerywakeUpCollection()
public
static wakeUpCollection(mixed $rows) : EO_Result_Collection
Parameters
- $rows : mixed
Return values
EO_Result_CollectionwakeUpObject()
public
static wakeUpObject(mixed $row) : Result
Parameters
- $row : mixed