OXID eShop CE  6.1.5
OxidEsales\EshopCommunity\Application\Controller\Admin\UserList Class Reference
+ Inheritance diagram for OxidEsales\EshopCommunity\Application\Controller\Admin\UserList:
+ Collaboration diagram for OxidEsales\EshopCommunity\Application\Controller\Admin\UserList:

Public Member Functions

 render ()
 
 deleteEntry ()
 
 _prepareWhereQuery ($whereQuery, $fullQuery)
 

Protected Attributes

 $_sListClass = 'oxuser'
 
 $_sDefSortField = "oxusername"
 
 $_sListType = 'oxuserlist'
 
 $_sThisTemplate = 'user_list.tpl'
 

Detailed Description

Admin user list manager. Performs collection and managing (such as filtering or deleting) function. Admin Menu: User Administration -> Users.

Member Function Documentation

◆ _prepareWhereQuery()

OxidEsales\EshopCommunity\Application\Controller\Admin\UserList::_prepareWhereQuery (   $whereQuery,
  $fullQuery 
)

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

Parameters
array$whereQuerySQL condition array
string$fullQuerySQL query string
Returns
string

◆ deleteEntry()

OxidEsales\EshopCommunity\Application\Controller\Admin\UserList::deleteEntry ( )

Admin user is allowed to be deleted only by mall admin

Returns
null

◆ render()

OxidEsales\EshopCommunity\Application\Controller\Admin\UserList::render ( )

Executes parent::render(), sets blacklist and preventdelete flag

Returns
null

Member Data Documentation

◆ $_sDefSortField

OxidEsales\EshopCommunity\Application\Controller\Admin\UserList::$_sDefSortField = "oxusername"
protected

◆ $_sListClass

OxidEsales\EshopCommunity\Application\Controller\Admin\UserList::$_sListClass = 'oxuser'
protected

◆ $_sListType

OxidEsales\EshopCommunity\Application\Controller\Admin\UserList::$_sListType = 'oxuserlist'
protected

◆ $_sThisTemplate

OxidEsales\EshopCommunity\Application\Controller\Admin\UserList::$_sThisTemplate = 'user_list.tpl'
protected

The documentation for this class was generated from the following file: