ILIAS
trunk Revision v11.0_alpha-1811-gd2d5443e411
|
Skill profile service. More...
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 29 of file class.SkillProfileService.php.
ILIAS\Skill\Service\SkillProfileService::__construct | ( | SkillInternalService | $internal_service | ) |
Definition at line 34 of file class.SkillProfileService.php.
References ILIAS\Skill\Service\SkillInternalService\manager().
ILIAS\Skill\Service\SkillProfileService::addRoleToProfile | ( | int | $profile_id, |
int | $role_id | ||
) |
Definition at line 119 of file class.SkillProfileService.php.
ILIAS\Skill\Service\SkillProfileService::deleteProfile | ( | int | $profile_id | ) |
Definition at line 48 of file class.SkillProfileService.php.
ILIAS\Skill\Service\SkillProfileService::getAllGlobalProfiles | ( | ) |
Definition at line 85 of file class.SkillProfileService.php.
ILIAS\Skill\Service\SkillProfileService::getAllProfilesOfRole | ( | int | $role_id | ) |
Get global and local profiles of a role.
Definition at line 95 of file class.SkillProfileService.php.
ILIAS\Skill\Service\SkillProfileService::getGlobalProfilesOfRole | ( | int | $role_id | ) |
Definition at line 104 of file class.SkillProfileService.php.
ILIAS\Skill\Service\SkillProfileService::getLocalProfilesOfRole | ( | int | $role_id | ) |
Definition at line 113 of file class.SkillProfileService.php.
ILIAS\Skill\Service\SkillProfileService::getProfile | ( | int | $profile_id | ) |
Definition at line 43 of file class.SkillProfileService.php.
ILIAS\Skill\Service\SkillProfileService::getProfilesOfUser | ( | int | $user_id | ) |
ILIAS\Skill\Service\SkillProfileService::getSkillLevels | ( | int | $profile_id | ) |
Definition at line 69 of file class.SkillProfileService.php.
ILIAS\Skill\Service\SkillProfileService::lookupProfileRefId | ( | int | $profile_id | ) |
ILIAS\Skill\Service\SkillProfileService::lookupProfileTitle | ( | int | $profile_id | ) |
Definition at line 54 of file class.SkillProfileService.php.
ILIAS\Skill\Service\SkillProfileService::removeRoleFromProfile | ( | int | $profile_id, |
int | $role_id | ||
) |
Definition at line 124 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 132 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 140 of file class.SkillProfileService.php.
|
protected |
Definition at line 32 of file class.SkillProfileService.php.
|
protected |
Definition at line 31 of file class.SkillProfileService.php.