NotifyEmailTable extends DataManager
Class NotifyEmailTable
DO NOT WRITE ANYTHING BELOW THIS
<<< ORMENTITYANNOTATION
Table of Contents
Constants
- ENTITY_TYPE_CATEGORY = 'CATEGORY'
- ENTITY_TYPE_IDEA = 'IDEA'
- SUBSCRIBE_TYPE_ALL = 'ALL'
- SUBSCRIBE_TYPE_NEW_IDEAS = 'NEW IDEAS'
Methods
- createCollection() : EO_NotifyEmail_Collection
- createObject() : EO_NotifyEmail
- getById() : EO_NotifyEmail_Result
- getByPrimary() : EO_NotifyEmail_Result
- getEntity() : EO_NotifyEmail_Entity
- getFilePath() : string
- Returns path to the file which contains definition of the class.
- getList() : EO_NotifyEmail_Result
- getMap() : array<string|int, mixed>
- Returns entity map definition.
- getTableName() : string
- Returns DB table name for entity
- query() : EO_NotifyEmail_Query
- wakeUpCollection() : EO_NotifyEmail_Collection
- wakeUpObject() : EO_NotifyEmail
Constants
ENTITY_TYPE_CATEGORY
public
mixed
ENTITY_TYPE_CATEGORY
= 'CATEGORY'
ENTITY_TYPE_IDEA
public
mixed
ENTITY_TYPE_IDEA
= 'IDEA'
SUBSCRIBE_TYPE_ALL
public
mixed
SUBSCRIBE_TYPE_ALL
= 'ALL'
SUBSCRIBE_TYPE_NEW_IDEAS
public
mixed
SUBSCRIBE_TYPE_NEW_IDEAS
= 'NEW IDEAS'
Methods
createCollection()
public
static createCollection() : EO_NotifyEmail_Collection
Return values
EO_NotifyEmail_CollectioncreateObject()
public
static createObject([mixed $setDefaultValues = = 'true' ]) : EO_NotifyEmail
Parameters
- $setDefaultValues : mixed = = 'true'
Return values
EO_NotifyEmailgetById()
public
static getById(mixed $id) : EO_NotifyEmail_Result
Parameters
- $id : mixed
Return values
EO_NotifyEmail_ResultgetByPrimary()
public
static getByPrimary(mixed $primary[, array<string|int, mixed> $parameters = = '[]' ]) : EO_NotifyEmail_Result
Parameters
- $primary : mixed
- $parameters : array<string|int, mixed> = = '[]'
Return values
EO_NotifyEmail_ResultgetEntity()
public
static getEntity() : EO_NotifyEmail_Entity
Return values
EO_NotifyEmail_EntitygetFilePath()
Returns path to the file which contains definition of the class.
public
static getFilePath() : string
Return values
stringgetList()
public
static getList([array<string|int, mixed> $parameters = = '[]' ]) : EO_NotifyEmail_Result
Parameters
- $parameters : array<string|int, mixed> = = '[]'
Return values
EO_NotifyEmail_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_NotifyEmail_Query
Return values
EO_NotifyEmail_QuerywakeUpCollection()
public
static wakeUpCollection(mixed $rows) : EO_NotifyEmail_Collection
Parameters
- $rows : mixed
Return values
EO_NotifyEmail_CollectionwakeUpObject()
public
static wakeUpObject(mixed $row) : EO_NotifyEmail
Parameters
- $row : mixed