Bitrix API

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_Collection

createObject()

public static createObject([mixed $setDefaultValues = = 'true' ]) : EO_Posting
Parameters
$setDefaultValues : mixed = = 'true'
Return values
EO_Posting

getById()

public static getById(mixed $id) : EO_Posting_Result
Parameters
$id : mixed
Return values
EO_Posting_Result

getByPrimary()

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_Result

getEntity()

public static getEntity() : EO_Posting_Entity
Return values
EO_Posting_Entity

getList()

public static getList([array<string|int, mixed> $parameters = = '[]' ]) : EO_Posting_Result
Parameters
$parameters : array<string|int, mixed> = = '[]'
Return values
EO_Posting_Result

getMap()

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
string

onDelete()

Handler of event onDelete

public static onDelete(Event $event) : EventResult
Parameters
$event : Event

Event.

Tags
throws
ArgumentException
Return values
EventResult

query()

public static query() : EO_Posting_Query
Return values
EO_Posting_Query

wakeUpCollection()

public static wakeUpCollection(mixed $rows) : EO_Posting_Collection
Parameters
$rows : mixed
Return values
EO_Posting_Collection

wakeUpObject()

public static wakeUpObject(mixed $row) : EO_Posting
Parameters
$row : mixed
Return values
EO_Posting

        
On this page

Search results