Inheritance diagram for oxERPType_OrderArticle:
Collaboration diagram for oxERPType_OrderArticle:Public Member Functions | |
| __construct () | |
| getSQL ($sWhere, $iLanguage=0, $iShopID=1) | |
| checkWriteAccess ($sOxid) | |
| addExportData ($aFields) | |
Protected Member Functions | |
| getSqlFieldName ($sField, $iLanguage=0, $iShopID=1) | |
| _preAssignObject ($oShopObject, $aData, $blAllowCustomShopId) | |
Protected Attributes | |
| $_aFieldListVersions | |
ERP order article description class
Definition at line 8 of file oxerptype_orderarticle.php.
| oxERPType_OrderArticle.__construct | ( | ) |
Class constructor
Reimplemented from oxERPType.
Definition at line 115 of file oxerptype_orderarticle.php.
| oxERPType_OrderArticle._preAssignObject | ( | $ | oShopObject, | |
| $ | aData, | |||
| $ | blAllowCustomShopId | |||
| ) | [protected] |
issued before saving an object. can modify aData for saving
| oxBase | $oShopObject shop object | |
| array | $aData data to assign | |
| bool | $blAllowCustomShopId if true - custom shop id allowed |
Reimplemented from oxERPType.
Definition at line 225 of file oxerptype_orderarticle.php.
| oxERPType_OrderArticle.addExportData | ( | $ | aFields | ) |
We have the possibility to add some data
| array | $aFields fields to export |
Reimplemented from oxERPType.
Definition at line 199 of file oxerptype_orderarticle.php.
| oxERPType_OrderArticle.checkWriteAccess | ( | $ | sOxid | ) |
Checks for write access. If access is not granted exception is thrown
| object | $sOxid object id |
Reimplemented from oxERPType.
Definition at line 152 of file oxerptype_orderarticle.php.
| oxERPType_OrderArticle.getSQL | ( | $ | sWhere, | |
| $ | iLanguage = 0, |
|||
| $ | iShopID = 1 | |||
| ) |
Returns formattted sql
| object | $sWhere where condition | |
| object | $iLanguage active language [optional] | |
| object | $iShopID shop id [optional] |
Reimplemented from oxERPType.
Definition at line 132 of file oxerptype_orderarticle.php.
| oxERPType_OrderArticle.getSqlFieldName | ( | $ | sField, | |
| $ | iLanguage = 0, |
|||
| $ | iShopID = 1 | |||
| ) | [protected] |
return sql column name of given table column
| string | $sField field name | |
| int | $iLanguage language id | |
| int | $iShopID shop id |
Reimplemented from oxERPType.
Definition at line 175 of file oxerptype_orderarticle.php.
oxERPType_OrderArticle.$_aFieldListVersions [protected] |
Reimplemented from oxERPType.
Definition at line 14 of file oxerptype_orderarticle.php.
1.7.1