Public Member Functions | Protected Member Functions | Protected Attributes

usergroup_main_ajax Class Reference

Inheritance diagram for usergroup_main_ajax:
Collaboration diagram for usergroup_main_ajax:

List of all members.

Public Member Functions

 removeUserFromUGroup ()
 addUserToUGroup ()

Protected Member Functions

 _getQuery ()

Protected Attributes

 $_aColumns

Detailed Description

Class manages users assignment to groups

Definition at line 6 of file usergroup_main_ajax.php.


Member Function Documentation

usergroup_main_ajax._getQuery (  )  [protected]

Returns SQL query for data to fetc

Returns:
string

Reimplemented from ajaxListComponent.

Definition at line 44 of file usergroup_main_ajax.php.

usergroup_main_ajax.addUserToUGroup (  ) 

Adds User to group

Returns:
null

Definition at line 101 of file usergroup_main_ajax.php.

usergroup_main_ajax.removeUserFromUGroup (  ) 

Removes User from group

Returns:
null

Definition at line 81 of file usergroup_main_ajax.php.


Member Data Documentation

usergroup_main_ajax.$_aColumns [protected]
Initial value:
 array( 'container1' => array(    
                                        array( 'oxusername',  'oxuser', 1, 0, 0 ),
                                        array( 'oxlname',     'oxuser', 0, 0, 0 ),
                                        array( 'oxfname',     'oxuser', 0, 0, 0 ),
                                        array( 'oxstreet',    'oxuser', 0, 0, 0 ),
                                        array( 'oxstreetnr',  'oxuser', 0, 0, 0 ),
                                        array( 'oxcity',      'oxuser', 0, 0, 0 ),
                                        array( 'oxzip',       'oxuser', 0, 0, 0 ),
                                        array( 'oxfon',       'oxuser', 0, 0, 0 ),
                                        array( 'oxbirthdate', 'oxuser', 0, 0, 0 ),
                                        array( 'oxid',        'oxuser', 0, 0, 1 ),
                                        ),
                                    'container2' => array(
                                        array( 'oxusername',  'oxuser', 1, 0, 0 ),
                                        array( 'oxlname',     'oxuser', 0, 0, 0 ),
                                        array( 'oxfname',     'oxuser', 0, 0, 0 ),
                                        array( 'oxstreet',    'oxuser', 0, 0, 0 ),
                                        array( 'oxstreetnr',  'oxuser', 0, 0, 0 ),
                                        array( 'oxcity',      'oxuser', 0, 0, 0 ),
                                        array( 'oxzip',       'oxuser', 0, 0, 0 ),
                                        array( 'oxfon',       'oxuser', 0, 0, 0 ),
                                        array( 'oxbirthdate', 'oxuser', 0, 0, 0 ),
                                        array( 'oxid',     'oxobject2group', 0, 0, 1 ),
                                        )
                                )

Reimplemented from ajaxListComponent.

Definition at line 13 of file usergroup_main_ajax.php.


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