PresetTable extends DataManager
Class PresetTable
DO NOT WRITE ANYTHING BELOW THIS
<<< ORMENTITYANNOTATION
Table of Contents
Methods
- createCollection() : EO_Preset_Collection
- createObject() : EO_Preset
- getById() : EO_Preset_Result
- getByPrimary() : EO_Preset_Result
- getCountByFilter() : int
- Returns count of presets using filter.
- getEntity() : EO_Preset_Entity
- getList() : EO_Preset_Result
- getMap() : array<string|int, mixed>
- Returns entity map definition
- getTableName() : string
- Returns DB table name for entity
- query() : EO_Preset_Query
- validateName() : array<string|int, mixed>
- Returns validators for NAME field.
- validateXmlId() : array<string|int, mixed>
- Returns validators for XML_ID field.
- wakeUpCollection() : EO_Preset_Collection
- wakeUpObject() : EO_Preset
Methods
createCollection()
public
static createCollection() : EO_Preset_Collection
Return values
EO_Preset_CollectioncreateObject()
public
static createObject([mixed $setDefaultValues = = 'true' ]) : EO_Preset
Parameters
- $setDefaultValues : mixed = = 'true'
Return values
EO_PresetgetById()
public
static getById(mixed $id) : EO_Preset_Result
Parameters
- $id : mixed
Return values
EO_Preset_ResultgetByPrimary()
public
static getByPrimary(mixed $primary[, array<string|int, mixed> $parameters = = '[]' ]) : EO_Preset_Result
Parameters
- $primary : mixed
- $parameters : array<string|int, mixed> = = '[]'
Return values
EO_Preset_ResultgetCountByFilter()
Returns count of presets using filter.
public
static getCountByFilter([array<string|int, mixed> $filter = array() ]) : int
Parameters
- $filter : array<string|int, mixed> = array()
Tags
Return values
intgetEntity()
public
static getEntity() : EO_Preset_Entity
Return values
EO_Preset_EntitygetList()
public
static getList([array<string|int, mixed> $parameters = = '[]' ]) : EO_Preset_Result
Parameters
- $parameters : array<string|int, mixed> = = '[]'
Return values
EO_Preset_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
stringquery()
public
static query() : EO_Preset_Query
Return values
EO_Preset_QueryvalidateName()
Returns validators for NAME field.
public
static validateName() : array<string|int, mixed>
Return values
array<string|int, mixed>validateXmlId()
Returns validators for XML_ID field.
public
static validateXmlId() : array<string|int, mixed>
Return values
array<string|int, mixed>wakeUpCollection()
public
static wakeUpCollection(mixed $rows) : EO_Preset_Collection
Parameters
- $rows : mixed
Return values
EO_Preset_CollectionwakeUpObject()
public
static wakeUpObject(mixed $row) : EO_Preset
Parameters
- $row : mixed