ShipmentExtraServiceTable extends DataManager
Class ShipmentExtraServiceTable
Fields:
- ID int mandatory
- SHIPMENT_ID int mandatory
- EXTRA_SERVICE_ID int mandatory
- VALUE string(255) optional
Table of Contents
Methods
- createCollection() : EO_ShipmentExtraService_Collection
- createObject() : EO_ShipmentExtraService
- deleteByShipmentId() : mixed
- getById() : EO_ShipmentExtraService_Result
- getByPrimary() : EO_ShipmentExtraService_Result
- getEntity() : EO_ShipmentExtraService_Entity
- getFilePath() : mixed
- getList() : EO_ShipmentExtraService_Result
- getMap() : mixed
- getTableName() : mixed
- query() : EO_ShipmentExtraService_Query
- validateValue() : mixed
- wakeUpCollection() : EO_ShipmentExtraService_Collection
- wakeUpObject() : EO_ShipmentExtraService
Methods
createCollection()
public
static createCollection() : EO_ShipmentExtraService_Collection
Return values
EO_ShipmentExtraService_CollectioncreateObject()
public
static createObject([mixed $setDefaultValues = = 'true' ]) : EO_ShipmentExtraService
Parameters
- $setDefaultValues : mixed = = 'true'
Return values
EO_ShipmentExtraServicedeleteByShipmentId()
public
static deleteByShipmentId(mixed $shipmentId) : mixed
Parameters
- $shipmentId : mixed
getById()
public
static getById(mixed $id) : EO_ShipmentExtraService_Result
Parameters
- $id : mixed
Return values
EO_ShipmentExtraService_ResultgetByPrimary()
public
static getByPrimary(mixed $primary[, array<string|int, mixed> $parameters = = '[]' ]) : EO_ShipmentExtraService_Result
Parameters
- $primary : mixed
- $parameters : array<string|int, mixed> = = '[]'
Return values
EO_ShipmentExtraService_ResultgetEntity()
public
static getEntity() : EO_ShipmentExtraService_Entity
Return values
EO_ShipmentExtraService_EntitygetFilePath()
public
static getFilePath() : mixed
getList()
public
static getList([array<string|int, mixed> $parameters = = '[]' ]) : EO_ShipmentExtraService_Result
Parameters
- $parameters : array<string|int, mixed> = = '[]'
Return values
EO_ShipmentExtraService_ResultgetMap()
public
static getMap() : mixed
getTableName()
public
static getTableName() : mixed
query()
public
static query() : EO_ShipmentExtraService_Query
Return values
EO_ShipmentExtraService_QueryvalidateValue()
public
static validateValue() : mixed
wakeUpCollection()
public
static wakeUpCollection(mixed $rows) : EO_ShipmentExtraService_Collection
Parameters
- $rows : mixed
Return values
EO_ShipmentExtraService_CollectionwakeUpObject()
public
static wakeUpObject(mixed $row) : EO_ShipmentExtraService
Parameters
- $row : mixed