Inheritance diagram for oxERPType_OrderStatus:
Collaboration diagram for oxERPType_OrderStatus:Public Member Functions | |
| __construct () | |
| getSQL ($sWhere, $iLanguage=0, $iShopID=1) | |
| checkWriteAccess ($sOxid) | |
| addExportData ($aFields) | |
Protected Member Functions | |
| _preAssignObject ($oShopObject, $aData, $blAllowCustomShopId) | |
| getSqlFieldName ($sField, $iLanguage=0, $iShopID=1) | |
ERP order status description class
Definition at line 8 of file oxerptype_orderstatus.php.
| oxERPType_OrderStatus.__construct | ( | ) |
Class constructor
Reimplemented from oxERPType.
Definition at line 15 of file oxerptype_orderstatus.php.
| oxERPType_OrderStatus._preAssignObject | ( | $ | oShopObject, | |
| $ | aData, | |||
| $ | blAllowCustomShopId | |||
| ) | [protected] |
issued before saving an object. can modify aData for saving
| oxBase | $oShopObject shop object | |
| array | $aData data used in assign | |
| bool | $blAllowCustomShopId if TRUE - custom shop id is allowed |
Reimplemented from oxERPType.
Definition at line 81 of file oxerptype_orderstatus.php.
| oxERPType_OrderStatus.addExportData | ( | $ | aFields | ) |
We have the possibility to add some data
| array | $aFields a fields to export |
Reimplemented from oxERPType.
Definition at line 103 of file oxerptype_orderstatus.php.
| oxERPType_OrderStatus.checkWriteAccess | ( | $ | sOxid | ) |
Checks for write access. If access is not granted exception is thrown
| object | $sOxid object id |
Reimplemented from oxERPType.
Definition at line 58 of file oxerptype_orderstatus.php.
| oxERPType_OrderStatus.getSQL | ( | $ | sWhere, | |
| $ | iLanguage = 0, |
|||
| $ | iShopID = 1 | |||
| ) |
return sql column name of given table column
| string | $sWhere where condition | |
| int | $iLanguage language id | |
| int | $iShopID shop id |
Reimplemented from oxERPType.
Definition at line 38 of file oxerptype_orderstatus.php.
| oxERPType_OrderStatus.getSqlFieldName | ( | $ | sField, | |
| $ | iLanguage = 0, |
|||
| $ | iShopID = 1 | |||
| ) | [protected] |
return sql column name of given table column
| string | $sField object field anme | |
| int | $iLanguage language id | |
| int | $iShopID shop id |
Reimplemented from oxERPType.
Definition at line 127 of file oxerptype_orderstatus.php.
1.7.1