OXID eShop CE  4.10.7
 All Classes Namespaces Files Functions Variables Pages
oxImex Class Reference
+ Inheritance diagram for oxImex:
+ Collaboration diagram for oxImex:

Public Member Functions

 exportLexwareArticles ($iStart, $iLines, $sFilepath)
 interFormSimple ($nValue)
 interForm ($nValue, $oObj=null)
 internPrice ($nPrice)
 exportLexwareOrders ($iFromOrderNr="", $iToOrderNr="")
- Public Member Functions inherited from oxBase
 getUseSkipSaveFields ()
 setUseSkipSaveFields ($blUseSkipSaveFields)
 __construct ()
 __set ($sName, $sValue)
 __get ($sName)
 __isset ($mVar)
 __clone ()
 oxClone ($oObject)
 getUpdateSeo ()
 setUpdateSeo ($blUpdateSeo)
 init ($sTableName=null, $blForceAllFields=false)
 assign ($dbRecord)
 getClassName ()
 getCoreTableName ()
 getId ()
 setId ($sOXID=null)
 setShopId ($iShopId)
 getShopId ()
 getViewName ($blForceCoreTableUsage=null)
 modifyCacheKey ($sCacheKey, $blOverride=false)
 disableLazyLoading ()
 isDerived ()
 setIsDerived ($blVal)
 isMultilang ()
 load ($sOXID)
 isLoaded ()
 buildSelectString ($aWhere=null)
 assignRecord ($sSelect)
 getFieldData ($sFieldName)
 getSelectFields ($blForceCoreTableUsage=null)
 delete ($sOxId=null)
 save ()
 allowDerivedUpdate ()
 allowDerivedDelete ()
 exists ($sOXID=null)
 getSqlActiveSnippet ($blForceCoreTable=null)
 beforeUpdate ($sOXID=null)
 onChange ($iAction=null, $sOXID=null)
 setInList ()
 isOx ()
 isReadOnly ()
 setReadOnly ($blReadOnly)
 getFieldNames ()
 addFieldName ($sName)
 getLanguage ()
- Public Member Functions inherited from oxSuperCfg
 __call ($sMethod, $aArgs)
 getConfig ()
 setConfig ($oConfig)
 getSession ()
 setSession ($oSession)
 getUser ()
 setUser ($oUser)
 isAdmin ()
 setAdminMode ($blAdmin)

Protected Member Functions

 _getCharset ()
 _convertStr ($sStr)
- Protected Member Functions inherited from oxBase
 _setUpdateSeoOnFieldChange ($sField)
 _removeElement2ShopRelations ($sOxId)
 _isInList ()
 _getObjectViewName ($sTable, $sShopID=null)
 _getTableFields ($sTable, $blReturnSimple=false)
 _getAllFields ($blReturnSimple=false)
 _initDataStructure ($blForceFullStructure=false)
 _getNonCachedFieldNames ($blForceFullStructure=false)
 _getFieldStatus ($sFieldName)
 _addField ($sName, $iStatus, $sType=null, $sLength=null)
 _getFieldLongName ($sFieldName)
 _setFieldData ($sFieldName, $sValue, $iDataType=oxField::T_TEXT)
 _canFieldBeNull ($sFieldName)
 _getFieldDefaultValue ($sFieldName)
 _getUpdateFieldValue ($sFieldName, $oField)
 _getUpdateFields ($blUseSkipSaveFields=true)
 _update ()
 _insert ()
 _isDisabledFieldCache ()
 _addSkippedSaveFieldsForMapping ()
 _disableLazyLoadingForCaching ()

Additional Inherited Members

- Protected Attributes inherited from oxBase
 $_sOXID = null
 $_iShopId = null
 $_blIsSimplyClonable = true
 $_sClassName = 'oxbase'
 $_sCoreTable = null
 $_sViewTable = null
 $_aFieldNames = array('oxid' => 0)
 $_sCacheKey = null
 $_blUseLazyLoading = false
 $_aSkipSaveFields = array('oxtimestamp')
 $_blUseSkipSaveFields = true
 $_sExistKey = 'oxid'
 $_blIsDerived = null
 $_blIsSeoObject = false
 $_blUpdateSeo = true
 $_blReadOnly = false
 $_blIsInList = false
 $_isLoaded = false
 $_aInnerLazyCache = null
 $_blEmployMultilanguage = false
- Static Protected Attributes inherited from oxBase
static $_blDisableFieldCaching = array()

Detailed Description

Lexware manager

Deprecated:
since 5.3.0 (2016.04.07); It will be moved to lexware_export_module module.

Definition at line 8 of file oximex.php.

Member Function Documentation

oxImex::_convertStr (   $sStr)
protected

Converts string from 'ISO-8859-15' to defined charset

Parameters
string$sStrstring to convert
Returns
string

Definition at line 423 of file oximex.php.

oxImex::_getCharset ( )
protected

Get current charset

Returns
string

Definition at line 411 of file oximex.php.

oxImex::exportLexwareArticles (   $iStart,
  $iLines,
  $sFilepath 
)

Performs Lexware export to file.

Parameters
integer$iStartStart writing to file from line
integer$iLinesAmount of lines to write
string$sFilepathPath to export file
Returns
bool

Definition at line 20 of file oximex.php.

oxImex::exportLexwareOrders (   $iFromOrderNr = "",
  $iToOrderNr = "" 
)

Returns XML compatible text for LexwareOrders export.

Parameters
integer$iFromOrderNrOrder from (default null)
integer$iToOrderNrOrder number
Returns
string

Definition at line 226 of file oximex.php.

oxImex::interForm (   $nValue,
  $oObj = null 
)

Replaces some special chars to HTML compatible codes, returns string with replaced chars.

Parameters
string$nValuestring to replace special chars
object$oObjobject
Returns
string

Definition at line 150 of file oximex.php.

oxImex::interFormSimple (   $nValue)

Ensures, that the given data can be put in the csv

Parameters
string$nValuegiven string
Returns
string

Definition at line 132 of file oximex.php.

oxImex::internPrice (   $nPrice)

Returns formatted price (grouped thousands, etc.).

Parameters
float$nPricePrice to format
Returns
string

Definition at line 210 of file oximex.php.


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