Inheritance diagram for oxERPType_ArticleStock:
Collaboration diagram for oxERPType_ArticleStock:Public Member Functions | |
| __construct () | |
| checkWriteAccess ($sOxid) | |
Protected Member Functions | |
| _preAssignObject ($oShopObject, $aData, $blAllowCustomShopId) | |
ERP article stock description class
Definition at line 8 of file oxerptype_articlestock.php.
| oxERPType_ArticleStock.__construct | ( | ) |
Class constructor
Reimplemented from oxERPType.
Definition at line 15 of file oxerptype_articlestock.php.
| oxERPType_ArticleStock._preAssignObject | ( | $ | oShopObject, | |
| $ | aData, | |||
| $ | blAllowCustomShopId | |||
| ) | [protected] |
issued before saving an object. Includes fix for multilanguage article long description saving ( clone of same method in oxerptype_oxarticle.php )
| 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 65 of file oxerptype_articlestock.php.
| oxERPType_ArticleStock.checkWriteAccess | ( | $ | sOxid | ) |
Checks for write access. If access is not granted exception is thrown
| object | $sOxid object id |
Reimplemented from oxERPType.
Definition at line 36 of file oxerptype_articlestock.php.
1.7.1