WorkflowTemplateTable extends DataManager
Class WorkflowTemplateTable
DO NOT WRITE ANYTHING BELOW THIS
<<< ORMENTITYANNOTATION
Table of Contents
Methods
- createCollection() : EO_WorkflowTemplate_Collection
- createObject() : Tpl
- decodeJson() : mixed
- encodeJson() : mixed
- getById() : EO_WorkflowTemplate_Result
- getByPrimary() : EO_WorkflowTemplate_Result
- getEntity() : EO_WorkflowTemplate_Entity
- getFromSerializedForm() : mixed
- getIdsByDocument() : array<string|int, mixed>
- getList() : EO_WorkflowTemplate_Result
- getMap() : array<string|int, mixed>
- getObjectClass() : mixed
- getTableName() : string
- query() : EO_WorkflowTemplate_Query
- toSerializedForm() : mixed
- wakeUpCollection() : EO_WorkflowTemplate_Collection
- wakeUpObject() : Tpl
Methods
createCollection()
public
static createCollection() : EO_WorkflowTemplate_Collection
Return values
EO_WorkflowTemplate_CollectioncreateObject()
public
static createObject([mixed $setDefaultValues = = 'true' ]) : Tpl
Parameters
- $setDefaultValues : mixed = = 'true'
Return values
TpldecodeJson()
public
static decodeJson(mixed $value) : mixed
Parameters
- $value : mixed
encodeJson()
public
static encodeJson(mixed $value) : mixed
Parameters
- $value : mixed
getById()
public
static getById(mixed $id) : EO_WorkflowTemplate_Result
Parameters
- $id : mixed
Return values
EO_WorkflowTemplate_ResultgetByPrimary()
public
static getByPrimary(mixed $primary[, array<string|int, mixed> $parameters = = '[]' ]) : EO_WorkflowTemplate_Result
Parameters
- $primary : mixed
- $parameters : array<string|int, mixed> = = '[]'
Return values
EO_WorkflowTemplate_ResultgetEntity()
public
static getEntity() : EO_WorkflowTemplate_Entity
Return values
EO_WorkflowTemplate_EntitygetFromSerializedForm()
public
static getFromSerializedForm(mixed $value) : mixed
Parameters
- $value : mixed
getIdsByDocument()
public
static getIdsByDocument(array<string|int, mixed> $documentType) : array<string|int, mixed>
Parameters
- $documentType : array<string|int, mixed>
Return values
array<string|int, mixed>getList()
public
static getList([array<string|int, mixed> $parameters = = '[]' ]) : EO_WorkflowTemplate_Result
Parameters
- $parameters : array<string|int, mixed> = = '[]'
Return values
EO_WorkflowTemplate_ResultgetMap()
public
static getMap() : array<string|int, mixed>
Return values
array<string|int, mixed>getObjectClass()
public
static getObjectClass() : mixed
getTableName()
public
static getTableName() : string
Return values
stringquery()
public
static query() : EO_WorkflowTemplate_Query
Return values
EO_WorkflowTemplate_QuerytoSerializedForm()
public
static toSerializedForm(mixed $value) : mixed
Parameters
- $value : mixed
wakeUpCollection()
public
static wakeUpCollection(mixed $rows) : EO_WorkflowTemplate_Collection
Parameters
- $rows : mixed
Return values
EO_WorkflowTemplate_CollectionwakeUpObject()
public
static wakeUpObject(mixed $row) : Tpl
Parameters
- $row : mixed