OXID eShop CE  6.1.5
OxidEsales\EshopCommunity\Application\Controller\Admin\OrderList Class Reference
+ Inheritance diagram for OxidEsales\EshopCommunity\Application\Controller\Admin\OrderList:
+ Collaboration diagram for OxidEsales\EshopCommunity\Application\Controller\Admin\OrderList:

Public Member Functions

 render ()
 
 storno ()
 
 cancelOrder ()
 
 getListSorting ()
 

Protected Member Functions

 _prepareWhereQuery ($whereQuery, $fullQuery)
 
 _buildSelectString ($listObject=null)
 

Protected Attributes

 $_sListClass = 'oxorder'
 
 $_blDesc = true
 
 $_sDefSortField = "oxorderdate"
 

Detailed Description

Admin order list manager. Performs collection and managing (such as filtering or deleting) function. Admin Menu: Orders -> Display Orders.

Member Function Documentation

◆ _buildSelectString()

OxidEsales\EshopCommunity\Application\Controller\Admin\OrderList::_buildSelectString (   $listObject = null)
protected

Builds and returns SQL query string. Adds additional order check.

Parameters
object$listObjectlist main object
Returns
string

◆ _prepareWhereQuery()

OxidEsales\EshopCommunity\Application\Controller\Admin\OrderList::_prepareWhereQuery (   $whereQuery,
  $fullQuery 
)
protected

Adding folder check

Parameters
array$whereQuerySQL condition array
string$fullQuerySQL query string
Returns
string

◆ cancelOrder()

OxidEsales\EshopCommunity\Application\Controller\Admin\OrderList::cancelOrder ( )

Cancels order and its order articles Calls init() to reload list items after cancellation.

◆ getListSorting()

OxidEsales\EshopCommunity\Application\Controller\Admin\OrderList::getListSorting ( )

Returns sorting fields array

Returns
array

◆ render()

OxidEsales\EshopCommunity\Application\Controller\Admin\OrderList::render ( )

Executes parent method parent::render() and returns name of template file "order_list.tpl".

Returns
string

◆ storno()

OxidEsales\EshopCommunity\Application\Controller\Admin\OrderList::storno ( )

Cancels order and its order articles

Deprecated:
since 6.0 (2015-09-17); use self::cancelOrder().

Member Data Documentation

◆ $_blDesc

OxidEsales\EshopCommunity\Application\Controller\Admin\OrderList::$_blDesc = true
protected

◆ $_sDefSortField

OxidEsales\EshopCommunity\Application\Controller\Admin\OrderList::$_sDefSortField = "oxorderdate"
protected

◆ $_sListClass

OxidEsales\EshopCommunity\Application\Controller\Admin\OrderList::$_sListClass = 'oxorder'
protected

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