OXID eShop CE
4.10.6
|
Protected Member Functions | |
_prepareWhereQuery ($aWhere, $sqlFull) | |
_buildSelectString ($oListObject=null) | |
Protected Member Functions inherited from oxAdminList | |
_getViewListSize () | |
_getUserDefListSize () | |
_calcListItemsCount ($sSql) | |
_setCurrentListPosition ($sPage=null) | |
_prepareOrderByQuery ($sSql=null) | |
_processFilter ($sFieldValue) | |
_buildFilter ($sVal, $blIsSearchValue) | |
_isSearchValue ($sFieldValue) | |
_changeselect ($sSql) | |
_convertToDBDate ($sValue, $sFldType) | |
_convertDate ($sDate) | |
_convertTime ($sFullDate) | |
_setListNavigationParams () | |
_setupNavigation ($sNode) | |
Protected Member Functions inherited from oxAdminView | |
_getEditShop ($sShopId) | |
_getServiceProtocol () | |
_getShopVersionNr () | |
_addNavigationHistory ($sNode) | |
_getMaxUploadFileInfo ($iMaxFileSize, $blFormatted=false) | |
_resetContentCache () | |
_allowAdminEdit ($sUserId) | |
_getCountryByCode ($sCountryCode) | |
_authorize () | |
Protected Member Functions inherited from oxView | |
_executeNewAction ($sNewAction) |
Additional Inherited Members | |
Static Protected Attributes inherited from oxAdminView | |
static | $_oNaviTree = null |
static | $_sAuthUserRights = null |
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.
|
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 97 of file order_list.php.
|
protected |
Adding folder check
array | $aWhere | SQL condition array |
string | $sqlFull | SQL query string |
Reimplemented from oxAdminList.
Reimplemented in List_Order.
Definition at line 71 of file order_list.php.
Order_List::getListSorting | ( | ) |
Returns sorting fields array
Reimplemented from oxAdminList.
Reimplemented in List_Order.
Definition at line 145 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 38 of file order_list.php.
Order_List::storno | ( | ) |
Cancels order and its order articles
Definition at line 127 of file order_list.php.
|
protected |
Definition at line 23 of file order_list.php.
|
protected |
Definition at line 30 of file order_list.php.
|
protected |
Definition at line 16 of file order_list.php.