|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
Skill profile service. More...
Collaboration diagram for ILIAS\Skill\Service\SkillProfileService:Public Member Functions | |
| __construct (SkillInternalService $internal_service) | |
| getProfile (int $profile_id) | |
| deleteProfile (int $profile_id) | |
| lookupProfileTitle (int $profile_id) | |
| lookupProfileRefId (int $profile_id) | |
| getSkillLevels (int $profile_id) | |
| getProfilesOfUser (int $user_id) | |
| getAllGlobalProfiles () | |
| getAllProfilesOfRole (int $role_id) | |
| Get global and local profiles of a role. More... | |
| getGlobalProfilesOfRole (int $role_id) | |
| getLocalProfilesOfRole (int $role_id) | |
| addRoleToProfile (int $profile_id, int $role_id) | |
| removeRoleFromProfile (int $profile_id, int $role_id) | |
| updateProfileRefIdAfterImport (int $profile_id, int $new_ref_id) | |
| Update the old ref id with the new ref id after import. More... | |
| writeCompletionEntryForAllProfiles (int $user_id) | |
| Write profile completion entries (fulfilled or non-fulfilled) of user for all profiles. More... | |
Protected Attributes | |
| Profile SkillProfileManager | $profile_manager |
| Profile SkillProfileCompletionManager | $profile_completion_manager |
Skill profile service.
Definition at line 30 of file class.SkillProfileService.php.
| ILIAS\Skill\Service\SkillProfileService::__construct | ( | SkillInternalService | $internal_service | ) |
Definition at line 35 of file class.SkillProfileService.php.
References ILIAS\Skill\Service\SkillInternalService\manager().
Here is the call graph for this function:| ILIAS\Skill\Service\SkillProfileService::addRoleToProfile | ( | int | $profile_id, |
| int | $role_id | ||
| ) |
Definition at line 120 of file class.SkillProfileService.php.
| ILIAS\Skill\Service\SkillProfileService::deleteProfile | ( | int | $profile_id | ) |
Definition at line 49 of file class.SkillProfileService.php.
| ILIAS\Skill\Service\SkillProfileService::getAllGlobalProfiles | ( | ) |
Definition at line 86 of file class.SkillProfileService.php.
| ILIAS\Skill\Service\SkillProfileService::getAllProfilesOfRole | ( | int | $role_id | ) |
Get global and local profiles of a role.
Definition at line 96 of file class.SkillProfileService.php.
| ILIAS\Skill\Service\SkillProfileService::getGlobalProfilesOfRole | ( | int | $role_id | ) |
Definition at line 105 of file class.SkillProfileService.php.
| ILIAS\Skill\Service\SkillProfileService::getLocalProfilesOfRole | ( | int | $role_id | ) |
Definition at line 114 of file class.SkillProfileService.php.
| ILIAS\Skill\Service\SkillProfileService::getProfile | ( | int | $profile_id | ) |
Definition at line 44 of file class.SkillProfileService.php.
| ILIAS\Skill\Service\SkillProfileService::getProfilesOfUser | ( | int | $user_id | ) |
Definition at line 78 of file class.SkillProfileService.php.
| ILIAS\Skill\Service\SkillProfileService::getSkillLevels | ( | int | $profile_id | ) |
Definition at line 70 of file class.SkillProfileService.php.
| ILIAS\Skill\Service\SkillProfileService::lookupProfileRefId | ( | int | $profile_id | ) |
| ILIAS\Skill\Service\SkillProfileService::lookupProfileTitle | ( | int | $profile_id | ) |
Definition at line 55 of file class.SkillProfileService.php.
| ILIAS\Skill\Service\SkillProfileService::removeRoleFromProfile | ( | int | $profile_id, |
| int | $role_id | ||
| ) |
Definition at line 125 of file class.SkillProfileService.php.
| ILIAS\Skill\Service\SkillProfileService::updateProfileRefIdAfterImport | ( | int | $profile_id, |
| int | $new_ref_id | ||
| ) |
Update the old ref id with the new ref id after import.
Definition at line 133 of file class.SkillProfileService.php.
| ILIAS\Skill\Service\SkillProfileService::writeCompletionEntryForAllProfiles | ( | int | $user_id | ) |
Write profile completion entries (fulfilled or non-fulfilled) of user for all profiles.
Definition at line 141 of file class.SkillProfileService.php.
|
protected |
Definition at line 33 of file class.SkillProfileService.php.
|
protected |
Definition at line 32 of file class.SkillProfileService.php.