Inheritance diagram for oxERPType_Order:
Collaboration diagram for oxERPType_Order:Public Member Functions | |
| __construct () | |
Protected Member Functions | |
| getSqlFieldName ($sField, $iLanguage=0, $iShopID=1) | |
| _preAssignObject ($oShopObject, $aData, $blAllowCustomShopId) | |
| _postSaveObject ($oShopObject, $aData) | |
Protected Attributes | |
| $_aFieldListVersions | |
ERP order description class
Definition at line 8 of file oxerptype_order.php.
| oxERPType_Order.__construct | ( | ) |
Class constructor
Reimplemented from oxERPType.
Definition at line 158 of file oxerptype_order.php.
| oxERPType_Order._postSaveObject | ( | $ | oShopObject, | |
| $ | aData | |||
| ) | [protected] |
post saving hook. can finish transactions if needed or ajust related data
| oxBase | $oShopObject shop object | |
| data | $aData saved object data |
Reimplemented from oxERPType.
Definition at line 230 of file oxerptype_order.php.
| oxERPType_Order._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 204 of file oxerptype_order.php.
| oxERPType_Order.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 176 of file oxerptype_order.php.
oxERPType_Order.$_aFieldListVersions [protected] |
Reimplemented from oxERPType.
Definition at line 14 of file oxerptype_order.php.
1.7.1