OXID eShop CE
4.10.2
|
Public Member Functions | |
removeDiscArt () | |
addDiscArt () | |
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 () | |
_getQueryCols () | |
Protected Member Functions inherited from ajaxListComponent | |
_getActionIds ($sId) | |
_getDataQuery ($sQ) | |
_getCountQuery ($sQ) | |
_getSortCol () | |
_getColNames ($sId=null) | |
_getIdentColNames () | |
_getVisibleColNames () | |
_buildColsQuery ($aIdentCols, $blIdentCols=true) | |
_isExtendedColumn ($sColumn) | |
_getExtendedColQuery ($sViewTable, $sColumn, $iCnt) | |
_getSorting () | |
_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 discount articles
Definition at line 6 of file discount_item_ajax.php.
|
protected |
Returns SQL query for data to fetc
Reimplemented from ajaxListComponent.
Definition at line 39 of file discount_item_ajax.php.
|
protected |
Formats and returns chunk of SQL query string with definition of fields to load from DB. Adds subselect to get variant title from parent article
Reimplemented from ajaxListComponent.
Definition at line 125 of file discount_item_ajax.php.
discount_item_ajax::addDiscArt | ( | ) |
Adds selected article (articles) to discount list
Definition at line 109 of file discount_item_ajax.php.
discount_item_ajax::removeDiscArt | ( | ) |
Removes selected article (articles) from discount list
Definition at line 96 of file discount_item_ajax.php.
|
protected |
Definition at line 14 of file discount_item_ajax.php.