PostingTable extends DataManager
Class PostingTable
Table of Contents
Constants
- STATUS_ABORT = 'A'
- STATUS_NEW = 'N'
- STATUS_PART = 'P'
- STATUS_SENT = 'S'
- STATUS_SENT_WITH_ERRORS = 'E'
Methods
- createCollection() : EO_Posting_Collection
- createObject() : EO_Posting
- getById() : EO_Posting_Result
- getByPrimary() : EO_Posting_Result
- getEntity() : EO_Posting_Entity
- getList() : EO_Posting_Result
- getMap() : array<string|int, mixed>
- Get map.
- getTableName() : string
- Get table name.
- onDelete() : EventResult
- Handler of event onDelete
- query() : EO_Posting_Query
- wakeUpCollection() : EO_Posting_Collection
- wakeUpObject() : EO_Posting
Constants
STATUS_ABORT
public
mixed
STATUS_ABORT
= 'A'
STATUS_NEW
public
mixed
STATUS_NEW
= 'N'
STATUS_PART
public
mixed
STATUS_PART
= 'P'
STATUS_SENT
public
mixed
STATUS_SENT
= 'S'
STATUS_SENT_WITH_ERRORS
public
mixed
STATUS_SENT_WITH_ERRORS
= 'E'
Methods
createCollection()
public
static createCollection() : EO_Posting_Collection
Return values
EO_Posting_CollectioncreateObject()
public
static createObject([mixed $setDefaultValues = = 'true' ]) : EO_Posting
Parameters
- $setDefaultValues : mixed = = 'true'
Return values
EO_PostinggetById()
public
static getById(mixed $id) : EO_Posting_Result
Parameters
- $id : mixed
Return values
EO_Posting_ResultgetByPrimary()
public
static getByPrimary(mixed $primary[, array<string|int, mixed> $parameters = = '[]' ]) : EO_Posting_Result
Parameters
- $primary : mixed
- $parameters : array<string|int, mixed> = = '[]'
Return values
EO_Posting_ResultgetEntity()
public
static getEntity() : EO_Posting_Entity
Return values
EO_Posting_EntitygetList()
public
static getList([array<string|int, mixed> $parameters = = '[]' ]) : EO_Posting_Result
Parameters
- $parameters : array<string|int, mixed> = = '[]'
Return values
EO_Posting_ResultgetMap()
Get map.
public
static getMap() : array<string|int, mixed>
Return values
array<string|int, mixed>getTableName()
Get table name.
public
static getTableName() : string
Return values
stringonDelete()
Handler of event onDelete
public
static onDelete(Event $event) : EventResult
Parameters
- $event : Event
-
Event.
Tags
Return values
EventResultquery()
public
static query() : EO_Posting_Query
Return values
EO_Posting_QuerywakeUpCollection()
public
static wakeUpCollection(mixed $rows) : EO_Posting_Collection
Parameters
- $rows : mixed
Return values
EO_Posting_CollectionwakeUpObject()
public
static wakeUpObject(mixed $row) : EO_Posting
Parameters
- $row : mixed