OXID eShop CE
4.9.10
|
Public Member Functions | |
removeArtFromAct () | |
addArtToAct () | |
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 () | |
_addFilter ($sQ) | |
_getSorting () | |
_getOxRssFeed () | |
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 () | |
_getAll ($sQ) | |
_getSortDir () | |
_getStartIndex () | |
_getTotalCount ($sQ) | |
_getDataFields ($sQ) | |
_outputResponse ($aData) | |
_output ($sOut) | |
_getViewName ($sTable) | |
_getData ($sCountQ, $sQ) | |
_resetContentCache () |
Protected Attributes | |
$_blAllowExtColumns = true | |
$_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 controls article assignment to action
Definition at line 6 of file actions_main_ajax.php.
|
protected |
Adds filter SQL to current query
string | $sQ | query to add filter condition |
Reimplemented from ajaxListComponent.
Definition at line 98 of file actions_main_ajax.php.
|
protected |
Getter for the rss feed handler.
Definition at line 253 of file actions_main_ajax.php.
|
protected |
Returns SQL query for data to fetc
Reimplemented from ajaxListComponent.
Definition at line 47 of file actions_main_ajax.php.
|
protected |
Returns SQL query addon for sorting
Reimplemented from ajaxListComponent.
Definition at line 121 of file actions_main_ajax.php.
actions_main_ajax::addArtToAct | ( | ) |
Adds article to Promotions list
Definition at line 155 of file actions_main_ajax.php.
actions_main_ajax::removeArtFromAct | ( | ) |
Removes article from Promotions list
Definition at line 135 of file actions_main_ajax.php.
actions_main_ajax::setSorting | ( | ) |
Sets sorting position for current action article
Definition at line 194 of file actions_main_ajax.php.
|
protected |
Definition at line 21 of file actions_main_ajax.php.
|
protected |
Definition at line 14 of file actions_main_ajax.php.