|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
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 14 of file class.ilTestSkillLevelThresholdImporter.php.
| ilTestSkillLevelThresholdImporter::__construct | ( | ) |
ilTestSkillLevelThresholdImporter constructor.
Definition at line 49 of file class.ilTestSkillLevelThresholdImporter.php.
| ilTestSkillLevelThresholdImporter::getFailedThresholdImportSkillList | ( | ) |
Definition at line 137 of file class.ilTestSkillLevelThresholdImporter.php.
References $failedThresholdImportSkillList.
Referenced by import().
Here is the caller graph for this function:| ilTestSkillLevelThresholdImporter::getImportedQuestionSkillAssignmentList | ( | ) |
Definition at line 105 of file class.ilTestSkillLevelThresholdImporter.php.
References $importedQuestionSkillAssignmentList.
Referenced by import().
Here is the caller graph for this function:| ilTestSkillLevelThresholdImporter::getImportInstallationId | ( | ) |
Definition at line 73 of file class.ilTestSkillLevelThresholdImporter.php.
References $importInstallationId.
Referenced by getLevelIdMapping().
Here is the caller graph for this function:| ilTestSkillLevelThresholdImporter::getImportMappingRegistry | ( | ) |
Definition at line 89 of file class.ilTestSkillLevelThresholdImporter.php.
References $importMappingRegistry.
Referenced by import().
Here is the caller graph for this function:| ilTestSkillLevelThresholdImporter::getImportThresholdList | ( | ) |
Definition at line 121 of file class.ilTestSkillLevelThresholdImporter.php.
References $importThresholdList.
Referenced by import().
Here is the caller graph for this function:
|
protected |
| $importLevelId |
Definition at line 230 of file class.ilTestSkillLevelThresholdImporter.php.
References $result, 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 57 of file class.ilTestSkillLevelThresholdImporter.php.
References $targetTestId.
Referenced by import().
Here is the caller graph for this function:| ilTestSkillLevelThresholdImporter::import | ( | ) |
Definition at line 152 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 145 of file class.ilTestSkillLevelThresholdImporter.php.
References $failedThresholdImportSkillList.
| ilTestSkillLevelThresholdImporter::setImportedQuestionSkillAssignmentList | ( | $importedQuestionSkillAssignmentList | ) |
| ilAssQuestionSkillAssignmentList | $importedQuestionSkillAssignmentList |
Definition at line 113 of file class.ilTestSkillLevelThresholdImporter.php.
References $importedQuestionSkillAssignmentList.
| ilTestSkillLevelThresholdImporter::setImportInstallationId | ( | $importInstallationId | ) |
| int | $importInstallationId |
Definition at line 81 of file class.ilTestSkillLevelThresholdImporter.php.
References $importInstallationId.
| ilTestSkillLevelThresholdImporter::setImportMappingRegistry | ( | $importMappingRegistry | ) |
| ilImportMapping | $importMappingRegistry |
Definition at line 97 of file class.ilTestSkillLevelThresholdImporter.php.
References $importMappingRegistry.
| ilTestSkillLevelThresholdImporter::setImportThresholdList | ( | $importThresholdList | ) |
| ilTestSkillLevelThresholdImportList | $importThresholdList |
Definition at line 129 of file class.ilTestSkillLevelThresholdImporter.php.
References $importThresholdList.
| ilTestSkillLevelThresholdImporter::setTargetTestId | ( | $targetTestId | ) |
| int | $targetTestId |
Definition at line 65 of file class.ilTestSkillLevelThresholdImporter.php.
References $targetTestId.
|
protected |
Definition at line 44 of file class.ilTestSkillLevelThresholdImporter.php.
Referenced by getFailedThresholdImportSkillList(), and setFailedThresholdImportSkillList().
|
protected |
Definition at line 34 of file class.ilTestSkillLevelThresholdImporter.php.
Referenced by getImportedQuestionSkillAssignmentList(), and setImportedQuestionSkillAssignmentList().
|
protected |
Definition at line 24 of file class.ilTestSkillLevelThresholdImporter.php.
Referenced by getImportInstallationId(), and setImportInstallationId().
|
protected |
Definition at line 29 of file class.ilTestSkillLevelThresholdImporter.php.
Referenced by getImportMappingRegistry(), and setImportMappingRegistry().
|
protected |
Definition at line 39 of file class.ilTestSkillLevelThresholdImporter.php.
Referenced by getImportThresholdList(), and setImportThresholdList().
|
protected |
Definition at line 19 of file class.ilTestSkillLevelThresholdImporter.php.
Referenced by getTargetTestId(), and setTargetTestId().