|
ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
|
Collaboration diagram for ILIAS\Skill\Profile\SkillProfileLevelsDBRepository:Public Member Functions | |
| __construct (\ilDBInterface $db=null, Service\SkillInternalFactoryService $factory_service=null) | |
| getAll (int $profile_id) | |
| get (int $profile_id, int $base_skill_id, int $tref_id) | |
| createOrUpdate (SkillProfileLevel $skill_level_obj) | |
| delete (SkillProfileLevel $skill_level_obj) | |
| deleteAllForProfile (int $profile_id) | |
| deleteAllForSkill (int $skill_node_id, bool $is_reference) | |
| updateSkillOrder (int $profile_id, array $order) | |
| fixSkillOrderNumbering (int $profile_id) | |
| getMaxOrderNr (int $profile_id) | |
Protected Member Functions | |
| getFromRecord (array $rec) | |
Protected Attributes | |
| ilDBInterface | $db |
| Service SkillInternalFactoryService | $factory_service |
Definition at line 26 of file class.SkillProfileLevelsDBRepository.php.
| ILIAS\Skill\Profile\SkillProfileLevelsDBRepository::__construct | ( | \ilDBInterface | $db = null, |
| Service\SkillInternalFactoryService | $factory_service = null |
||
| ) |
Definition at line 31 of file class.SkillProfileLevelsDBRepository.php.
References ILIAS\Skill\Profile\SkillProfileLevelsDBRepository\$db, $DIC, and ILIAS\Skill\Profile\SkillProfileLevelsDBRepository\$factory_service.
| ILIAS\Skill\Profile\SkillProfileLevelsDBRepository::createOrUpdate | ( | SkillProfileLevel | $skill_level_obj | ) |
Definition at line 97 of file class.SkillProfileLevelsDBRepository.php.
References ILIAS\Skill\Profile\SkillProfileLevelsDBRepository\$db, $ilDB, ILIAS\Skill\Profile\SkillProfileLevel\getBaseSkillId(), ILIAS\Skill\Profile\SkillProfileLevel\getLevelId(), ILIAS\Skill\Profile\SkillProfileLevel\getOrderNr(), ILIAS\Skill\Profile\SkillProfileLevel\getProfileId(), and ILIAS\Skill\Profile\SkillProfileLevel\getTrefId().
Here is the call graph for this function:| ILIAS\Skill\Profile\SkillProfileLevelsDBRepository::delete | ( | SkillProfileLevel | $skill_level_obj | ) |
Definition at line 113 of file class.SkillProfileLevelsDBRepository.php.
References ILIAS\Skill\Profile\SkillProfileLevelsDBRepository\$db, and $ilDB.
| ILIAS\Skill\Profile\SkillProfileLevelsDBRepository::deleteAllForProfile | ( | int | $profile_id | ) |
Definition at line 126 of file class.SkillProfileLevelsDBRepository.php.
References ILIAS\Skill\Profile\SkillProfileLevelsDBRepository\$db, and $ilDB.
| ILIAS\Skill\Profile\SkillProfileLevelsDBRepository::deleteAllForSkill | ( | int | $skill_node_id, |
| bool | $is_reference | ||
| ) |
Definition at line 136 of file class.SkillProfileLevelsDBRepository.php.
References ILIAS\Skill\Profile\SkillProfileLevelsDBRepository\$db, and $ilDB.
| ILIAS\Skill\Profile\SkillProfileLevelsDBRepository::fixSkillOrderNumbering | ( | int | $profile_id | ) |
Definition at line 171 of file class.SkillProfileLevelsDBRepository.php.
References ILIAS\Skill\Profile\SkillProfileLevelsDBRepository\$db, and $ilDB.
| ILIAS\Skill\Profile\SkillProfileLevelsDBRepository::get | ( | int | $profile_id, |
| int | $base_skill_id, | ||
| int | $tref_id | ||
| ) |
Definition at line 61 of file class.SkillProfileLevelsDBRepository.php.
References ILIAS\Skill\Profile\SkillProfileLevelsDBRepository\$db, $ilDB, and ILIAS\Skill\Profile\SkillProfileLevelsDBRepository\getFromRecord().
Here is the call graph for this function:| ILIAS\Skill\Profile\SkillProfileLevelsDBRepository::getAll | ( | int | $profile_id | ) |
Definition at line 44 of file class.SkillProfileLevelsDBRepository.php.
References ILIAS\Skill\Profile\SkillProfileLevelsDBRepository\$db, $ilDB, and ILIAS\Skill\Profile\SkillProfileLevelsDBRepository\getFromRecord().
Here is the call graph for this function:
|
protected |
Definition at line 80 of file class.SkillProfileLevelsDBRepository.php.
References ILIAS\Repository\int().
Referenced by ILIAS\Skill\Profile\SkillProfileLevelsDBRepository\get(), and ILIAS\Skill\Profile\SkillProfileLevelsDBRepository\getAll().
Here is the call graph for this function:
Here is the caller graph for this function:| ILIAS\Skill\Profile\SkillProfileLevelsDBRepository::getMaxOrderNr | ( | int | $profile_id | ) |
Definition at line 193 of file class.SkillProfileLevelsDBRepository.php.
References ILIAS\Skill\Profile\SkillProfileLevelsDBRepository\$db, and $ilDB.
| ILIAS\Skill\Profile\SkillProfileLevelsDBRepository::updateSkillOrder | ( | int | $profile_id, |
| array | $order | ||
| ) |
Definition at line 153 of file class.SkillProfileLevelsDBRepository.php.
References ILIAS\Skill\Profile\SkillProfileLevelsDBRepository\$db, $id, and $ilDB.
|
protected |
Definition at line 28 of file class.SkillProfileLevelsDBRepository.php.
Referenced by ILIAS\Skill\Profile\SkillProfileLevelsDBRepository\__construct(), ILIAS\Skill\Profile\SkillProfileLevelsDBRepository\createOrUpdate(), ILIAS\Skill\Profile\SkillProfileLevelsDBRepository\delete(), ILIAS\Skill\Profile\SkillProfileLevelsDBRepository\deleteAllForProfile(), ILIAS\Skill\Profile\SkillProfileLevelsDBRepository\deleteAllForSkill(), ILIAS\Skill\Profile\SkillProfileLevelsDBRepository\fixSkillOrderNumbering(), ILIAS\Skill\Profile\SkillProfileLevelsDBRepository\get(), ILIAS\Skill\Profile\SkillProfileLevelsDBRepository\getAll(), ILIAS\Skill\Profile\SkillProfileLevelsDBRepository\getMaxOrderNr(), and ILIAS\Skill\Profile\SkillProfileLevelsDBRepository\updateSkillOrder().
|
protected |
Definition at line 29 of file class.SkillProfileLevelsDBRepository.php.
Referenced by ILIAS\Skill\Profile\SkillProfileLevelsDBRepository\__construct().