Inheritance diagram for oxERPType_User:
 Collaboration diagram for oxERPType_User:Public Member Functions | |
| __construct () | |
| getSQL ($sWhere, $iLanguage=0, $iShopId=1) | |
| checkWriteAccess ($oObj, $aData=null) | |
user erp type subclass
Definition at line 8 of file oxerptype_user.php.
| oxERPType_User.__construct | ( | ) | 
class constructor
Reimplemented from oxERPType.
Definition at line 15 of file oxerptype_user.php.
| oxERPType_User.checkWriteAccess | ( | $ | oObj, | |
| $ |  aData = null | |||
| ) | 
Basic access check for writing data, checks for same shopid, should be overridden if field oxshopid does not exist
| oxBase | $oObj loaded shop object | |
| array | $aData fields to be written, null for default | 
| Exception | on now access | 
Reimplemented from oxERPType.
Definition at line 59 of file oxerptype_user.php.
| oxERPType_User.getSQL | ( | $ | sWhere, | |
| $ |  iLanguage = 0,  | 
        |||
| $ |  iShopId = 1 | |||
| ) | 
returns SQL string for this type
| string | $sWhere where part of sql | |
| int | $iLanguage language id | |
| int | $iShopId shop id | 
Reimplemented from oxERPType.
Definition at line 32 of file oxerptype_user.php.
 1.7.1