Inheritance diagram for Order_List:
 Collaboration diagram for Order_List:Public Member Functions | |
| render () | |
| storno () | |
Protected Member Functions | |
| _prepareWhereQuery ($aWhere, $sqlFull) | |
| _buildSelectString ($oListObject=null) | |
| _prepareOrderByQuery ($sSql=null) | |
Protected Attributes | |
| $_sListClass = 'oxorder' | |
| $_blDesc = true | |
| $_sDefSort = "oxorder.oxorderdate" | |
Admin order list manager. Performs collection and managing (such as filtering or deleting) function. Admin Menu: Orders -> Display Orders.
Definition at line 8 of file order_list.php.
| Order_List._buildSelectString | ( | $ |  oListObject = null | 
          ) |  [protected] | 
        
Builds and returns SQL query string. Adds additional order check.
| object | $oListObject list main object | 
Reimplemented from oxAdminList.
Reimplemented in List_Order.
Definition at line 99 of file order_list.php.
| Order_List._prepareOrderByQuery | ( | $ |  sSql = null | 
          ) |  [protected] | 
        
Adds order by to SQL query string.
| string | $sSql sql string | 
Reimplemented from oxAdminList.
Reimplemented in List_Order.
Definition at line 153 of file order_list.php.
| Order_List._prepareWhereQuery | ( | $ | aWhere, | |
| $ | sqlFull | |||
| ) |  [protected] | 
        
Adding folder check
| array | $aWhere SQL condition array | |
| string | $sqlFull SQL query string | 
Reimplemented from oxAdminList.
Reimplemented in List_Order.
Definition at line 70 of file order_list.php.
| Order_List.render | ( | ) | 
Executes parent method parent.render() and returns name of template file "order_list.tpl".
Reimplemented from oxAdminList.
Reimplemented in List_Order.
Definition at line 37 of file order_list.php.
| Order_List.storno | ( | ) | 
Order_List.$_blDesc = true [protected] | 
        
Reimplemented from oxAdminList.
Definition at line 22 of file order_list.php.
Order_List.$_sDefSort = "oxorder.oxorderdate" [protected] | 
        
Reimplemented from oxAdminList.
Definition at line 29 of file order_list.php.
Order_List.$_sListClass = 'oxorder' [protected] | 
        
Reimplemented from oxAdminList.
Definition at line 15 of file order_list.php.
 1.7.1