|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Class ilOrgUnitStaffGUI. More...
Collaboration diagram for ilOrgUnitStaffGUI:Public Member Functions | |
| __construct (ilObjOrgUnitGUI $parent_gui) | |
| executeCommand () | |
| showStaff () | |
| showOtherRoles () | |
| showStaffRec () | |
| addStaff () | |
| addOtherRoles () | |
| getStaffTableHTML ($recursive=false, $table_cmd="showStaff") | |
| getOtherRolesTableHTML () | |
| fromSuperiorToEmployee () | |
| fromEmployeeToSuperior () | |
| confirmRemoveUser ($cmd) | |
| removeFromSuperiors () | |
| removeFromEmployees () | |
| removeFromRole () | |
| setTabs () | |
Protected Member Functions | |
| addStaffToolbar () | |
| addOtherRolesToolbar () | |
Protected Attributes | |
| $tabs_gui | |
| $toolbar | |
| $ctrl | |
| $tpl | |
| $parent_gui | |
| $parent_obj | |
| $lng | |
| $ilAccess | |
| $rbacreview | |
Class ilOrgUnitStaffGUI.
@ilCtrl_Calls ilOrgUnitStaffGUI: ilRepositorySearchGUI
Definition at line 14 of file class.ilOrgUnitStaffGUI.php.
| ilOrgUnitStaffGUI::__construct | ( | ilObjOrgUnitGUI | $parent_gui | ) |
| ilObjOrgUnitGUI | $parent_gui |
Definition at line 58 of file class.ilOrgUnitStaffGUI.php.
References $DIC, $ilAccess, $lng, $parent_gui, $rbacreview, $tpl, and setTabs().
Here is the call graph for this function:| ilOrgUnitStaffGUI::addOtherRoles | ( | ) |
Definition at line 247 of file class.ilOrgUnitStaffGUI.php.
References $_POST, ilObjUser\_lookupId(), ilAccess\checkAccess(), and ilUtil\sendFailure().
Here is the call graph for this function:
|
protected |
Definition at line 193 of file class.ilOrgUnitStaffGUI.php.
References ilRepositorySearchGUI\fillAutoCompleteToolbar().
Referenced by showOtherRoles().
Here is the call graph for this function:
Here is the caller graph for this function:| ilOrgUnitStaffGUI::addStaff | ( | ) |
Definition at line 212 of file class.ilOrgUnitStaffGUI.php.
References $_POST, ilObjUser\_lookupId(), ilAccess\checkAccess(), and ilUtil\sendFailure().
Here is the call graph for this function:
|
protected |
Definition at line 178 of file class.ilOrgUnitStaffGUI.php.
References ilRepositorySearchGUI\fillAutoCompleteToolbar().
Referenced by showStaff().
Here is the call graph for this function:
Here is the caller graph for this function:| ilOrgUnitStaffGUI::confirmRemoveUser | ( | $cmd | ) |
Definition at line 342 of file class.ilOrgUnitStaffGUI.php.
References $_GET, $param, ilObjUser\_lookupName(), ilAccess\checkAccess(), ilUtil\getImagePath(), and ilUtil\sendFailure().
Referenced by executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:| ilOrgUnitStaffGUI::executeCommand | ( | ) |
| Exception | |
| ilCtrlException | |
| ilException |
Definition at line 91 of file class.ilOrgUnitStaffGUI.php.
References confirmRemoveUser(), showOtherRoles(), showStaff(), and showStaffRec().
Here is the call graph for this function:| ilOrgUnitStaffGUI::fromEmployeeToSuperior | ( | ) |
Definition at line 329 of file class.ilOrgUnitStaffGUI.php.
References $_GET, ilAccess\checkAccess(), and ilUtil\sendFailure().
Here is the call graph for this function:| ilOrgUnitStaffGUI::fromSuperiorToEmployee | ( | ) |
Definition at line 316 of file class.ilOrgUnitStaffGUI.php.
References $_GET, ilAccess\checkAccess(), and ilUtil\sendFailure().
Here is the call graph for this function:| ilOrgUnitStaffGUI::getOtherRolesTableHTML | ( | ) |
Definition at line 293 of file class.ilOrgUnitStaffGUI.php.
References $DIC, $lng, and $rbacreview.
Referenced by showOtherRoles().
Here is the caller graph for this function:| ilOrgUnitStaffGUI::getStaffTableHTML | ( | $recursive = false, |
|
$table_cmd = "showStaff" |
|||
| ) |
| bool | $recursive | |
| string | $table_cmd |
Definition at line 277 of file class.ilOrgUnitStaffGUI.php.
References $DIC, $lng, and $rbacreview.
Referenced by showStaff(), and showStaffRec().
Here is the caller graph for this function:| ilOrgUnitStaffGUI::removeFromEmployees | ( | ) |
Definition at line 402 of file class.ilOrgUnitStaffGUI.php.
References $_POST, ilAccess\checkAccess(), and ilUtil\sendFailure().
Here is the call graph for this function:| ilOrgUnitStaffGUI::removeFromRole | ( | ) |
Definition at line 418 of file class.ilOrgUnitStaffGUI.php.
References $_POST, ilAccess\checkAccess(), and ilUtil\sendFailure().
Here is the call graph for this function:| ilOrgUnitStaffGUI::removeFromSuperiors | ( | ) |
Definition at line 386 of file class.ilOrgUnitStaffGUI.php.
References $_POST, ilAccess\checkAccess(), and ilUtil\sendFailure().
Here is the call graph for this function:| ilOrgUnitStaffGUI::setTabs | ( | ) |
Definition at line 431 of file class.ilOrgUnitStaffGUI.php.
References ilAccess\checkAccess().
Referenced by __construct().
Here is the call graph for this function:
Here is the caller graph for this function:| ilOrgUnitStaffGUI::showOtherRoles | ( | ) |
Definition at line 154 of file class.ilOrgUnitStaffGUI.php.
References addOtherRolesToolbar(), ilAccess\checkAccess(), getOtherRolesTableHTML(), and ilUtil\sendFailure().
Referenced by executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:| ilOrgUnitStaffGUI::showStaff | ( | ) |
Definition at line 140 of file class.ilOrgUnitStaffGUI.php.
References ilObjOrgUnitAccess\_checkAccessStaff(), addStaffToolbar(), ilAccess\checkAccess(), getStaffTableHTML(), and ilUtil\sendFailure().
Referenced by executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:| ilOrgUnitStaffGUI::showStaffRec | ( | ) |
Definition at line 167 of file class.ilOrgUnitStaffGUI.php.
References ilObjOrgUnitAccess\_checkAccessStaffRec(), getStaffTableHTML(), and ilUtil\sendFailure().
Referenced by executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 28 of file class.ilOrgUnitStaffGUI.php.
|
protected |
Definition at line 48 of file class.ilOrgUnitStaffGUI.php.
Referenced by __construct().
|
protected |
Definition at line 44 of file class.ilOrgUnitStaffGUI.php.
Referenced by __construct(), getOtherRolesTableHTML(), and getStaffTableHTML().
|
protected |
Definition at line 36 of file class.ilOrgUnitStaffGUI.php.
Referenced by __construct().
|
protected |
Definition at line 40 of file class.ilOrgUnitStaffGUI.php.
|
protected |
Definition at line 52 of file class.ilOrgUnitStaffGUI.php.
Referenced by __construct(), getOtherRolesTableHTML(), and getStaffTableHTML().
|
protected |
Definition at line 20 of file class.ilOrgUnitStaffGUI.php.
|
protected |
Definition at line 24 of file class.ilOrgUnitStaffGUI.php.
|
protected |
Definition at line 32 of file class.ilOrgUnitStaffGUI.php.
Referenced by __construct().