MapTable extends DataManager
Class MapTable Maps external and internal things.
Fields:
- ID int mandatory
- ENTITY_ID int mandatory
- VALUE_EXTERNAL string(255) mandatory
- VALUE_INTERNAL string(255) mandatory
Table of Contents
Methods
- createCollection() : EO_Map_Collection
- createObject() : EO_Map
- deleteByMapEntityId() : mixed
- Deletes all records with mapEntityId.
- getById() : EO_Map_Result
- getByPrimary() : EO_Map_Result
- getEntity() : EO_Map_Entity
- getFilePath() : mixed
- getList() : EO_Map_Result
- getMap() : mixed
- getTableName() : mixed
- query() : EO_Map_Query
- validateValueExternal() : mixed
- validateValueInternal() : mixed
- wakeUpCollection() : EO_Map_Collection
- wakeUpObject() : EO_Map
Methods
createCollection()
public
static createCollection() : EO_Map_Collection
Return values
EO_Map_CollectioncreateObject()
public
static createObject([mixed $setDefaultValues = = 'true' ]) : EO_Map
Parameters
- $setDefaultValues : mixed = = 'true'
Return values
EO_MapdeleteByMapEntityId()
Deletes all records with mapEntityId.
public
static deleteByMapEntityId(string $mapEntityId) : mixed
Parameters
- $mapEntityId : string
-
Map entity id.
getById()
public
static getById(mixed $id) : EO_Map_Result
Parameters
- $id : mixed
Return values
EO_Map_ResultgetByPrimary()
public
static getByPrimary(mixed $primary[, array<string|int, mixed> $parameters = = '[]' ]) : EO_Map_Result
Parameters
- $primary : mixed
- $parameters : array<string|int, mixed> = = '[]'
Return values
EO_Map_ResultgetEntity()
public
static getEntity() : EO_Map_Entity
Return values
EO_Map_EntitygetFilePath()
public
static getFilePath() : mixed
getList()
public
static getList([array<string|int, mixed> $parameters = = '[]' ]) : EO_Map_Result
Parameters
- $parameters : array<string|int, mixed> = = '[]'
Return values
EO_Map_ResultgetMap()
public
static getMap() : mixed
getTableName()
public
static getTableName() : mixed
query()
public
static query() : EO_Map_Query
Return values
EO_Map_QueryvalidateValueExternal()
public
static validateValueExternal() : mixed
validateValueInternal()
public
static validateValueInternal() : mixed
wakeUpCollection()
public
static wakeUpCollection(mixed $rows) : EO_Map_Collection
Parameters
- $rows : mixed
Return values
EO_Map_CollectionwakeUpObject()
public
static wakeUpObject(mixed $row) : EO_Map
Parameters
- $row : mixed