|
OXID eShop CE
4.9.7
|
Inheritance diagram for oxERPType_Artextends:
Collaboration diagram for oxERPType_Artextends:Public Member Functions | |
| __construct () | |
| saveObject ($aData, $blAllowCustomShopId) | |
Public Member Functions inherited from oxERPType | |
| getFunctionSuffix () | |
| getShopObjectName () | |
| getBaseTableName () | |
| setFunctionSuffix ($sNew) | |
| setFieldList ($aFieldList) | |
| getTableName ($iShopID=null, $iLanguage=0) | |
| getSQL ($sWhere, $iLanguage=0, $iShopId=1) | |
| getSortString ($sFieldName=null, $sType=null) | |
| checkWriteAccess ($oObj, $aData=null) | |
| checkCreateAccess ($aData) | |
| getObjectForDeletion ($sId) | |
| checkForDeletion ($sId) | |
| delete ($sID) | |
| deleteObject ($oObj, $sID) | |
| addExportData ($aFields) | |
| addImportData ($aFields) | |
| getRightFields () | |
| getFieldList () | |
| getKeyFields () | |
| getOxidFromKeyFields ($aData) | |
| hasKeyFields () | |
Protected Member Functions | |
| _preSaveObject ($oShopObject, $aData) | |
Protected Member Functions inherited from oxERPType | |
| _getSqlFieldName ($sField, $iLanguage=0, $iShopID=1) | |
| _isAllowedToEdit ($iShopId) | |
| _directSqlCheckForDeletion ($sId) | |
| _preAssignObject ($oShopObject, $aData, $blAllowCustomShopId) | |
| _postSaveObject ($oShopObject, $aData) | |
Additional Inherited Members | |
Static Public Attributes inherited from oxERPType | |
| static | $ERROR_WRONG_SHOPID = "Wrong shop id, operation not allowed!" |
Protected Attributes inherited from oxERPType | |
| $_sTableName = null | |
| $_sFunctionSuffix = null | |
| $_aFieldList = null | |
| $_aKeyFieldList = null | |
| $_sShopObjectName = null | |
| $_blRestrictedByShopId = false | |
| $_aFieldListVersions = null | |
Article extends type subclass
Definition at line 9 of file oxerptype_artextends.php.
| oxERPType_Artextends::__construct | ( | ) |
class constructor
Reimplemented from oxERPType.
Definition at line 17 of file oxerptype_artextends.php.
|
protected |
prepares object for saving in shop returns true if save can proceed further
| oxBase | $oShopObject | shop object |
| array | $aData | data for importing |
Reimplemented from oxERPType.
Definition at line 32 of file oxerptype_artextends.php.
| oxERPType_Artextends::saveObject | ( | $aData, | |
| $blAllowCustomShopId | |||
| ) |
saves data by calling object saving
| array | $aData | data for saving |
| bool | $blAllowCustomShopId | allow custom shop id |
Reimplemented from oxERPType.
Definition at line 45 of file oxerptype_artextends.php.