

Definition at line 6 of file oxerptype_user.php.
Public Member Functions | |
| __construct () | |
| getSQL ($sWhere, $iLanguage=0, $iShopID=1) | |
| checkWriteAccess ($sOxid) | |
| getObjectForDeletion ($sId) | |
| getFunctionSuffix () | |
| addExportData ($aFields) | |
Static Public Attributes | |
| static | $CAN_NOT_IMPORT_SALT = 'ERROR: Can not import user password salt to shop config.' | 
Protected Member Functions | |
| getSqlFieldName ($sField, $iLanguage=0, $iShopID=1) | |
| _preAssignObject ($oShopObject, $aData, $blAllowCustomShopId) | |
| _preSaveObject ($oShopObject, $aData) | |
Protected Attributes | |
| $_aFieldListVersions | |
| oxERPType_User.__construct | ( | ) | 
| oxERPType_User.getSQL | ( | $ | sWhere, | |
| $ |  iLanguage = 0,  | 
        |||
| $ |  iShopID = 1 | |||
| ) | 
returns SQL string for this type
| string | $sWhere | |
| integer | $iLanguage | 
Reimplemented from oxERPType.
Definition at line 103 of file oxerptype_user.php.
| oxERPType_User.checkWriteAccess | ( | $ | sOxid | ) | 
Basic access check for writing data, checks for same shopid, should be overridden if field oxshopid does not exist
| string | $sOxid the oxid of the object | 
| Exception | 
Reimplemented from oxERPType.
Definition at line 122 of file oxerptype_user.php.
| oxERPType_User.getObjectForDeletion | ( | $ | sId | ) | 
checks done to make sure deletion is possible and allowed
| string | $sId id of object | 
| Exception | 
Reimplemented from oxERPType.
Definition at line 131 of file oxerptype_user.php.
| oxERPType_User.getFunctionSuffix | ( | ) | 
getter for _sFunctionSuffix
Reimplemented from oxERPType.
Definition at line 155 of file oxerptype_user.php.
| oxERPType_User.getSqlFieldName | ( | $ | sField, | |
| $ |  iLanguage = 0,  | 
        |||
| $ |  iShopID = 1 | |||
| ) |  [protected] | 
        
return sql column name of given table column
| string | $sField | |
| int | $iLanguage | 
Reimplemented from oxERPType.
Definition at line 168 of file oxerptype_user.php.
| oxERPType_User._preAssignObject | ( | $ | oShopObject, | |
| $ | aData, | |||
| $ | blAllowCustomShopId | |||
| ) |  [protected] | 
        
issued before saving an object. can modify aData for saving
| oxBase | $oShopObject | |
| array | $aData | |
| bool | $blAllowCustomShopId | 
Reimplemented from oxERPType.
Definition at line 203 of file oxerptype_user.php.
| oxERPType_User._preSaveObject | ( | $ | oShopObject, | |
| $ | aData | |||
| ) |  [protected] | 
        
prepares object for saving in shop returns true if save can proceed further
| $oShopObject | ||
| $aData | 
Reimplemented from oxERPType.
Definition at line 240 of file oxerptype_user.php.
| oxERPType_User.addExportData | ( | $ | aFields | ) | 
We have the possibility to add some data
| array | $aFields | 
Reimplemented from oxERPType.
Definition at line 266 of file oxerptype_user.php.
oxERPType_User.$CAN_NOT_IMPORT_SALT = 'ERROR: Can not import user password salt to shop config.' [static]           | 
        
Definition at line 8 of file oxerptype_user.php.
oxERPType_User.$_aFieldListVersions [protected]           | 
        
 1.5.5