|
ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Skill profile GUI class. More...
Collaboration diagram for ilSkillProfileGUI: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... | |
| exportProfiles () | |
| Export profiles. More... | |
| showImportForm () | |
| Show import form. More... | |
| initInputForm () | |
| Init input form. More... | |
| importProfiles () | |
| Import profiles. 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 376 of file class.ilSkillProfileGUI.php.
References $ilCtrl, $lng, $tpl, and ilUtil\sendInfo().
Here is the call graph for this function:| ilSkillProfileGUI::assignLevelSelectSkill | ( | ) |
Output level table for profile assignment.
Definition at line 403 of file class.ilSkillProfileGUI.php.
| ilSkillProfileGUI::assignLevelToProfile | ( | ) |
Assign level to profile.
Definition at line 426 of file class.ilSkillProfileGUI.php.
References $_GET, $ilCtrl, $lng, checkPermissionBool(), and ilUtil\sendSuccess().
Here is the call graph for this function:| ilSkillProfileGUI::assignUser | ( | ) |
Assign user.
return
Definition at line 542 of file class.ilSkillProfileGUI.php.
References $_POST, $ilCtrl, $lng, ilObjUser\_lookupId(), checkPermissionBool(), ilUtil\sendSuccess(), and ilUtil\stripSlashes().
Here is the call graph for this function:| 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().
Here is the caller graph for this function:| ilSkillProfileGUI::confirmDeleteProfiles | ( | ) |
Confirm profile deletion.
Definition at line 293 of file class.ilSkillProfileGUI.php.
References $_POST, $ilCtrl, $lng, $tpl, ilSkillProfile\lookupTitle(), and ilUtil\sendInfo().
Here is the call graph for this function:| ilSkillProfileGUI::confirmLevelAssignmentRemoval | ( | ) |
Confirm level assignment removal.
Definition at line 449 of file class.ilSkillProfileGUI.php.
References $_POST, $ilCtrl, $lng, $tpl, ilSkillTreeNode\_lookupTitle(), ilBasicSkill\lookupLevelTitle(), ilUtil\sendInfo(), and setTabs().
Here is the call graph for this function:| ilSkillProfileGUI::confirmUserRemoval | ( | ) |
Confirm user removal.
Definition at line 564 of file class.ilSkillProfileGUI.php.
References $_POST, $ilCtrl, $lng, $tpl, ilObjUser\_lookupName(), checkPermissionBool(), ilUtil\sendInfo(), and setTabs().
Here is the call graph for this function:| ilSkillProfileGUI::create | ( | ) |
Create.
Definition at line 161 of file class.ilSkillProfileGUI.php.
References $tpl, and initProfileForm().
Here is the call graph for this function:| ilSkillProfileGUI::deleteProfiles | ( | ) |
Delete profiles.
Definition at line 323 of file class.ilSkillProfileGUI.php.
References $_POST, $ilCtrl, $lng, $tpl, checkPermissionBool(), and ilUtil\sendInfo().
Here is the call graph for this function:| ilSkillProfileGUI::edit | ( | ) |
Edit.
Definition at line 172 of file class.ilSkillProfileGUI.php.
References $tpl, initProfileForm(), and setTabs().
Here is the call graph for this function:| ilSkillProfileGUI::executeCommand | ( | ) |
Execute command.
Definition at line 63 of file class.ilSkillProfileGUI.php.
| ilSkillProfileGUI::exportProfiles | ( | ) |
Export profiles.
return
Definition at line 630 of file class.ilSkillProfileGUI.php.
References $_GET, $_POST, $ilCtrl, ilObject\_lookupObjId(), and ilSkillExportConfig\MODE_PROFILES.
Here is the call graph for this function:| ilSkillProfileGUI::importProfiles | ( | ) |
Import profiles.
Definition at line 692 of file class.ilSkillProfileGUI.php.
References $ilCtrl, $lng, $tpl, initInputForm(), and ilUtil\sendSuccess().
Here is the call graph for this function:| ilSkillProfileGUI::initInputForm | ( | ) |
Init input form.
Definition at line 666 of file class.ilSkillProfileGUI.php.
Referenced by importProfiles(), and showImportForm().
Here is the caller graph for this function:| ilSkillProfileGUI::initProfileForm | ( | $a_mode = "edit" | ) |
Init profile form.
| string | $a_mode | edit mode |
Definition at line 187 of file class.ilSkillProfileGUI.php.
References $ilCtrl, $lng, and checkPermissionBool().
Referenced by create(), edit(), save(), and update().
Here is the call graph for this function:
Here is the caller graph for this function:| ilSkillProfileGUI::listProfiles | ( | ) |
List profiles.
Definition at line 139 of file class.ilSkillProfileGUI.php.
References $ilCtrl, $lng, $tab, $tpl, and checkPermissionBool().
Here is the call graph for this function:| ilSkillProfileGUI::removeLevelAssignments | ( | ) |
Remove level assignment.
return
Definition at line 488 of file class.ilSkillProfileGUI.php.
References $_POST, $ilCtrl, and checkPermissionBool().
Here is the call graph for this function:| ilSkillProfileGUI::removeUsers | ( | ) |
Remove users.
Definition at line 604 of file class.ilSkillProfileGUI.php.
References $_POST, $ilCtrl, $lng, checkPermissionBool(), and ilUtil\sendSuccess().
Here is the call graph for this function:| ilSkillProfileGUI::save | ( | ) |
Save profile form.
Definition at line 235 of file class.ilSkillProfileGUI.php.
References $ilCtrl, $lng, $tpl, checkPermissionBool(), initProfileForm(), and ilUtil\sendSuccess().
Here is the call graph for this function:| 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().
Here is the caller graph for this function:| ilSkillProfileGUI::showImportForm | ( | ) |
Show import form.
Definition at line 656 of file class.ilSkillProfileGUI.php.
References $tpl, and initInputForm().
Here is the call graph for this function:| ilSkillProfileGUI::showLevels | ( | ) |
Show skill levels.
return
Definition at line 355 of file class.ilSkillProfileGUI.php.
References $ilCtrl, $lng, $tab, $tpl, checkPermissionBool(), and setTabs().
Here is the call graph for this function:| ilSkillProfileGUI::showUsers | ( | ) |
Show users.
Definition at line 513 of file class.ilSkillProfileGUI.php.
References $lng, $tab, $tpl, ilRepositorySearchGUI\fillAutoCompleteToolbar(), and setTabs().
Here is the call graph for this function:| ilSkillProfileGUI::update | ( | ) |
Update.
Definition at line 264 of file class.ilSkillProfileGUI.php.
References $ilCtrl, $lng, $tpl, checkPermissionBool(), initProfileForm(), and ilUtil\sendInfo().
Here is the call graph for this function:| 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.