| OXID eShop CE
    4.9.7
    | 
 Inheritance diagram for selectlist_order_ajax:
 Inheritance diagram for selectlist_order_ajax: Collaboration diagram for selectlist_order_ajax:
 Collaboration diagram for selectlist_order_ajax:| Public Member Functions | |
| setSorting () | |
|  Public Member Functions inherited from ajaxListComponent | |
| init ($aColumns=null) | |
| getColumns () | |
| setColumns ($aColumns) | |
| setName ($sName) | |
| processRequest ($sFunction=null) | |
| resetArtSeoUrl ($aArtIds, $aCatIds=null) | |
| resetContentCache () | |
| resetCounter ($sCounterType, $sValue=null) | |
|  Public Member Functions inherited from oxSuperCfg | |
| __call ($sMethod, $aArgs) | |
| __construct () | |
| getConfig () | |
| setConfig ($oConfig) | |
| getSession () | |
| setSession ($oSession) | |
| getUser () | |
| setUser ($oUser) | |
| isAdmin () | |
| setAdminMode ($blAdmin) | |
| Protected Member Functions | |
| _getQuery () | |
| _getSorting () | |
|  Protected Member Functions inherited from ajaxListComponent | |
| _getActionIds ($sId) | |
| _getDataQuery ($sQ) | |
| _getCountQuery ($sQ) | |
| _getSortCol () | |
| _getColNames ($sId=null) | |
| _getIdentColNames () | |
| _getVisibleColNames () | |
| _getQueryCols () | |
| _buildColsQuery ($aIdentCols, $blIdentCols=true) | |
| _isExtendedColumn ($sColumn) | |
| _getExtendedColQuery ($sViewTable, $sColumn, $iCnt) | |
| _getLimit ($iStart) | |
| _getFilter () | |
| _addFilter ($sQ) | |
| _getAll ($sQ) | |
| _getSortDir () | |
| _getStartIndex () | |
| _getTotalCount ($sQ) | |
| _getDataFields ($sQ) | |
| _outputResponse ($aData) | |
| _output ($sOut) | |
| _getViewName ($sTable) | |
| _getData ($sCountQ, $sQ) | |
| _resetContentCache () | |
| Protected Attributes | |
| $_aColumns | |
|  Protected Attributes inherited from ajaxListComponent | |
| $_aPosDir = array('asc', 'desc') | |
| $_aColumns = array() | |
| $_iSqlLimit = 2500 | |
| $_sContainer = null | |
| $_blAllowExtColumns = false | |
| Additional Inherited Members | |
|  Static Protected Attributes inherited from oxSuperCfg | |
| static | $_oConfig = null | 
| static | $_oSession = null | 
| static | $_oRights = null | 
| static | $_oActUser = null | 
| static | $_blIsAdmin = null | 
Class manages article select lists sorting
Definition at line 6 of file selectlist_order_ajax.php.
| 
 | protected | 
Returns SQL query for data to fetc
Reimplemented from ajaxListComponent.
Definition at line 28 of file selectlist_order_ajax.php.
| 
 | protected | 
Returns SQL query addon for sorting
Reimplemented from ajaxListComponent.
Definition at line 44 of file selectlist_order_ajax.php.
| selectlist_order_ajax::setSorting | ( | ) | 
Applies sorting for selection lists
Definition at line 52 of file selectlist_order_ajax.php.
| 
 | protected | 
Definition at line 14 of file selectlist_order_ajax.php.