OXID eShop CE
4.10.4
|
Public Member Functions | |
removeDiscArt () | |
addDiscArt () | |
![]() | |
init ($aColumns=null) | |
getColumns () | |
setColumns ($aColumns) | |
setName ($sName) | |
processRequest ($sFunction=null) | |
resetArtSeoUrl ($aArtIds, $aCatIds=null) | |
resetContentCache () | |
resetCounter ($sCounterType, $sValue=null) | |
![]() | |
__call ($sMethod, $aArgs) | |
__construct () | |
getConfig () | |
setConfig ($oConfig) | |
getSession () | |
setSession ($oSession) | |
getUser () | |
setUser ($oUser) | |
isAdmin () | |
setAdminMode ($blAdmin) |
Protected Member Functions | |
_getQuery () | |
_getQueryCols () | |
![]() | |
_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 | |
![]() | |
$_aPosDir = array('asc', 'desc') | |
$_aColumns = array() | |
$_iSqlLimit = 2500 | |
$_sContainer = null | |
$_blAllowExtColumns = false |
Additional Inherited Members | |
![]() | |
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.