ILIAS
trunk Revision v11.0_alpha-1866-gfa368f7776e
|
Public Member Functions | |
__construct (?\ilDBInterface $db=null, ?Service\SkillInternalFactoryService $factory_service=null) | |
get (int $profile_id) | |
getNextId () | |
createProfile (SkillProfile $profile) | |
updateProfile (SkillProfile $profile) | |
deleteProfile (int $profile_id) | |
deleteProfilesFromObject (int $ref_id) | |
getProfilesForAllSkillTrees () | |
getProfilesForSkillTree (int $skill_tree_id) | |
getAllGlobalProfiles () | |
getLocalProfilesForObject (int $ref_id) | |
lookup (int $id, string $field) | |
updateRefIdAfterImport (int $profile_id, int $new_ref_id) | |
getTreeId (int $profile_id) | |
Protected Member Functions | |
getFromRecord (array $rec) | |
Protected Attributes | |
ilDBInterface | $db |
Service SkillInternalFactoryService | $factory_service |
Definition at line 25 of file class.SkillProfileDBRepository.php.
ILIAS\Skill\Profile\SkillProfileDBRepository::__construct | ( | ?\ilDBInterface | $db = null , |
?Service\SkillInternalFactoryService | $factory_service = null |
||
) |
Definition at line 30 of file class.SkillProfileDBRepository.php.
References ILIAS\Skill\Profile\SkillProfileDBRepository\$db, $DIC, and ILIAS\Skill\Profile\SkillProfileDBRepository\$factory_service.
ILIAS\Skill\Profile\SkillProfileDBRepository::createProfile | ( | SkillProfile | $profile | ) |
Definition at line 82 of file class.SkillProfileDBRepository.php.
References ILIAS\Skill\Profile\SkillProfileDBRepository\$db, $ilDB, ILIAS\Skill\Profile\SkillProfile\getDescription(), ILIAS\Skill\Profile\SkillProfile\getImageId(), ILIAS\Skill\Profile\SkillProfileDBRepository\getNextId(), ILIAS\Skill\Profile\SkillProfile\getRefId(), ILIAS\Skill\Profile\SkillProfile\getSkillTreeId(), and ILIAS\Skill\Profile\SkillProfile\getTitle().
ILIAS\Skill\Profile\SkillProfileDBRepository::deleteProfile | ( | int | $profile_id | ) |
Definition at line 119 of file class.SkillProfileDBRepository.php.
References ILIAS\Skill\Profile\SkillProfileDBRepository\$db, and $ilDB.
ILIAS\Skill\Profile\SkillProfileDBRepository::deleteProfilesFromObject | ( | int | $ref_id | ) |
Definition at line 129 of file class.SkillProfileDBRepository.php.
References ILIAS\Skill\Profile\SkillProfileDBRepository\$db, and $ilDB.
ILIAS\Skill\Profile\SkillProfileDBRepository::get | ( | int | $profile_id | ) |
Definition at line 40 of file class.SkillProfileDBRepository.php.
References ILIAS\Skill\Profile\SkillProfileDBRepository\$db, $ilDB, and ILIAS\Skill\Profile\SkillProfileDBRepository\getFromRecord().
ILIAS\Skill\Profile\SkillProfileDBRepository::getAllGlobalProfiles | ( | ) |
Definition at line 181 of file class.SkillProfileDBRepository.php.
References ILIAS\Skill\Profile\SkillProfileDBRepository\$db, $ilDB, and ILIAS\Skill\Profile\SkillProfileDBRepository\getFromRecord().
|
protected |
Definition at line 55 of file class.SkillProfileDBRepository.php.
References ILIAS\Repository\int().
Referenced by ILIAS\Skill\Profile\SkillProfileDBRepository\get(), ILIAS\Skill\Profile\SkillProfileDBRepository\getAllGlobalProfiles(), ILIAS\Skill\Profile\SkillProfileDBRepository\getLocalProfilesForObject(), ILIAS\Skill\Profile\SkillProfileDBRepository\getProfilesForAllSkillTrees(), and ILIAS\Skill\Profile\SkillProfileDBRepository\getProfilesForSkillTree().
ILIAS\Skill\Profile\SkillProfileDBRepository::getLocalProfilesForObject | ( | int | $ref_id | ) |
Definition at line 201 of file class.SkillProfileDBRepository.php.
References ILIAS\Skill\Profile\SkillProfileDBRepository\$db, $ilDB, and ILIAS\Skill\Profile\SkillProfileDBRepository\getFromRecord().
ILIAS\Skill\Profile\SkillProfileDBRepository::getNextId | ( | ) |
Definition at line 74 of file class.SkillProfileDBRepository.php.
References ILIAS\Skill\Profile\SkillProfileDBRepository\$db, and $ilDB.
Referenced by ILIAS\Skill\Profile\SkillProfileDBRepository\createProfile().
ILIAS\Skill\Profile\SkillProfileDBRepository::getProfilesForAllSkillTrees | ( | ) |
Definition at line 142 of file class.SkillProfileDBRepository.php.
References ILIAS\Skill\Profile\SkillProfileDBRepository\$db, $ilDB, and ILIAS\Skill\Profile\SkillProfileDBRepository\getFromRecord().
ILIAS\Skill\Profile\SkillProfileDBRepository::getProfilesForSkillTree | ( | int | $skill_tree_id | ) |
Definition at line 161 of file class.SkillProfileDBRepository.php.
References ILIAS\Skill\Profile\SkillProfileDBRepository\$db, $ilDB, and ILIAS\Skill\Profile\SkillProfileDBRepository\getFromRecord().
ILIAS\Skill\Profile\SkillProfileDBRepository::getTreeId | ( | int | $profile_id | ) |
Definition at line 246 of file class.SkillProfileDBRepository.php.
References ILIAS\Skill\Profile\SkillProfileDBRepository\$db, and ilDBInterface\queryF().
ILIAS\Skill\Profile\SkillProfileDBRepository::lookup | ( | int | $id, |
string | $field | ||
) |
Definition at line 218 of file class.SkillProfileDBRepository.php.
References ILIAS\Skill\Profile\SkillProfileDBRepository\$db, and $ilDB.
ILIAS\Skill\Profile\SkillProfileDBRepository::updateProfile | ( | SkillProfile | $profile | ) |
Definition at line 101 of file class.SkillProfileDBRepository.php.
References ILIAS\Skill\Profile\SkillProfileDBRepository\$db, $ilDB, ILIAS\Skill\Profile\SkillProfile\getDescription(), ILIAS\Skill\Profile\SkillProfile\getId(), ILIAS\Skill\Profile\SkillProfile\getImageId(), ILIAS\Skill\Profile\SkillProfile\getRefId(), and ILIAS\Skill\Profile\SkillProfile\getTitle().
ILIAS\Skill\Profile\SkillProfileDBRepository::updateRefIdAfterImport | ( | int | $profile_id, |
int | $new_ref_id | ||
) |
Definition at line 231 of file class.SkillProfileDBRepository.php.
References ILIAS\Skill\Profile\SkillProfileDBRepository\$db, and $ilDB.
|
protected |
Definition at line 27 of file class.SkillProfileDBRepository.php.
Referenced by ILIAS\Skill\Profile\SkillProfileDBRepository\__construct(), ILIAS\Skill\Profile\SkillProfileDBRepository\createProfile(), ILIAS\Skill\Profile\SkillProfileDBRepository\deleteProfile(), ILIAS\Skill\Profile\SkillProfileDBRepository\deleteProfilesFromObject(), ILIAS\Skill\Profile\SkillProfileDBRepository\get(), ILIAS\Skill\Profile\SkillProfileDBRepository\getAllGlobalProfiles(), ILIAS\Skill\Profile\SkillProfileDBRepository\getLocalProfilesForObject(), ILIAS\Skill\Profile\SkillProfileDBRepository\getNextId(), ILIAS\Skill\Profile\SkillProfileDBRepository\getProfilesForAllSkillTrees(), ILIAS\Skill\Profile\SkillProfileDBRepository\getProfilesForSkillTree(), ILIAS\Skill\Profile\SkillProfileDBRepository\getTreeId(), ILIAS\Skill\Profile\SkillProfileDBRepository\lookup(), ILIAS\Skill\Profile\SkillProfileDBRepository\updateProfile(), and ILIAS\Skill\Profile\SkillProfileDBRepository\updateRefIdAfterImport().
|
protected |
Definition at line 28 of file class.SkillProfileDBRepository.php.
Referenced by ILIAS\Skill\Profile\SkillProfileDBRepository\__construct().