OXID eShop CE
4.10.2
|
Public Member Functions | |
removePayGroup () | |
addPayGroup () | |
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 () | |
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) | |
_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 payment user groups
Definition at line 6 of file payment_main_ajax.php.
|
protected |
Returns SQL query for data to fetc
Reimplemented from ajaxListComponent.
Definition at line 31 of file payment_main_ajax.php.
payment_main_ajax::addPayGroup | ( | ) |
Adds group of users that may pay using selected method(s).
Definition at line 86 of file payment_main_ajax.php.
payment_main_ajax::removePayGroup | ( | ) |
Removes group of users that may pay using selected method(s).
Definition at line 68 of file payment_main_ajax.php.
|
protected |
Definition at line 14 of file payment_main_ajax.php.