ILIAS
release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
|
Skill profile GUI class. More...
Public Member Functions | |
__construct () | |
Constructor. More... | |
checkPermissionBool ($a_perm) | |
Check permission pool. More... | |
executeCommand () | |
Execute command. More... | |
setTabs ($a_active) | |
Set tabs. More... | |
listProfiles () | |
List profiles. More... | |
create () | |
Create. More... | |
edit () | |
Edit. More... | |
initProfileForm ($a_mode="edit") | |
Init profile form. More... | |
save () | |
Save profile form. More... | |
update () | |
Update. More... | |
confirmDeleteProfiles () | |
Confirm profile deletion. More... | |
deleteProfiles () | |
Delete profiles. More... | |
showLevels () | |
Show skill levels. More... | |
assignLevel () | |
Assign Level. More... | |
assignLevelSelectSkill () | |
Output level table for profile assignment. More... | |
assignLevelToProfile () | |
Assign level to profile. More... | |
confirmLevelAssignmentRemoval () | |
Confirm level assignment removal. More... | |
removeLevelAssignments () | |
Remove level assignment. More... | |
showUsers () | |
Show users. More... | |
assignUser () | |
Assign user. More... | |
confirmUserRemoval () | |
Confirm user removal. More... | |
removeUsers () | |
Remove users. More... | |
Data Fields | |
$access | |
$ref_id | |
Protected Attributes | |
$profile = null | |
Skill profile GUI class.
Definition at line 15 of file class.ilSkillProfileGUI.php.
ilSkillProfileGUI::__construct | ( | ) |
Constructor.
Definition at line 30 of file class.ilSkillProfileGUI.php.
ilSkillProfileGUI::assignLevel | ( | ) |
Assign Level.
Definition at line 373 of file class.ilSkillProfileGUI.php.
References $ilCtrl, $lng, $tpl, and ilUtil\sendInfo().
ilSkillProfileGUI::assignLevelSelectSkill | ( | ) |
Output level table for profile assignment.
Definition at line 400 of file class.ilSkillProfileGUI.php.
ilSkillProfileGUI::assignLevelToProfile | ( | ) |
Assign level to profile.
Definition at line 423 of file class.ilSkillProfileGUI.php.
References $_GET, $ilCtrl, $lng, checkPermissionBool(), and ilUtil\sendSuccess().
ilSkillProfileGUI::assignUser | ( | ) |
Assign user.
return
Definition at line 539 of file class.ilSkillProfileGUI.php.
References $_POST, $ilCtrl, $lng, ilObjUser\_lookupId(), checkPermissionBool(), ilUtil\sendSuccess(), and ilUtil\stripSlashes().
ilSkillProfileGUI::checkPermissionBool | ( | $a_perm | ) |
Check permission pool.
string | $a_perm |
Definition at line 55 of file class.ilSkillProfileGUI.php.
Referenced by assignLevelToProfile(), assignUser(), confirmUserRemoval(), deleteProfiles(), initProfileForm(), listProfiles(), removeLevelAssignments(), removeUsers(), save(), showLevels(), and update().
ilSkillProfileGUI::confirmDeleteProfiles | ( | ) |
Confirm profile deletion.
Definition at line 290 of file class.ilSkillProfileGUI.php.
References $_POST, $ilCtrl, $lng, $tpl, ilSkillProfile\lookupTitle(), and ilUtil\sendInfo().
ilSkillProfileGUI::confirmLevelAssignmentRemoval | ( | ) |
Confirm level assignment removal.
Definition at line 446 of file class.ilSkillProfileGUI.php.
References $_POST, $ilCtrl, $lng, $tpl, ilSkillTreeNode\_lookupTitle(), ilBasicSkill\lookupLevelTitle(), ilUtil\sendInfo(), and setTabs().
ilSkillProfileGUI::confirmUserRemoval | ( | ) |
Confirm user removal.
Definition at line 561 of file class.ilSkillProfileGUI.php.
References $_POST, $ilCtrl, $lng, $tpl, ilObjUser\_lookupName(), checkPermissionBool(), ilUtil\sendInfo(), and setTabs().
ilSkillProfileGUI::create | ( | ) |
Create.
Definition at line 158 of file class.ilSkillProfileGUI.php.
References $tpl, and initProfileForm().
ilSkillProfileGUI::deleteProfiles | ( | ) |
Delete profiles.
Definition at line 320 of file class.ilSkillProfileGUI.php.
References $_POST, $ilCtrl, $lng, $tpl, checkPermissionBool(), and ilUtil\sendInfo().
ilSkillProfileGUI::edit | ( | ) |
Edit.
Definition at line 169 of file class.ilSkillProfileGUI.php.
References $tpl, initProfileForm(), and setTabs().
ilSkillProfileGUI::executeCommand | ( | ) |
Execute command.
Definition at line 63 of file class.ilSkillProfileGUI.php.
ilSkillProfileGUI::initProfileForm | ( | $a_mode = "edit" | ) |
Init profile form.
string | $a_mode | edit mode |
Definition at line 184 of file class.ilSkillProfileGUI.php.
References $ilCtrl, $lng, and checkPermissionBool().
Referenced by create(), edit(), save(), and update().
ilSkillProfileGUI::listProfiles | ( | ) |
List profiles.
Definition at line 139 of file class.ilSkillProfileGUI.php.
References $ilCtrl, $lng, $tab, $tpl, and checkPermissionBool().
ilSkillProfileGUI::removeLevelAssignments | ( | ) |
Remove level assignment.
return
Definition at line 485 of file class.ilSkillProfileGUI.php.
References $_POST, $ilCtrl, and checkPermissionBool().
ilSkillProfileGUI::removeUsers | ( | ) |
Remove users.
Definition at line 601 of file class.ilSkillProfileGUI.php.
References $_POST, $ilCtrl, $lng, checkPermissionBool(), and ilUtil\sendSuccess().
ilSkillProfileGUI::save | ( | ) |
Save profile form.
Definition at line 232 of file class.ilSkillProfileGUI.php.
References $ilCtrl, $lng, $tpl, checkPermissionBool(), initProfileForm(), and ilUtil\sendSuccess().
ilSkillProfileGUI::setTabs | ( | $a_active | ) |
Set tabs.
return
Definition at line 103 of file class.ilSkillProfileGUI.php.
References $ilCtrl, $lng, and $tpl.
Referenced by confirmLevelAssignmentRemoval(), confirmUserRemoval(), edit(), showLevels(), and showUsers().
ilSkillProfileGUI::showLevels | ( | ) |
Show skill levels.
return
Definition at line 352 of file class.ilSkillProfileGUI.php.
References $ilCtrl, $lng, $tab, $tpl, checkPermissionBool(), and setTabs().
ilSkillProfileGUI::showUsers | ( | ) |
Show users.
Definition at line 510 of file class.ilSkillProfileGUI.php.
References $lng, $tab, $tpl, ilRepositorySearchGUI\fillAutoCompleteToolbar(), and setTabs().
ilSkillProfileGUI::update | ( | ) |
Update.
Definition at line 261 of file class.ilSkillProfileGUI.php.
References $ilCtrl, $lng, $tpl, checkPermissionBool(), initProfileForm(), and ilUtil\sendInfo().
ilSkillProfileGUI::$access |
Definition at line 21 of file class.ilSkillProfileGUI.php.
|
protected |
Definition at line 17 of file class.ilSkillProfileGUI.php.
ilSkillProfileGUI::$ref_id |
Definition at line 25 of file class.ilSkillProfileGUI.php.