Public Member Functions | Protected Member Functions | Protected Attributes

oxERPType_OrderArticle Class Reference

Inheritance diagram for oxERPType_OrderArticle:
Collaboration diagram for oxERPType_OrderArticle:

List of all members.

Public Member Functions

 __construct ()
 getSQL ($sWhere, $iLanguage=0, $iShopID=1)
 checkWriteAccess ($sOxid)
 addExportData ($aFields)

Protected Member Functions

 getSqlFieldName ($sField, $iLanguage=0, $iShopID=1)
 _preAssignObject ($oShopObject, $aData, $blAllowCustomShopId)

Protected Attributes

 $_aFieldListVersions

Detailed Description

ERP order article description class

Definition at line 8 of file oxerptype_orderarticle.php.


Constructor & Destructor Documentation

oxERPType_OrderArticle.__construct (  ) 

Class constructor

Returns:
null

Reimplemented from oxERPType.

Definition at line 115 of file oxerptype_orderarticle.php.


Member Function Documentation

oxERPType_OrderArticle._preAssignObject ( oShopObject,
aData,
blAllowCustomShopId 
) [protected]

issued before saving an object. can modify aData for saving

Parameters:
oxBase $oShopObject shop object
array $aData data to assign
bool $blAllowCustomShopId if true - custom shop id allowed
Returns:
array

Reimplemented from oxERPType.

Definition at line 225 of file oxerptype_orderarticle.php.

oxERPType_OrderArticle.addExportData ( aFields  ) 

We have the possibility to add some data

Parameters:
array $aFields fields to export
Returns:
array

Reimplemented from oxERPType.

Definition at line 199 of file oxerptype_orderarticle.php.

oxERPType_OrderArticle.checkWriteAccess ( sOxid  ) 

Checks for write access. If access is not granted exception is thrown

Parameters:
object $sOxid object id
Returns:
null

Reimplemented from oxERPType.

Definition at line 152 of file oxerptype_orderarticle.php.

oxERPType_OrderArticle.getSQL ( sWhere,
iLanguage = 0,
iShopID = 1 
)

Returns formattted sql

Parameters:
object $sWhere where condition
object $iLanguage active language [optional]
object $iShopID shop id [optional]
Returns:
string

Reimplemented from oxERPType.

Definition at line 132 of file oxerptype_orderarticle.php.

oxERPType_OrderArticle.getSqlFieldName ( sField,
iLanguage = 0,
iShopID = 1 
) [protected]

return sql column name of given table column

Parameters:
string $sField field name
int $iLanguage language id
int $iShopID shop id
Returns:
string

Reimplemented from oxERPType.

Definition at line 175 of file oxerptype_orderarticle.php.


Member Data Documentation

oxERPType_OrderArticle.$_aFieldListVersions [protected]

Reimplemented from oxERPType.

Definition at line 14 of file oxerptype_orderarticle.php.


The documentation for this class was generated from the following file: