ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Class ilLocalUserGUI. More...
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 9 of file class.ilLocalUserGUI.php.
ilLocalUserGUI::__construct | ( | $parent_gui | ) |
$parent_gui |
Definition at line 50 of file class.ilLocalUserGUI.php.
References $DIC, $ilAccess, $ilCtrl, $lng, $tpl, and ilUtil\sendFailure().
ilLocalUserGUI::__checkGlobalRoles | ( | $new_assigned | ) |
Definition at line 327 of file class.ilLocalUserGUI.php.
References $_GET, $DIC, $ilUser, ilAccess\checkAccess(), ilObjectFactory\getInstanceByObjId(), and ilUtil\sendFailure().
Referenced by assignSave().
ilLocalUserGUI::__getAssignableRoles | ( | ) |
Definition at line 367 of file class.ilLocalUserGUI.php.
References $DIC, $ilUser, and ilObjectFactory\getInstanceByObjId().
Referenced by assignRoles(), and assignSave().
ilLocalUserGUI::__showRolesTable | ( | $a_result_set, | |
$a_from = "" |
|||
) |
Definition at line 387 of file class.ilLocalUserGUI.php.
References $_GET, $tbl, $title, $tpl, ilAccess\checkAccess(), ilUtil\getImagePath(), ilObjectFactory\getInstanceByObjId(), and ilUtil\sendFailure().
Referenced by assignRoles().
|
protected |
Show auto complete results.
Definition at line 168 of file class.ilLocalUserGUI.php.
References exit, and ilUserAutoComplete\MAX_ENTRIES.
|
protected |
Apply filter.
Definition at line 115 of file class.ilLocalUserGUI.php.
References $table, index(), and ilUserTableGUI\MODE_LOCAL_USER.
ilLocalUserGUI::assignRoles | ( | ) |
Definition at line 235 of file class.ilLocalUserGUI.php.
References $_GET, $DIC, __getAssignableRoles(), __showRolesTable(), ilAccess\checkAccess(), ilUtil\formCheckbox(), ilObjectFactory\getInstanceByObjId(), index(), and ilUtil\sendFailure().
Referenced by assignSave().
ilLocalUserGUI::assignSave | ( | ) |
Definition at line 286 of file class.ilLocalUserGUI.php.
References $_GET, $_POST, $DIC, __checkGlobalRoles(), __getAssignableRoles(), ilLocalUser\_getAllUserIds(), assignRoles(), ilAccess\checkAccess(), index(), and ilUtil\sendFailure().
|
protected |
$permission |
Definition at line 448 of file class.ilLocalUserGUI.php.
References $_GET, ilAccess\checkAccess(), and ilUtil\sendFailure().
Referenced by deleteUsers(), and performDeleteUsers().
ilLocalUserGUI::deleteUsers | ( | ) |
Definition at line 209 of file class.ilLocalUserGUI.php.
References $_POST, $name, $user, ilObjUser\_lookupName(), checkPermission(), index(), and ilUtil\sendFailure().
ilLocalUserGUI::executeCommand | ( | ) |
Definition at line 78 of file class.ilLocalUserGUI.php.
ilLocalUserGUI::index | ( | $show_delete = false | ) |
Definition at line 124 of file class.ilLocalUserGUI.php.
References $DIC, $ilUser, $table, ilUserTableGUI\MODE_LOCAL_USER, and ilUtil\sendInfo().
Referenced by applyFilter(), assignRoles(), assignSave(), deleteUsers(), and resetFilter().
ilLocalUserGUI::performDeleteUsers | ( | ) |
Delete User.
Definition at line 187 of file class.ilLocalUserGUI.php.
References $_GET, $_POST, $DIC, $ilLog, ilLocalUser\_getAllUserIds(), checkPermission(), ilObjectFactory\getInstanceByObjId(), and ilUtil\sendFailure().
|
protected |
Reset filter (note: this function existed before data table filter has been introduced.
Definition at line 101 of file class.ilLocalUserGUI.php.
References $table, index(), and ilUserTableGUI\MODE_LOCAL_USER.
|
protected |
Definition at line 27 of file class.ilLocalUserGUI.php.
|
protected |
Definition at line 19 of file class.ilLocalUserGUI.php.
|
protected |
Definition at line 43 of file class.ilLocalUserGUI.php.
Referenced by __construct().
|
protected |
Definition at line 39 of file class.ilLocalUserGUI.php.
Referenced by __construct().
ilLocalUserGUI::$object |
Definition at line 35 of file class.ilLocalUserGUI.php.
|
protected |
Definition at line 15 of file class.ilLocalUserGUI.php.
|
protected |
Definition at line 23 of file class.ilLocalUserGUI.php.
|
protected |
Definition at line 31 of file class.ilLocalUserGUI.php.
Referenced by __construct(), and __showRolesTable().