47 $this->
user = $DIC->user();
49 if (is_null($bsc_skl_lvl_db_rep)) {
50 $this->bsc_skl_lvl_db_rep = $DIC->skills()->internal()->repo()->getLevelRepo();
55 if (is_null($bsc_skl_usr_lvl_db_rep)) {
56 $this->bsc_skl_usr_lvl_db_rep = $DIC->skills()->internal()->repo()->getUserLevelRepo();
61 if (is_null($bsc_skl_tre_rep)) {
62 $this->bsc_skl_tre_rep = $DIC->skills()->internal()->repo()->getTreeRepo();
74 public function read(): void
90 public function delete():
void 92 $skill_id = $this->
getId();
93 $this->bsc_skl_lvl_db_rep->deleteLevelsOfSkill($skill_id);
94 $this->bsc_skl_usr_lvl_db_rep->deleteUserLevelsOfSkill($skill_id);
105 $skill->setTitle($this->
getTitle());
107 $skill->setType($this->
getType());
113 if (
sizeof($levels)) {
114 foreach ($levels as $item) {
115 $skill->addLevel($item[
"title"], $item[
"description"]);
129 public function addLevel(
string $a_title,
string $a_description,
string $a_import_id =
""): void
131 $skill_id = $this->
getId();
132 $this->bsc_skl_lvl_db_rep->addLevel($skill_id, $a_title, $a_description, $a_import_id);
137 $skill_id = $this->
getId();
139 return $this->bsc_skl_lvl_db_rep->getLevelData($skill_id, $a_id);
146 $repository = $DIC->skills()->internal()->repo()->getLevelRepo();
148 return $repository->lookupLevelTitle($a_id);
155 $repository = $DIC->skills()->internal()->repo()->getLevelRepo();
157 return $repository->lookupLevelDescription($a_id);
164 $repository = $DIC->skills()->internal()->repo()->getLevelRepo();
166 return $repository->lookupLevelSkillId($a_id);
173 $repository = $DIC->skills()->internal()->repo()->getLevelRepo();
174 $repository->writeLevelTitle($a_id, $a_title);
181 $repository = $DIC->skills()->internal()->repo()->getLevelRepo();
182 $repository->writeLevelDescription($a_id, $a_description);
188 $this->bsc_skl_lvl_db_rep->updateLevelOrder($order);
193 $this->bsc_skl_lvl_db_rep->deleteLevel($a_id);
198 $skill_id = $this->
getId();
199 $this->bsc_skl_lvl_db_rep->fixLevelNumbering($skill_id);
217 int $a_trigger_ref_id = 0,
218 bool $a_self_eval =
false 222 $ilDB = $DIC->database();
225 throw new ilSkillException(
"resetUserSkillLevelStatus currently only provided for self evaluations.");
229 $trigger_obj_id = ($a_trigger_ref_id > 0)
230 ? $obj_adapter->getObjIdForRefId($a_trigger_ref_id)
235 $status_date = $repository->hasRecentSelfEvaluation($a_user_id, $a_skill_id, $a_tref_id, $a_trigger_ref_id);
236 if ($status_date !=
"") {
240 $repository->resetUserSkillLevelStatus(
256 int $a_trigger_ref_id = 0
260 $ilDB = $DIC->database();
263 $trigger_obj_id = ($a_trigger_ref_id > 0)
264 ? $obj_adapter->getObjIdForRefId($a_trigger_ref_id)
268 return $repository->hasRecentSelfEvaluation(
279 string $a_timestamp_to = null,
285 $ilDB = $DIC->database();
289 return $repository->getNewAchievementsPerUser($a_timestamp, $a_timestamp_to, $a_user_id, $a_self_eval);
295 int $a_trigger_ref_id,
298 bool $a_force =
false,
299 bool $a_self_eval =
false,
300 string $a_unique_identifier =
"",
301 float $a_next_level_fulfilment = 0.0,
302 string $trigger_user_id =
"" 306 $ilDB = $DIC->database();
309 $trigger_ref_id = $a_trigger_ref_id;
311 $trigger_obj_id = $obj_adapter->getObjIdForRefId($trigger_ref_id);
312 $trigger_title = $obj_adapter->getTitleForObjId($trigger_obj_id);
313 $trigger_type = $obj_adapter->getTypeForObjId($trigger_obj_id);
319 if ($a_self_eval && self::hasRecentSelfEvaluation($a_user_id, $skill_id, $a_tref_id, $trigger_ref_id)) {
320 $status_date = self::hasRecentSelfEvaluation($a_user_id, $skill_id, $a_tref_id, $trigger_ref_id);
321 if ($status_date !=
"") {
327 if (!($a_next_level_fulfilment >= 0) || !($a_next_level_fulfilment < 1)) {
328 throw new \UnexpectedValueException(
329 "Next level fulfilment must be equal to or greater than 0 and less than 1, '" .
330 $a_next_level_fulfilment .
"' given." 335 $repository->writeUserSkillLevelStatus(
347 $a_unique_identifier,
348 $a_next_level_fulfilment,
355 int $a_trigger_obj_id,
356 bool $a_self_eval =
false,
357 string $a_unique_identifier =
"" 361 $ilDB = $DIC->database();
363 if ($a_trigger_obj_id == 0) {
368 return $repository->removeAllUserSkillLevelStatusOfObject(
380 $ilDB = $DIC->database();
383 $repository->removeAllUserData($a_user_id);
392 if ($a_user_id == 0) {
393 $a_user_id = $this->
user->getId();
395 $skill_id = $this->
getId();
398 return $this->bsc_skl_usr_lvl_db_rep->getMaxLevelPerType(
414 if ($a_user_id == 0) {
415 $a_user_id = $this->
user->getId();
417 $skill_id = $this->
getId();
419 return $this->bsc_skl_usr_lvl_db_rep->getNextLevelFulfilmentPerType(
433 if ($a_user_id == 0) {
434 $a_user_id = $this->
user->getId();
436 $skill_id = $this->
getId();
438 return $this->bsc_skl_usr_lvl_db_rep->getAllLevelEntriesOfUser($skill_id, $a_tref_id, $a_user_id, $a_self_eval);
446 if ($a_user_id == 0) {
447 $a_user_id = $this->
user->getId();
449 $skill_id = $this->
getId();
451 return $this->bsc_skl_usr_lvl_db_rep->getAllHistoricLevelEntriesOfUser(
465 if ($a_user_id == 0) {
466 $a_user_id = $this->
user->getId();
468 $skill_id = $this->
getId();
471 return $this->bsc_skl_usr_lvl_db_rep->getMaxLevelPerObject(
487 if ($a_user_id == 0) {
488 $a_user_id = $this->
user->getId();
490 $skill_id = $this->
getId();
492 return $this->bsc_skl_usr_lvl_db_rep->getNextLevelFulfilmentPerObject(
506 if ($a_user_id == 0) {
507 $a_user_id = $this->
user->getId();
509 $skill_id = $this->
getId();
512 return $this->bsc_skl_usr_lvl_db_rep->getMaxLevel($skill_id, $levels, $a_tref_id, $a_user_id, $a_self_eval);
520 if ($a_user_id == 0) {
521 $a_user_id = $this->
user->getId();
523 $skill_id = $this->
getId();
525 return $this->bsc_skl_usr_lvl_db_rep->getNextLevelFulfilment($skill_id, $a_tref_id, $a_user_id, $a_self_eval);
535 $ilDB = $DIC->database();
539 return $repository->hasSelfEvaluated($a_user_id, $a_skill_id, $a_tref_id);
548 if ($a_user_id == 0) {
549 $a_user_id = $this->
user->getId();
551 $skill_id = $this->
getId();
553 return $this->bsc_skl_usr_lvl_db_rep->getLastLevelPerObject(
568 if ($a_user_id == 0) {
569 $a_user_id = $this->
user->getId();
571 $skill_id = $this->
getId();
573 return $this->bsc_skl_usr_lvl_db_rep->getLastUpdatePerObject(
603 "skl_user_skill_level",
609 int $a_source_inst_id,
610 int $a_skill_import_id,
611 int $a_tref_import_id = 0
615 if ($a_source_inst_id == 0) {
619 $repository = $DIC->skills()->internal()->repo()->getTreeRepo();
620 return $repository->getCommonSkillIdForImportId(
631 $repository = $DIC->skills()->internal()->repo()->getTreeRepo();
633 return $repository->getLevelIdForImportId($a_source_inst_id, $a_level_import_id);
637 int $a_source_inst_id,
638 int $a_level_import_id,
639 int $a_skill_import_id,
640 int $a_tref_import_id = 0
642 $level_id_data = self::getLevelIdForImportId($a_source_inst_id, $a_level_import_id);
643 $skill_data = self::getCommonSkillIdForImportId($a_source_inst_id, $a_skill_import_id, $a_tref_import_id);
645 foreach ($level_id_data as $l) {
647 foreach ($skill_data as $s) {
650 "level_id" => $l[
"level_id"],
651 "creation_date" => $l[
"creation_date"],
652 "skill_id" => $s[
"skill_id"],
653 "tref_id" => $s[
"tref_id"]
Get info on usages of skills.
getShortTitleForCertificate()
static writeLevelTitle(int $a_id, string $a_title)
getAllHistoricLevelEntriesOfUser(int $a_tref_id, int $a_user_id=0, int $a_eval_by=0)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
getAllLevelEntriesOfUser(int $a_tref_id, int $a_user_id=0, int $a_self_eval=0)
__construct(int $a_id=0, ilSkillLevelRepository $bsc_skl_lvl_db_rep=null, ilSkillUserLevelRepository $bsc_skl_usr_lvl_db_rep=null, ilSkillTreeRepository $bsc_skl_tre_rep=null)
getLastLevelPerObject(int $a_tref_id, int $a_object_id, int $a_user_id=0, int $a_self_eval=0)
static lookupLevelSkillId(int $a_id)
getMaxLevelPerObject(int $a_tref_id, int $a_object_id, int $a_user_id=0, int $a_self_eval=0)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static removeAllUserSkillLevelStatusOfObject(int $a_user_id, int $a_trigger_obj_id, bool $a_self_eval=false, string $a_unique_identifier="")
static lookupLevelTitle(int $a_id)
ilSkillUserLevelRepository $bsc_skl_usr_lvl_db_rep
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static getCommonSkillIdForImportId(int $a_source_inst_id, int $a_skill_import_id, int $a_tref_import_id=0)
static writeLevelDescription(int $a_id, string $a_description)
updateLevelOrder(array $order)
static hasSelfEvaluated(int $a_user_id, int $a_skill_id, int $a_tref_id)
addLevel(string $a_title, string $a_description, string $a_import_id="")
ilSkillLevelRepository $bsc_skl_lvl_db_rep
static getNewAchievementsPerUser(string $a_timestamp, string $a_timestamp_to=null, int $a_user_id=0, int $a_self_eval=0)
read()
Read data from database.
static writeUserSkillLevelStatus(int $a_level_id, int $a_user_id, int $a_trigger_ref_id, int $a_tref_id=0, int $a_status=ilBasicSkill::ACHIEVED, bool $a_force=false, bool $a_self_eval=false, string $a_unique_identifier="", float $a_next_level_fulfilment=0.0, string $trigger_user_id="")
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
getLevelData(int $a_id=0)
ilSkillTreeRepository $bsc_skl_tre_rep
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static removeAllUserData(int $a_user_id)
static hasRecentSelfEvaluation(int $a_user_id, int $a_skill_id, int $a_tref_id=0, int $a_trigger_ref_id=0)
getMaxLevel(int $a_tref_id, int $a_user_id=0, int $a_self_eval=0)
getNextLevelFulfilmentPerObject(int $a_tref_id, int $a_object_id, int $a_user_id=0, int $a_self_eval=0)
static getUsageInfoGeneric(array $a_cskill_ids, string $a_usage_type, string $a_table, string $a_key_field, string $a_skill_field="skill_id", string $a_tref_field="tref_id")
Get standard usage query.
getMaxLevelPerType(int $a_tref_id, string $a_type, int $a_user_id=0, int $a_self_eval=0)
static lookupLevelDescription(int $a_id)
static getLevelIdForImportIdMatchSkill(int $a_source_inst_id, int $a_level_import_id, int $a_skill_import_id, int $a_tref_import_id=0)
__construct(Container $dic, ilPlugin $plugin)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static getUsageInfo(array $a_cskill_ids)
Get title of an assigned item.
getNextLevelFulfilmentPerType(int $a_tref_id, string $a_type, int $a_user_id=0, int $a_self_eval=0)
static getLevelIdForImportId(int $a_source_inst_id, int $a_level_import_id)
getLastUpdatePerObject(int $a_tref_id, int $a_object_id, int $a_user_id=0, int $a_self_eval=0)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
getSkillForLevelId(int $a_level_id)
static resetUserSkillLevelStatus(int $a_user_id, int $a_skill_id, int $a_tref_id=0, int $a_trigger_ref_id=0, bool $a_self_eval=false)
getNextLevelFulfilment(int $a_tref_id, int $a_user_id=0, int $a_self_eval=0)