|
ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Collaboration diagram for ilAssQuestionUserSolutionAdopter:Public Member Functions | |
| __construct (ilDBInterface $db, ilSetting $assSettings, $isAssessmentLogEnabled) | |
| getUserId () | |
| setUserId ($userId) | |
| getActiveId () | |
| setActiveId ($activeId) | |
| getTargetPass () | |
| setTargetPass ($targetPass) | |
| getQuestionIds () | |
| setQuestionIds ($questionIds) | |
| perform () | |
Protected Member Functions | |
| adoptQuestionAnswer ($questionId) | |
| resetTargetSolution ($questionId) | |
| resetTargetResult ($questionId) | |
| adoptSourceSolution ($questionId) | |
| adoptSourceResult ($questionId, $sourcePass) | |
| getPreparedDeleteSolutionRecordsStatement () | |
| getPreparedSelectSolutionRecordsStatement () | |
| getPreparedInsertSolutionRecordStatement () | |
| getPreparedDeleteResultRecordStatement () | |
| getPreparedSelectResultRecordStatement () | |
| getPreparedInsertResultRecordStatement () | |
Protected Attributes | |
| $db | |
| $processLockerFactory | |
| $userId | |
| $activeId | |
| $targetPass | |
| $questionIds | |
Static Protected Attributes | |
| static | $preparedDeleteSolutionRecordsStatement = null |
| static | $preparedSelectSolutionRecordsStatement = null |
| static | $preparedInsertSolutionRecordStatement = null |
| static | $preparedDeleteResultRecordStatement = null |
| static | $preparedSelectResultRecordStatement = null |
| static | $preparedInsertResultRecordStatement = null |
Definition at line 11 of file class.ilAssQuestionUserSolutionAdopter.php.
| ilAssQuestionUserSolutionAdopter::__construct | ( | ilDBInterface | $db, |
| ilSetting | $assSettings, | ||
| $isAssessmentLogEnabled | |||
| ) |
| ilDBInterface | $db | |
| ilSetting | $assSettings | |
| bool | $isAssessmentLogEnabled |
Definition at line 78 of file class.ilAssQuestionUserSolutionAdopter.php.
References $db.
|
protected |
Definition at line 173 of file class.ilAssQuestionUserSolutionAdopter.php.
References adoptSourceResult(), adoptSourceSolution(), resetTargetResult(), and resetTargetSolution().
Referenced by perform().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 233 of file class.ilAssQuestionUserSolutionAdopter.php.
References $res, $row, getActiveId(), getPreparedInsertResultRecordStatement(), getPreparedSelectResultRecordStatement(), and getTargetPass().
Referenced by adoptQuestionAnswer().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 202 of file class.ilAssQuestionUserSolutionAdopter.php.
References $res, $row, getActiveId(), getPreparedInsertSolutionRecordStatement(), getPreparedSelectSolutionRecordsStatement(), and getTargetPass().
Referenced by adoptQuestionAnswer().
Here is the call graph for this function:
Here is the caller graph for this function:| ilAssQuestionUserSolutionAdopter::getActiveId | ( | ) |
Definition at line 111 of file class.ilAssQuestionUserSolutionAdopter.php.
References $activeId.
Referenced by adoptSourceResult(), adoptSourceSolution(), resetTargetResult(), and resetTargetSolution().
Here is the caller graph for this function:
|
protected |
Definition at line 300 of file class.ilAssQuestionUserSolutionAdopter.php.
References $preparedDeleteResultRecordStatement.
Referenced by resetTargetResult().
Here is the caller graph for this function:
|
protected |
Definition at line 250 of file class.ilAssQuestionUserSolutionAdopter.php.
References $preparedDeleteSolutionRecordsStatement.
Referenced by resetTargetSolution().
Here is the caller graph for this function:
|
protected |
Definition at line 330 of file class.ilAssQuestionUserSolutionAdopter.php.
References $preparedInsertResultRecordStatement, and $query.
Referenced by adoptSourceResult().
Here is the caller graph for this function:
|
protected |
Definition at line 280 of file class.ilAssQuestionUserSolutionAdopter.php.
References $preparedInsertSolutionRecordStatement, and $query.
Referenced by adoptSourceSolution().
Here is the caller graph for this function:
|
protected |
Definition at line 313 of file class.ilAssQuestionUserSolutionAdopter.php.
References $preparedSelectResultRecordStatement, and $query.
Referenced by adoptSourceResult().
Here is the caller graph for this function:
|
protected |
Definition at line 263 of file class.ilAssQuestionUserSolutionAdopter.php.
References $preparedSelectSolutionRecordsStatement, and $query.
Referenced by adoptSourceSolution().
Here is the caller graph for this function:| ilAssQuestionUserSolutionAdopter::getQuestionIds | ( | ) |
Definition at line 143 of file class.ilAssQuestionUserSolutionAdopter.php.
References $questionIds.
Referenced by perform().
Here is the caller graph for this function:| ilAssQuestionUserSolutionAdopter::getTargetPass | ( | ) |
Definition at line 127 of file class.ilAssQuestionUserSolutionAdopter.php.
References $targetPass.
Referenced by adoptSourceResult(), adoptSourceSolution(), resetTargetResult(), and resetTargetSolution().
Here is the caller graph for this function:| ilAssQuestionUserSolutionAdopter::getUserId | ( | ) |
Definition at line 95 of file class.ilAssQuestionUserSolutionAdopter.php.
References $userId.
Referenced by perform().
Here is the caller graph for this function:| ilAssQuestionUserSolutionAdopter::perform | ( | ) |
Definition at line 156 of file class.ilAssQuestionUserSolutionAdopter.php.
References adoptQuestionAnswer(), getQuestionIds(), and getUserId().
Here is the call graph for this function:
|
protected |
Definition at line 194 of file class.ilAssQuestionUserSolutionAdopter.php.
References getActiveId(), getPreparedDeleteResultRecordStatement(), and getTargetPass().
Referenced by adoptQuestionAnswer().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 186 of file class.ilAssQuestionUserSolutionAdopter.php.
References getActiveId(), getPreparedDeleteSolutionRecordsStatement(), and getTargetPass().
Referenced by adoptQuestionAnswer().
Here is the call graph for this function:
Here is the caller graph for this function:| ilAssQuestionUserSolutionAdopter::setActiveId | ( | $activeId | ) |
| int | $activeId |
Definition at line 119 of file class.ilAssQuestionUserSolutionAdopter.php.
References $activeId.
| ilAssQuestionUserSolutionAdopter::setQuestionIds | ( | $questionIds | ) |
| array | $questionIds |
Definition at line 151 of file class.ilAssQuestionUserSolutionAdopter.php.
References $questionIds.
| ilAssQuestionUserSolutionAdopter::setTargetPass | ( | $targetPass | ) |
| int | $targetPass |
Definition at line 135 of file class.ilAssQuestionUserSolutionAdopter.php.
References $targetPass.
| ilAssQuestionUserSolutionAdopter::setUserId | ( | $userId | ) |
| int | $userId |
Definition at line 103 of file class.ilAssQuestionUserSolutionAdopter.php.
References $userId.
|
protected |
Definition at line 61 of file class.ilAssQuestionUserSolutionAdopter.php.
Referenced by getActiveId(), and setActiveId().
|
protected |
Definition at line 46 of file class.ilAssQuestionUserSolutionAdopter.php.
Referenced by __construct().
|
staticprotected |
Definition at line 31 of file class.ilAssQuestionUserSolutionAdopter.php.
Referenced by getPreparedDeleteResultRecordStatement().
|
staticprotected |
Definition at line 16 of file class.ilAssQuestionUserSolutionAdopter.php.
Referenced by getPreparedDeleteSolutionRecordsStatement().
|
staticprotected |
Definition at line 41 of file class.ilAssQuestionUserSolutionAdopter.php.
Referenced by getPreparedInsertResultRecordStatement().
|
staticprotected |
Definition at line 26 of file class.ilAssQuestionUserSolutionAdopter.php.
Referenced by getPreparedInsertSolutionRecordStatement().
|
staticprotected |
Definition at line 36 of file class.ilAssQuestionUserSolutionAdopter.php.
Referenced by getPreparedSelectResultRecordStatement().
|
staticprotected |
Definition at line 21 of file class.ilAssQuestionUserSolutionAdopter.php.
Referenced by getPreparedSelectSolutionRecordsStatement().
|
protected |
Definition at line 51 of file class.ilAssQuestionUserSolutionAdopter.php.
|
protected |
Definition at line 71 of file class.ilAssQuestionUserSolutionAdopter.php.
Referenced by getQuestionIds(), and setQuestionIds().
|
protected |
Definition at line 66 of file class.ilAssQuestionUserSolutionAdopter.php.
Referenced by getTargetPass(), and setTargetPass().
|
protected |
Definition at line 56 of file class.ilAssQuestionUserSolutionAdopter.php.
Referenced by getUserId(), and setUserId().