Public Member Functions | Protected Attributes

User_List Class Reference

Inheritance diagram for User_List:
Collaboration diagram for User_List:

List of all members.

Public Member Functions

 render ()
 deleteEntry ()
 _prepareWhereQuery ($aWhere, $sQueryFull)

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.

Definition at line 8 of file user_list.php.


Member Function Documentation

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

Parameters:
array $aWhere SQL condition array
string $sQueryFull SQL query string
Returns:
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

Returns:
null

Reimplemented from oxAdminList.

Definition at line 64 of file user_list.php.

User_List.render (  ) 

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

Returns:
null

Reimplemented from oxAdminList.

Reimplemented in List_User.

Definition at line 44 of file user_list.php.


Member Data Documentation

User_List.$_sDefSortField = "oxusername" [protected]

Reimplemented from oxAdminList.

Definition at line 23 of file user_list.php.

User_List.$_sListClass = 'oxuser' [protected]

Reimplemented from oxAdminList.

Definition at line 16 of file user_list.php.

User_List.$_sListType = 'oxuserlist' [protected]

Reimplemented from oxAdminList.

Definition at line 30 of file user_list.php.

User_List.$_sThisTemplate = 'user_list.tpl' [protected]

Reimplemented from oxAdminView.

Definition at line 37 of file user_list.php.


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