Definition at line 9 of file order_list.php.
Public Member Functions | |
render () | |
buildWhere () | |
storno () | |
Protected Member Functions | |
_buildSelectString ($oListObject=null) | |
_prepareOrderByQuery ($sSql=null) | |
Protected Attributes | |
$_sListClass = 'oxorder' | |
$_blDesc = true | |
$_sDefSort = "oxorder.oxorderdate" |
Order_List.render | ( | ) |
Executes parent method parent.render() and returns name of template file "order_list.tpl".
Reimplemented from oxAdminList.
Definition at line 38 of file order_list.php.
Order_List.buildWhere | ( | ) |
Adding folder check. First display new orders
Reimplemented from oxAdminList.
Definition at line 68 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.
Definition at line 94 of file order_list.php.
Order_List.storno | ( | ) |
Order_List._prepareOrderByQuery | ( | $ | sSql = null |
) | [protected] |
Adds order by to SQL query string.
string | $sSql sql string |
Reimplemented from oxAdminList.
Definition at line 158 of file order_list.php.
Order_List.$_sListClass = 'oxorder' [protected] |
Order_List.$_blDesc = true [protected] |
Order_List.$_sDefSort = "oxorder.oxorderdate" [protected] |