ILIAS
release_8 Revision v8.19
|
Skill profile service. More...
Public Member Functions | |
__construct (SkillInternalService $internal_service) | |
getById (int $profile_id) | |
delete (int $profile_id) | |
lookupTitle (int $profile_id) | |
lookupRefId (int $profile_id) | |
getProfilesOfUser (int $user_id) | |
getAllGlobalProfiles () | |
addRoleToProfile (int $profile_id, int $role_id) | |
updateRefIdAfterImport (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 28 of file class.SkillProfileService.php.
ILIAS\Skill\Service\SkillProfileService::__construct | ( | SkillInternalService | $internal_service | ) |
Definition at line 33 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 76 of file class.SkillProfileService.php.
ILIAS\Skill\Service\SkillProfileService::delete | ( | int | $profile_id | ) |
Definition at line 47 of file class.SkillProfileService.php.
ILIAS\Skill\Service\SkillProfileService::getAllGlobalProfiles | ( | ) |
Definition at line 70 of file class.SkillProfileService.php.
ILIAS\Skill\Service\SkillProfileService::getById | ( | int | $profile_id | ) |
Definition at line 42 of file class.SkillProfileService.php.
ILIAS\Skill\Service\SkillProfileService::getProfilesOfUser | ( | int | $user_id | ) |
Definition at line 65 of file class.SkillProfileService.php.
ILIAS\Skill\Service\SkillProfileService::lookupRefId | ( | int | $profile_id | ) |
ILIAS\Skill\Service\SkillProfileService::lookupTitle | ( | int | $profile_id | ) |
Definition at line 53 of file class.SkillProfileService.php.
ILIAS\Skill\Service\SkillProfileService::updateRefIdAfterImport | ( | int | $profile_id, |
int | $new_ref_id | ||
) |
Update the old ref id with the new ref id after import.
Definition at line 84 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 92 of file class.SkillProfileService.php.
|
protected |
Definition at line 31 of file class.SkillProfileService.php.
|
protected |
Definition at line 30 of file class.SkillProfileService.php.