|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
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 25 of file class.SkillProfileLevelsDBRepository.php.
| ILIAS\Skill\Profile\SkillProfileLevelsDBRepository::__construct | ( | ?\ilDBInterface | $db = null, |
| ?Service\SkillInternalFactoryService | $factory_service = null |
||
| ) |
Definition at line 30 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 96 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 112 of file class.SkillProfileLevelsDBRepository.php.
References ILIAS\Skill\Profile\SkillProfileLevelsDBRepository\$db, and $ilDB.
| ILIAS\Skill\Profile\SkillProfileLevelsDBRepository::deleteAllForProfile | ( | int | $profile_id | ) |
Definition at line 125 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 135 of file class.SkillProfileLevelsDBRepository.php.
References ILIAS\Skill\Profile\SkillProfileLevelsDBRepository\$db, and $ilDB.
| ILIAS\Skill\Profile\SkillProfileLevelsDBRepository::fixSkillOrderNumbering | ( | int | $profile_id | ) |
Definition at line 170 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 60 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 43 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 79 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 192 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 152 of file class.SkillProfileLevelsDBRepository.php.
References ILIAS\Skill\Profile\SkillProfileLevelsDBRepository\$db, $id, and $ilDB.
|
protected |
Definition at line 27 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 28 of file class.SkillProfileLevelsDBRepository.php.
Referenced by ILIAS\Skill\Profile\SkillProfileLevelsDBRepository\__construct().