Public Member Functions | |
__construct () | |
getSQL ($sWhere, $iLanguage=0, $iShopID=1) | |
checkWriteAccess ($oObj, $aData=null) | |
Protected Member Functions | |
_getSqlFieldName ($sField, $iLanguage=0, $iShopID=1) | |
_preAssignObject ($oShopObject, $aData, $blAllowCustomShopId) |
Order Article erp type subclass
Definition at line 8 of file oxerptype_orderarticle.php.
oxERPType_OrderArticle.__construct | ( | ) |
class constructor
Reimplemented from oxERPType.
Definition at line 16 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 78 of file oxerptype_orderarticle.php.
oxERPType_OrderArticle._preAssignObject | ( | $ | oShopObject, | |
$ | aData, | |||
$ | blAllowCustomShopId | |||
) | [protected] |
issued before saving an object. can modify aData for saving
oxBase | $oShopObject oxBase child for object | |
array | $aData data for object | |
bool | $blAllowCustomShopId if true then AllowCustomShopId |
Reimplemented from oxERPType.
Definition at line 97 of file oxerptype_orderarticle.php.
oxERPType_OrderArticle.checkWriteAccess | ( | $ | oObj, | |
$ | aData = null | |||
) |
check for write access for id
oxBase | $oObj loaded shop object | |
array | $aData fields to be written, null for default |
Exception | on now access |
Reimplemented from oxERPType.
Definition at line 58 of file oxerptype_orderarticle.php.
oxERPType_OrderArticle.getSQL | ( | $ | sWhere, | |
$ | iLanguage = 0 , |
|||
$ | iShopID = 1 | |||
) |
returns Sql for export
string | $sWhere where part of sql | |
int | $iLanguage language id | |
int | $iShopID shop id |
Reimplemented from oxERPType.
Definition at line 35 of file oxerptype_orderarticle.php.