

Definition at line 6 of file list_order.php.
Public Member Functions | |
| render () | |
| _prepareWhereQuery ($aWhere, $sqlFull) | |
Protected Member Functions | |
| _getViewListSize () | |
| _calcListItemsCount ($sSql) | |
| _buildSelectString ($oObject=null) | |
| _prepareOrderByQuery ($sSql=null) | |
| List_Order._getViewListSize | ( | ) |  [protected] | 
        
Viewable list size getter
Reimplemented from oxAdminList.
Definition at line 13 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".
Reimplemented from Order_List.
Definition at line 24 of file list_order.php.
| List_Order._prepareWhereQuery | ( | $ | aWhere, | |
| $ | sqlFull | |||
| ) | 
Adding folder check
| array | $aWhere SQL condition array | |
| string | $sqlFull SQL query string | 
Reimplemented from Order_List.
Definition at line 43 of file list_order.php.
| List_Order._calcListItemsCount | ( | $ | sSql | ) |  [protected] | 
        
Calculates list items count
| string | $sSql SQL query used co select list items | 
Reimplemented from oxAdminList.
Definition at line 55 of file list_order.php.
| List_Order._buildSelectString | ( | $ |  oObject = null           | 
          ) |  [protected] | 
        
Returns select query string
Reimplemented from Order_List.
Definition at line 73 of file list_order.php.
| List_Order._prepareOrderByQuery | ( | $ |  sSql = null           | 
          ) |  [protected] | 
        
Adds order by to SQL query string.
| string | $sSql sql string | 
Reimplemented from Order_List.
Definition at line 85 of file list_order.php.
 1.5.5