Bitrix API

ShipmentTable extends DataManager

Class ShipmentTable

Fields:

  • ID int mandatory
  • SHIPMENT_ID int mandatory *
  • REQUEST_ID int optional
  • EXTERNAL_ID int optional
  • ERROR_DESCRIPTION string

Table of Contents

Methods

createCollection()  : EO_Shipment_Collection
createObject()  : EO_Shipment
getById()  : EO_Shipment_Result
getByPrimary()  : EO_Shipment_Result
getEntity()  : EO_Shipment_Entity
getList()  : EO_Shipment_Result
getMap()  : array<string|int, mixed>
Returns entity map definition.
getTableName()  : string
Returns DB table name for entity.
query()  : EO_Shipment_Query
setShipment()  : mixed
validateErrorDescription()  : array<string|int, mixed>
validateType()  : array<string|int, mixed>
wakeUpCollection()  : EO_Shipment_Collection
wakeUpObject()  : EO_Shipment

Methods

createCollection()

public static createCollection() : EO_Shipment_Collection
Return values
EO_Shipment_Collection

createObject()

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

getById()

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

getByPrimary()

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

getEntity()

public static getEntity() : EO_Shipment_Entity
Return values
EO_Shipment_Entity

getList()

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

getMap()

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
string

query()

public static query() : EO_Shipment_Query
Return values
EO_Shipment_Query

setShipment()

public static setShipment(array<string|int, mixed> $fields) : mixed
Parameters
$fields : array<string|int, mixed>

validateErrorDescription()

public static validateErrorDescription() : array<string|int, mixed>
Return values
array<string|int, mixed>

validateType()

public static validateType() : array<string|int, mixed>
Return values
array<string|int, mixed>

wakeUpCollection()

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

wakeUpObject()

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

        
On this page

Search results