OXID eShop CE  4.9.6
 All Classes Files Functions Variables Pages
SelectList_Main Class Reference
+ Inheritance diagram for SelectList_Main:
+ Collaboration diagram for SelectList_Main:

Public Member Functions

 render ()
 save ()
 saveinnlang ()
 delFields ()
 addField ()
 changeField ()
 parseFieldName ($sInput)
- Public Member Functions inherited from oxAdminDetails
 resetNrOfCatArticles ()
 resetNrOfVendorArticles ()
 resetNrOfManufacturerArticles ()
 changeFolder ()
- Public Member Functions inherited from oxAdminView
 __construct ()
 init ()
 addGlobalParams ($oShop=null)
 getServiceUrl ($sLangAbbr=null)
 resetContentCache ($blForceReset=null)
 resetCounter ($sCounterType, $sValue=null)
 getNavigation ()
 getViewId ()
 chshp ()
 resetSeoData ($sShopId)
 getPreviewId ()
 getEditObjectId ()
 setEditObjectId ($sId)
- Public Member Functions inherited from oxView
 setViewParameters ($aParams=null)
 getViewParameter ($sKey)
 setIsCallForCache ($blIsCallForCache=null)
 getIsCallForCache ()
 addTplParam ($sPara, $sValue)
 getBelboonParam ()
 getViewConfig ()
 getTemplateName ()
 setTemplateName ($sTemplate)
 setClassName ($sClassName)
 getClassName ()
 setFncName ($sFncName)
 getFncName ()
 setViewData ($aViewData=null)
 getViewData ()
 getViewDataElement ($sParamId=null)
 setClassLocation ($sClassLocation=null)
 getClassLocation ()
 setThisAction ($sThisAction=null)
 getThisAction ()
 setParent ($oParent=null)
 getParent ()
 setIsComponent ($blIsComponent=null)
 getIsComponent ()
 getAdditionalParams ()
 getTrustedShopId ()
 getTSExcellenceId ()
 getCharSet ()
 getShopVersion ()
 getShopEdition ()
 getRevision ()
 getPackageInfo ()
 getShopFullEdition ()
 isDemoVersion ()
 isBetaVersion ()
 isRCVersion ()
 showBetaNote ()
 isDemoShop ()
 showNewsletter ()
 setShowNewsletter ($blShow)
 getShopLogo ()
 setShopLogo ($sLogo)
 getActCategory ()
 setActCategory ($oCategory)
 getCategoryId ()
 setCategoryId ($sCategoryId)
 getErrorDestination ()
 getActionClassName ()
 isConnectedWithFb ()
 getFbUserId ()
 showFbConnectToAccountMsg ()
 isMall ()
 showRdfa ()
 getSidForWidget ()
- Public Member Functions inherited from oxSuperCfg
 __call ($sMethod, $aArgs)
 getConfig ()
 setConfig ($oConfig)
 getSession ()
 setSession ($oSession)
 getUser ()
 setUser ($oUser)
 isAdmin ()
 setAdminMode ($blAdmin)

Public Attributes

 $aFieldArray = null

Protected Member Functions

 _rearrangeFields ($oField, $iPos)
- Protected Member Functions inherited from oxAdminDetails
 _getTextEditor ($iWidth, $iHeight, $oObject, $sField, $sStylesheet=null)
 _getEditValue ($oObject, $sField)
 _processEditValue ($sValue)
 _getPlainEditor ($iWidth, $iHeight, $oObject, $sField)
 _generateTextEditor ($iWidth, $iHeight, $oObject, $sField, $sStylesheet=null)
 _createCategoryTree ($sTplVarName, $sEditCatId= '', $blForceNonCache=false, $iTreeShopId=null)
 _getCategoryTree ($sTplVarName, $sSelectedCatId, $sEditCatId= '', $blForceNonCache=false, $iTreeShopId=null)
 _setupNavigation ($sNode)
 _resetCounts ($aIds)
- Protected Member Functions inherited from oxAdminView
 _getEditShop ($sShopId)
 _getServiceProtocol ()
 _getShopVersionNr ()
 _addNavigationHistory ($sNode)
 _getMaxUploadFileInfo ($iMaxFileSize, $blFormatted=false)
 _resetContentCache ()
 _allowAdminEdit ($sUserId)
 _getCountryByCode ($sCountryCode)
 _authorize ()
- Protected Member Functions inherited from oxView
 _executeNewAction ($sNewAction)

Additional Inherited Members

- Protected Attributes inherited from oxAdminDetails
 $_oEditor = null
- Static Protected Attributes inherited from oxAdminView
static $_oNaviTree = null
static $_sAuthUserRights = null

Detailed Description

Admin article main selectlist manager. Performs collection and updatind (on user submit) main item information.

Definition at line 11 of file selectlist_main.php.

Member Function Documentation

SelectList_Main::_rearrangeFields (   $oField,
  $iPos 
)
protected

Resorts fields list and moves $oField to $iPos, uses $this->aFieldArray for fields storage.

Parameters
object$oFieldfield to be moved
integer$iPosnew pos of the field
Returns
bool - true if failed.

Definition at line 299 of file selectlist_main.php.

SelectList_Main::addField ( )

Adds a field to field array and stores object

Returns
null

Definition at line 218 of file selectlist_main.php.

SelectList_Main::changeField ( )

Modifies field from field array's first elem. and stores object

Returns
null

Definition at line 254 of file selectlist_main.php.

SelectList_Main::delFields ( )

Deletes field from field array and stores object

Returns
null

Definition at line 190 of file selectlist_main.php.

SelectList_Main::parseFieldName (   $sInput)

Parses field name from given string String format is: "someNr__@@someName__@@someTxt"

Parameters
string$sInputgiven string
Returns
string - name

Definition at line 354 of file selectlist_main.php.

SelectList_Main::render ( )

Executes parent method parent::render(), creates oxCategoryList object, passes it's data to Smarty engine and returns name of template file "selectlist_main.tpl".

Returns
string

Reimplemented from oxAdminDetails.

Definition at line 26 of file selectlist_main.php.

SelectList_Main::save ( )

Saves selection list parameters changes.

Returns
mixed

Reimplemented from oxAdminView.

Definition at line 102 of file selectlist_main.php.

SelectList_Main::saveinnlang ( )

Saves selection list parameters changes in different language (eg. english).

Returns
null

Definition at line 154 of file selectlist_main.php.

Member Data Documentation

SelectList_Main::$aFieldArray = null

Keeps all act. fields to store

Definition at line 17 of file selectlist_main.php.


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