DefaultSiteTable extends DataManager
Class DefaultSiteTable
DO NOT WRITE ANYTHING BELOW THIS
<<< ORMENTITYANNOTATION
Table of Contents
Methods
- addMultipleForOwner() : mixed
- $locationCodeList format: array(array('LOCATION_CODE' => int, 'SORT' => int))
- createCollection() : EO_DefaultSite_Collection
- createObject() : EO_DefaultSite
- getById() : EO_DefaultSite_Result
- getByPrimary() : EO_DefaultSite_Result
- getEntity() : EO_DefaultSite_Entity
- getFilePath() : mixed
- getList() : EO_DefaultSite_Result
- getMap() : mixed
- getTableName() : mixed
- query() : EO_DefaultSite_Query
- updateMultipleForOwner() : mixed
- $locationCodeList format
- wakeUpCollection() : EO_DefaultSite_Collection
- wakeUpObject() : EO_DefaultSite
Methods
addMultipleForOwner()
$locationCodeList format: array(array('LOCATION_CODE' => int, 'SORT' => int))
public
static addMultipleForOwner(mixed $siteId[, mixed $locationCodeList = array() ]) : mixed
Parameters
- $siteId : mixed
- $locationCodeList : mixed = array()
createCollection()
public
static createCollection() : EO_DefaultSite_Collection
Return values
EO_DefaultSite_CollectioncreateObject()
public
static createObject([mixed $setDefaultValues = = 'true' ]) : EO_DefaultSite
Parameters
- $setDefaultValues : mixed = = 'true'
Return values
EO_DefaultSitegetById()
public
static getById(mixed $id) : EO_DefaultSite_Result
Parameters
- $id : mixed
Return values
EO_DefaultSite_ResultgetByPrimary()
public
static getByPrimary(mixed $primary[, array<string|int, mixed> $parameters = = '[]' ]) : EO_DefaultSite_Result
Parameters
- $primary : mixed
- $parameters : array<string|int, mixed> = = '[]'
Return values
EO_DefaultSite_ResultgetEntity()
public
static getEntity() : EO_DefaultSite_Entity
Return values
EO_DefaultSite_EntitygetFilePath()
public
static getFilePath() : mixed
getList()
public
static getList([array<string|int, mixed> $parameters = = '[]' ]) : EO_DefaultSite_Result
Parameters
- $parameters : array<string|int, mixed> = = '[]'
Return values
EO_DefaultSite_ResultgetMap()
public
static getMap() : mixed
getTableName()
public
static getTableName() : mixed
query()
public
static query() : EO_DefaultSite_Query
Return values
EO_DefaultSite_QueryupdateMultipleForOwner()
$locationCodeList format
public
static updateMultipleForOwner(mixed $siteId[, mixed $locationCodeList = array() ][, mixed $behaviour = array('REMOVE_ABSENT' => true) ]) : mixed
Parameters
- $siteId : mixed
- $locationCodeList : mixed = array()
- $behaviour : mixed = array('REMOVE_ABSENT' => true)
wakeUpCollection()
public
static wakeUpCollection(mixed $rows) : EO_DefaultSite_Collection
Parameters
- $rows : mixed
Return values
EO_DefaultSite_CollectionwakeUpObject()
public
static wakeUpObject(mixed $row) : EO_DefaultSite
Parameters
- $row : mixed