OXID eShop CE
4.10.2
|
Additional Inherited Members | |
Protected Member Functions inherited from oxAdminList | |
_getViewListSize () | |
_getUserDefListSize () | |
_calcListItemsCount ($sSql) | |
_setCurrentListPosition ($sPage=null) | |
_prepareOrderByQuery ($sSql=null) | |
_buildSelectString ($oListObject=null) | |
_processFilter ($sFieldValue) | |
_buildFilter ($sVal, $blIsSearchValue) | |
_isSearchValue ($sFieldValue) | |
_changeselect ($sSql) | |
_convertToDBDate ($sValue, $sFldType) | |
_convertDate ($sDate) | |
_convertTime ($sFullDate) | |
_setListNavigationParams () | |
_setupNavigation ($sNode) | |
Static Protected Attributes inherited from oxAdminView | |
static | $_oNaviTree = null |
static | $_sAuthUserRights = null |
Admin user list manager. Performs collection and managing (such as filtering or deleting) function. Admin Menu: User Administration -> Users.
Definition at line 8 of file user_list.php.
User_List::_prepareWhereQuery | ( | $aWhere, | |
$sQueryFull | |||
) |
Prepares SQL where query according SQL condition array and attaches it to SQL end. For each search value if german umlauts exist, adds them and replaced by spec. char to query
array | $aWhere | SQL condition array |
string | $sQueryFull | SQL query string |
Reimplemented from oxAdminList.
Definition at line 82 of file user_list.php.
User_List::deleteEntry | ( | ) |
Admin user is allowed to be deleted only by mall admin
Reimplemented from oxAdminList.
Definition at line 64 of file user_list.php.
User_List::render | ( | ) |
Executes parent::render(), sets blacklist and preventdelete flag
Reimplemented from oxAdminList.
Reimplemented in List_User.
Definition at line 44 of file user_list.php.
|
protected |
Definition at line 23 of file user_list.php.
|
protected |
Definition at line 16 of file user_list.php.
|
protected |
Definition at line 30 of file user_list.php.
|
protected |
Definition at line 37 of file user_list.php.