|
ILIAS
release_8 Revision v8.24
|
Collaboration diagram for ilTestSkillLevelThresholdImporter:Public Member Functions | |
| __construct () | |
| ilTestSkillLevelThresholdImporter constructor. More... | |
| getTargetTestId () | |
| setTargetTestId ($targetTestId) | |
| getImportInstallationId () | |
| setImportInstallationId ($importInstallationId) | |
| getImportMappingRegistry () | |
| setImportMappingRegistry ($importMappingRegistry) | |
| getImportedQuestionSkillAssignmentList () | |
| setImportedQuestionSkillAssignmentList ($importedQuestionSkillAssignmentList) | |
| getImportThresholdList () | |
| setImportThresholdList ($importThresholdList) | |
| getFailedThresholdImportSkillList () | |
| setFailedThresholdImportSkillList ($failedThresholdImportSkillList) | |
| import () | |
Protected Member Functions | |
| getLevelIdMapping ($importLevelId) | |
Protected Attributes | |
| $targetTestId = null | |
| $importInstallationId = null | |
| $importMappingRegistry = null | |
| $importedQuestionSkillAssignmentList = null | |
| $importThresholdList = null | |
| $failedThresholdImportSkillList = null | |
Definition at line 25 of file class.ilTestSkillLevelThresholdImporter.php.
| ilTestSkillLevelThresholdImporter::__construct | ( | ) |
ilTestSkillLevelThresholdImporter constructor.
Definition at line 60 of file class.ilTestSkillLevelThresholdImporter.php.
| ilTestSkillLevelThresholdImporter::getFailedThresholdImportSkillList | ( | ) |
Definition at line 148 of file class.ilTestSkillLevelThresholdImporter.php.
References $failedThresholdImportSkillList.
Referenced by import().
Here is the caller graph for this function:| ilTestSkillLevelThresholdImporter::getImportedQuestionSkillAssignmentList | ( | ) |
Definition at line 116 of file class.ilTestSkillLevelThresholdImporter.php.
References $importedQuestionSkillAssignmentList.
Referenced by import().
Here is the caller graph for this function:| ilTestSkillLevelThresholdImporter::getImportInstallationId | ( | ) |
Definition at line 84 of file class.ilTestSkillLevelThresholdImporter.php.
References $importInstallationId.
Referenced by getLevelIdMapping().
Here is the caller graph for this function:| ilTestSkillLevelThresholdImporter::getImportMappingRegistry | ( | ) |
Definition at line 100 of file class.ilTestSkillLevelThresholdImporter.php.
References $importMappingRegistry.
Referenced by import().
Here is the caller graph for this function:| ilTestSkillLevelThresholdImporter::getImportThresholdList | ( | ) |
Definition at line 132 of file class.ilTestSkillLevelThresholdImporter.php.
References $importThresholdList.
Referenced by import().
Here is the caller graph for this function:
|
protected |
| $importLevelId |
Definition at line 241 of file class.ilTestSkillLevelThresholdImporter.php.
References getImportInstallationId(), and ilBasicSkill\getLevelIdForImportId().
Referenced by import().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTestSkillLevelThresholdImporter::getTargetTestId | ( | ) |
Definition at line 68 of file class.ilTestSkillLevelThresholdImporter.php.
References $targetTestId.
Referenced by import().
Here is the caller graph for this function:| ilTestSkillLevelThresholdImporter::import | ( | ) |
Definition at line 163 of file class.ilTestSkillLevelThresholdImporter.php.
References $DIC, $i, $ilDB, getFailedThresholdImportSkillList(), getImportedQuestionSkillAssignmentList(), getImportMappingRegistry(), getImportThresholdList(), getLevelIdMapping(), and getTargetTestId().
Here is the call graph for this function:| ilTestSkillLevelThresholdImporter::setFailedThresholdImportSkillList | ( | $failedThresholdImportSkillList | ) |
| ilAssQuestionAssignedSkillList | $failedThresholdImportSkillList |
Definition at line 156 of file class.ilTestSkillLevelThresholdImporter.php.
References $failedThresholdImportSkillList.
| ilTestSkillLevelThresholdImporter::setImportedQuestionSkillAssignmentList | ( | $importedQuestionSkillAssignmentList | ) |
| ilAssQuestionSkillAssignmentList | $importedQuestionSkillAssignmentList |
Definition at line 124 of file class.ilTestSkillLevelThresholdImporter.php.
References $importedQuestionSkillAssignmentList.
| ilTestSkillLevelThresholdImporter::setImportInstallationId | ( | $importInstallationId | ) |
| int | $importInstallationId |
Definition at line 92 of file class.ilTestSkillLevelThresholdImporter.php.
References $importInstallationId.
| ilTestSkillLevelThresholdImporter::setImportMappingRegistry | ( | $importMappingRegistry | ) |
| ilImportMapping | $importMappingRegistry |
Definition at line 108 of file class.ilTestSkillLevelThresholdImporter.php.
References $importMappingRegistry.
| ilTestSkillLevelThresholdImporter::setImportThresholdList | ( | $importThresholdList | ) |
| ilTestSkillLevelThresholdImportList | $importThresholdList |
Definition at line 140 of file class.ilTestSkillLevelThresholdImporter.php.
References $importThresholdList.
| ilTestSkillLevelThresholdImporter::setTargetTestId | ( | $targetTestId | ) |
| int | $targetTestId |
Definition at line 76 of file class.ilTestSkillLevelThresholdImporter.php.
References $targetTestId.
|
protected |
Definition at line 55 of file class.ilTestSkillLevelThresholdImporter.php.
Referenced by getFailedThresholdImportSkillList(), and setFailedThresholdImportSkillList().
|
protected |
Definition at line 45 of file class.ilTestSkillLevelThresholdImporter.php.
Referenced by getImportedQuestionSkillAssignmentList(), and setImportedQuestionSkillAssignmentList().
|
protected |
Definition at line 35 of file class.ilTestSkillLevelThresholdImporter.php.
Referenced by getImportInstallationId(), and setImportInstallationId().
|
protected |
Definition at line 40 of file class.ilTestSkillLevelThresholdImporter.php.
Referenced by getImportMappingRegistry(), and setImportMappingRegistry().
|
protected |
Definition at line 50 of file class.ilTestSkillLevelThresholdImporter.php.
Referenced by getImportThresholdList(), and setImportThresholdList().
|
protected |
Definition at line 30 of file class.ilTestSkillLevelThresholdImporter.php.
Referenced by getTargetTestId(), and setTargetTestId().