|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Class ilLocalUserGUI. More...
Collaboration diagram for ilLocalUserGUI:Public Member Functions | |
| __construct ($parent_gui) | |
| executeCommand () | |
| index ($show_delete=false) | |
| performDeleteUsers () | |
| Delete User. More... | |
| deleteUsers () | |
| assignRoles () | |
| assignSave () | |
| __checkGlobalRoles ($new_assigned) | |
| __getAssignableRoles () | |
| __showRolesTable ($a_result_set, $a_from="") | |
Data Fields | |
| $object | |
Protected Member Functions | |
| resetFilter () | |
| Reset filter (note: this function existed before data table filter has been introduced. More... | |
| applyFilter () | |
| Apply filter. More... | |
| addUserAutoCompleteObject () | |
| Show auto complete results. More... | |
| checkPermission ($permission) | |
Protected Attributes | |
| $tabs_gui | |
| $form | |
| $toolbar | |
| $ctrl | |
| $tpl | |
| $lng | |
| $ilAccess | |
Class ilLocalUserGUI.
Definition at line 10 of file class.ilLocalUserGUI.php.
| ilLocalUserGUI::__construct | ( | $parent_gui | ) |
| $parent_gui |
Definition at line 49 of file class.ilLocalUserGUI.php.
References $DIC, $ilAccess, $lng, $tpl, and ilUtil\sendFailure().
Here is the call graph for this function:| ilLocalUserGUI::__checkGlobalRoles | ( | $new_assigned | ) |
Definition at line 328 of file class.ilLocalUserGUI.php.
References $_GET, $DIC, $ilUser, ilAccess\checkAccess(), ilObjectFactory\getInstanceByObjId(), ilUtil\sendFailure(), and SYSTEM_ROLE_ID.
Referenced by assignSave().
Here is the call graph for this function:
Here is the caller graph for this function:| ilLocalUserGUI::__getAssignableRoles | ( | ) |
Definition at line 368 of file class.ilLocalUserGUI.php.
References $DIC, $ilUser, ilObjectFactory\getInstanceByObjId(), and SYSTEM_ROLE_ID.
Referenced by assignRoles(), and assignSave().
Here is the call graph for this function:
Here is the caller graph for this function:| ilLocalUserGUI::__showRolesTable | ( | $a_result_set, | |
$a_from = "" |
|||
| ) |
Definition at line 388 of file class.ilLocalUserGUI.php.
References $_GET, $tpl, ilAccess\checkAccess(), ilUtil\getImagePath(), ilObjectFactory\getInstanceByObjId(), and ilUtil\sendFailure().
Referenced by assignRoles().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Show auto complete results.
Definition at line 167 of file class.ilLocalUserGUI.php.
References exit, and ilUserAutoComplete\MAX_ENTRIES.
|
protected |
Apply filter.
Definition at line 114 of file class.ilLocalUserGUI.php.
References index(), and ilUserTableGUI\MODE_LOCAL_USER.
Here is the call graph for this function:| ilLocalUserGUI::assignRoles | ( | ) |
Definition at line 234 of file class.ilLocalUserGUI.php.
References $_GET, $DIC, __getAssignableRoles(), __showRolesTable(), ilAccess\checkAccess(), ilUtil\formCheckbox(), ilObjectFactory\getInstanceByObjId(), index(), and ilUtil\sendFailure().
Referenced by assignSave().
Here is the call graph for this function:
Here is the caller graph for this function:| ilLocalUserGUI::assignSave | ( | ) |
Definition at line 287 of file class.ilLocalUserGUI.php.
References $_GET, $_POST, $DIC, __checkGlobalRoles(), __getAssignableRoles(), ilLocalUser\_getAllUserIds(), assignRoles(), ilAccess\checkAccess(), index(), and ilUtil\sendFailure().
Here is the call graph for this function:
|
protected |
| $permission |
Definition at line 452 of file class.ilLocalUserGUI.php.
References $_GET, ilAccess\checkAccess(), and ilUtil\sendFailure().
Referenced by deleteUsers(), and performDeleteUsers().
Here is the call graph for this function:
Here is the caller graph for this function:| ilLocalUserGUI::deleteUsers | ( | ) |
Definition at line 208 of file class.ilLocalUserGUI.php.
References $_POST, $name, ilObjUser\_lookupName(), checkPermission(), index(), and ilUtil\sendFailure().
Here is the call graph for this function:| ilLocalUserGUI::executeCommand | ( | ) |
Definition at line 77 of file class.ilLocalUserGUI.php.
| ilLocalUserGUI::index | ( | $show_delete = false | ) |
Definition at line 123 of file class.ilLocalUserGUI.php.
References $DIC, $ilUser, ilUserTableGUI\MODE_LOCAL_USER, ilUtil\sendInfo(), and SYSTEM_ROLE_ID.
Referenced by applyFilter(), assignRoles(), assignSave(), deleteUsers(), and resetFilter().
Here is the call graph for this function:
Here is the caller graph for this function:| ilLocalUserGUI::performDeleteUsers | ( | ) |
Delete User.
Definition at line 186 of file class.ilLocalUserGUI.php.
References $_GET, $_POST, $DIC, ilLocalUser\_getAllUserIds(), checkPermission(), ilObjectFactory\getInstanceByObjId(), and ilUtil\sendFailure().
Here is the call graph for this function:
|
protected |
Reset filter (note: this function existed before data table filter has been introduced.
Definition at line 100 of file class.ilLocalUserGUI.php.
References index(), and ilUserTableGUI\MODE_LOCAL_USER.
Here is the call graph for this function:
|
protected |
Definition at line 28 of file class.ilLocalUserGUI.php.
|
protected |
Definition at line 20 of file class.ilLocalUserGUI.php.
|
protected |
Definition at line 44 of file class.ilLocalUserGUI.php.
Referenced by __construct().
|
protected |
Definition at line 40 of file class.ilLocalUserGUI.php.
Referenced by __construct().
| ilLocalUserGUI::$object |
Definition at line 36 of file class.ilLocalUserGUI.php.
|
protected |
Definition at line 16 of file class.ilLocalUserGUI.php.
|
protected |
Definition at line 24 of file class.ilLocalUserGUI.php.
|
protected |
Definition at line 32 of file class.ilLocalUserGUI.php.
Referenced by __construct(), and __showRolesTable().