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

Public Member Functions

 getListSorting ()
 render ()
 _prepareWhereQuery ($aWhere, $sqlFull)
- Public Member Functions inherited from Order_List
 storno ()
- Public Member Functions inherited from oxAdminList
 getListFilter ()
 getViewListSize ()
 deleteEntry ()
 buildWhere ()
 getItemList ()
 clearItemList ()
 getItemListBaseObject ()
- Public Member Functions inherited from oxAdminView
 __construct ()
 init ()
 addGlobalParams ($oShop=null)
 getServiceUrl ($sLangAbbr=null)
 save ()
 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 ()
 executeFunction ($sFunction)
 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)

Protected Member Functions

 _getViewListSize ()
 _calcListItemsCount ($sSql)
 _buildSelectString ($oObject=null)
 _prepareOrderByQuery ($sSql=null)

Protected Attributes

 $_blDesc = false
- Protected Attributes inherited from Order_List
 $_sListClass = 'oxorder'
 $_blDesc = true
 $_sDefSortField = "oxorderdate"
- Protected Attributes inherited from oxAdminList
 $_sListClass = null
 $_sListType = 'oxlist'
 $_oList = null
 $_iCurrListPos = 0
 $_iListSize = 0
 $_aWhere = null
 $_blDesc = false
 $_blEmployMultilanguage = null
 $_iOverPos = null
 $_iViewListSize = 0
 $_iDefViewListSize = 50
 $_aCurrSorting = null
 $_sDefSortField = null
 $_aListFilter = null
- Protected Attributes inherited from oxAdminView
 $_aSumType
 $_sThisTemplate = null
 $_iDefEdit = 0
 $_iEditLang = 0
 $_sShopTitle = " - "
 $_sShopVersion = null
 $_sServiceUrl = null
 $_oEditShop = null
 $_sEditObjectId = null
- Protected Attributes inherited from oxView
 $_aViewData = array()
 $_sClassLocation = null
 $_sThisAction = null
 $_oParent = null
 $_blIsComponent = false
 $_sThisTemplate = null
 $_sViewId = null
 $_sClass = null
 $_sFnc = null
 $_sTrustedShopId = null
 $_sTSExcellenceId = null
 $_sCharSet = null
 $_sVersion = null
 $_blDemoVersion = null
 $_blDemoShop = null
 $_iNewsStatus = null
 $_sShopLogo = null
 $_sCategoryId = null
 $_oClickCat = null
 $_blIsCallForCache = false
 $_oViewConf = null

Additional Inherited Members

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

Detailed Description

User list "view" class.

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

Definition at line 8 of file list_order.php.

Member Function Documentation

List_Order::_buildSelectString (   $oObject = null)
protected

Returns select query string

Parameters
object$oObjectObject
Returns
string

Reimplemented from Order_List.

Definition at line 106 of file list_order.php.

List_Order::_calcListItemsCount (   $sSql)
protected

Calculates list items count

Parameters
string$sSqlSQL query used co select list items

Reimplemented from oxAdminList.

Definition at line 82 of file list_order.php.

List_Order::_getViewListSize ( )
protected

Viewable list size getter

Returns
int

Reimplemented from oxAdminList.

Definition at line 40 of file list_order.php.

List_Order::_prepareOrderByQuery (   $sSql = null)
protected

Adds order by to SQL query string.

Parameters
string$sSqlsql string
Returns
string

Reimplemented from oxAdminList.

Definition at line 118 of file list_order.php.

List_Order::_prepareWhereQuery (   $aWhere,
  $sqlFull 
)

Adding folder check

Parameters
array$aWhereSQL condition array
string$sqlFullSQL query string
Returns
$sQ

Reimplemented from Order_List.

Definition at line 69 of file list_order.php.

List_Order::getListSorting ( )

Returns sorting fields array

Returns
array

Reimplemented from Order_List.

Definition at line 23 of file list_order.php.

List_Order::render ( )

Executes parent method parent::render(), passes data to Smarty engine and returns name of template file "list_review.tpl".

Returns
string

Reimplemented from Order_List.

Definition at line 51 of file list_order.php.

Member Data Documentation

List_Order::$_blDesc = false
protected

Definition at line 16 of file list_order.php.


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