Definition at line 8 of file oxerptype_orderarticle.php.
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 |
oxERPType_OrderArticle.__construct | ( | ) |
Class constructor
Reimplemented from oxERPType.
Definition at line 115 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.checkWriteAccess | ( | $ | sOxid | ) |
Checks for write access. If access is not granted exception is thrown
object | $sOxid object id |
Reimplemented from oxERPType.
Definition at line 151 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 174 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 196 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 222 of file oxerptype_orderarticle.php.
oxERPType_OrderArticle.$_aFieldListVersions [protected] |