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

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

Protected Attributes

 $_sListClass = 'oxuser'
 $_sDefSort = "oxuser.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 81 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.init (  ) 

Sets SQL query parameters (such as sorting), executes parent method parent.Init().

Returns:
null

Reimplemented from oxAdminList.

Reimplemented in List_User.

Definition at line 43 of file user_list.php.


Member Data Documentation

User_List.$_sDefSort = "oxuser.oxusername" [protected]

Reimplemented from oxAdminList.

Definition at line 22 of file user_list.php.

User_List.$_sListClass = 'oxuser' [protected]

Reimplemented from oxAdminList.

Definition at line 15 of file user_list.php.

User_List.$_sListType = 'oxuserlist' [protected]

Reimplemented from oxAdminList.

Definition at line 29 of file user_list.php.

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

Reimplemented from oxAdminView.

Definition at line 35 of file user_list.php.


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