ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Public Member Functions | |
__construct (ilDBInterface $db) | |
createFor (ilStudyProgrammeSettings $prg, ilStudyProgrammeAssignment $ass) | |
Create a record corresponding to a progress and return corresponding object.Will throw if a record allready exists. More... | |
read (int $id) | |
Load progress belonging to a id.Will throw if the record does not exist yet. More... | |
readByIds (int $prg_id, int $assignment_id, int $usr_id) | |
Load progress belonging to a prg id and assignment.Will throw if the record does not exist yet. More... | |
readByPrgIdAndAssignmentId (int $prg_id, int $assignment_id) | |
Load progress belonging to a prg id and assignment.Will throw if the record does not exist yet. More... | |
readByPrgIdAndUserId (int $prg_id, int $usr_id) | |
Load progress objects belonging to a prg id and a user id. More... | |
readByPrgId (int $prg_id) | |
Load progress objects belonging to a prg id. More... | |
readFirstByPrgId (int $prg_id) | |
readByAssignmentId (int $assignment_id) | |
Load progress objects belonging to an assignment id.Will throw if the record does not exist yet. More... | |
readExpiredSuccessfull () | |
Load all progress objects which are successfull and whose validity is expired. More... | |
readPassedDeadline () | |
readRiskyToFailInstances () | |
update (ilStudyProgrammeProgress $progress) | |
Update record corresponding to progress.Will throw if the record does not exist yet. More... | |
delete (ilStudyProgrammeProgress $progress) | |
Delete record corresponding to progress.Will throw if the record does not exist yet. More... | |
deleteDB (int $id) | |
reminderSendFor (int $progress_id) | |
Data Fields | |
const | TABLE = 'prg_usr_progress' |
const | FIELD_ID = 'id' |
const | FIELD_ASSIGNMENT_ID = 'assignment_id' |
const | FIELD_PRG_ID = 'prg_id' |
const | FIELD_USR_ID = 'usr_id' |
const | FIELD_POINTS = 'points' |
const | FIELD_POINTS_CUR = 'points_cur' |
const | FIELD_STATUS = 'status' |
const | FIELD_COMPLETION_BY = 'completion_by' |
const | FIELD_ASSIGNMENT_DATE = 'assignment_date' |
const | FIELD_LAST_CHANGE = 'last_change' |
const | FIELD_LAST_CHANGE_BY = 'last_change_by' |
const | FIELD_COMPLETION_DATE = 'completion_date' |
const | FIELD_DEADLINE = 'deadline' |
const | FIELD_VQ_DATE = 'vq_date' |
const | FIELD_INVALIDATED = 'invalidated' |
const | FIELD_MAIL_SEND = 'risky_to_fail_mail_send' |
Protected Member Functions | |
insertRowDB (array $row) | |
updateRowDB (array $data) | |
buildByRow (array $row) | |
loadByFilter (array $filter) | |
loadExpiredSuccessful () | |
loadPassedDeadline () | |
loadRiskyToFailInstance () | |
getSQLHeader () | |
nextId () | |
Protected Attributes | |
$db | |
Static Protected Attributes | |
static | $cache = [] |
Definition at line 5 of file class.ilStudyProgrammeProgressDBRepository.php.
ilStudyProgrammeProgressDBRepository::__construct | ( | ilDBInterface | $db | ) |
|
protected |
ilException |
Definition at line 368 of file class.ilStudyProgrammeProgressDBRepository.php.
References ilStudyProgrammeProgress\DATE_FORMAT, ilStudyProgrammeProgress\DATE_TIME_FORMAT, and ilStudyProgrammeProgress\invalidate().
Referenced by createFor(), read(), readByAssignmentId(), readByPrgId(), readByPrgIdAndAssignmentId(), readByPrgIdAndUserId(), readExpiredSuccessfull(), readFirstByPrgId(), readPassedDeadline(), and readRiskyToFailInstances().
ilStudyProgrammeProgressDBRepository::createFor | ( | ilStudyProgrammeSettings | $prg, |
ilStudyProgrammeAssignment | $ass | ||
) |
Create a record corresponding to a progress and return corresponding object.Will throw if a record allready exists.
ilException |
Implements ilStudyProgrammeProgressRepository.
Definition at line 39 of file class.ilStudyProgrammeProgressDBRepository.php.
References buildByRow(), ilStudyProgrammeSettings\getAssessmentSettings(), ilStudyProgrammeAssignment\getId(), ilStudyProgrammeSettings\getObjId(), ilStudyProgrammeAssignment\getUserId(), insertRowDB(), nextId(), ilUtil\now(), and ilStudyProgrammeProgress\STATUS_IN_PROGRESS.
ilStudyProgrammeProgressDBRepository::delete | ( | ilStudyProgrammeProgress | $progress | ) |
Delete record corresponding to progress.Will throw if the record does not exist yet.
Implements ilStudyProgrammeProgressRepository.
Definition at line 239 of file class.ilStudyProgrammeProgressDBRepository.php.
References deleteDB().
ilStudyProgrammeProgressDBRepository::deleteDB | ( | int | $id | ) |
Definition at line 268 of file class.ilStudyProgrammeProgressDBRepository.php.
Referenced by delete().
|
protected |
Definition at line 502 of file class.ilStudyProgrammeProgressDBRepository.php.
Referenced by loadByFilter(), loadExpiredSuccessful(), loadPassedDeadline(), and loadRiskyToFailInstance().
|
protected |
Definition at line 244 of file class.ilStudyProgrammeProgressDBRepository.php.
Referenced by createFor().
|
protected |
Definition at line 412 of file class.ilStudyProgrammeProgressDBRepository.php.
References $res, and getSQLHeader().
Referenced by read(), readByAssignmentId(), readByPrgId(), readByPrgIdAndAssignmentId(), readByPrgIdAndUserId(), and readFirstByPrgId().
|
protected |
Definition at line 425 of file class.ilStudyProgrammeProgressDBRepository.php.
References $res, ilStudyProgrammeProgress\DATE_FORMAT, getSQLHeader(), ilStudyProgrammeProgress\STATUS_ACCREDITED, and ilStudyProgrammeProgress\STATUS_COMPLETED.
Referenced by readExpiredSuccessfull().
|
protected |
Definition at line 451 of file class.ilStudyProgrammeProgressDBRepository.php.
References $res, ilStudyProgrammeProgress\DATE_FORMAT, getSQLHeader(), ilStudyProgrammeProgress\STATUS_ACCREDITED, and ilStudyProgrammeProgress\STATUS_IN_PROGRESS.
Referenced by readPassedDeadline().
|
protected |
Definition at line 476 of file class.ilStudyProgrammeProgressDBRepository.php.
References $res, ilStudyProgrammeProgress\DATE_FORMAT, getSQLHeader(), ilStudyProgrammeProgress\STATUS_ACCREDITED, and ilStudyProgrammeProgress\STATUS_COMPLETED.
Referenced by readRiskyToFailInstances().
|
protected |
Definition at line 522 of file class.ilStudyProgrammeProgressDBRepository.php.
Referenced by createFor().
ilStudyProgrammeProgressDBRepository::read | ( | int | $id | ) |
Load progress belonging to a id.Will throw if the record does not exist yet.
ilException |
Implements ilStudyProgrammeProgressRepository.
Definition at line 70 of file class.ilStudyProgrammeProgressDBRepository.php.
References buildByRow(), and loadByFilter().
ilStudyProgrammeProgressDBRepository::readByAssignmentId | ( | int | $assignment_id | ) |
Load progress objects belonging to an assignment id.Will throw if the record does not exist yet.
ilException |
Implements ilStudyProgrammeProgressRepository.
Definition at line 157 of file class.ilStudyProgrammeProgressDBRepository.php.
References buildByRow(), and loadByFilter().
ilStudyProgrammeProgressDBRepository::readByIds | ( | int | $prg_id, |
int | $assignment_id, | ||
int | $usr_id | ||
) |
Load progress belonging to a prg id and assignment.Will throw if the record does not exist yet.
ilException |
Implements ilStudyProgrammeProgressRepository.
Definition at line 84 of file class.ilStudyProgrammeProgressDBRepository.php.
References readByPrgIdAndAssignmentId().
ilStudyProgrammeProgressDBRepository::readByPrgId | ( | int | $prg_id | ) |
Load progress objects belonging to a prg id.
ilException |
Implements ilStudyProgrammeProgressRepository.
Definition at line 132 of file class.ilStudyProgrammeProgressDBRepository.php.
References buildByRow(), and loadByFilter().
ilStudyProgrammeProgressDBRepository::readByPrgIdAndAssignmentId | ( | int | $prg_id, |
int | $assignment_id | ||
) |
Load progress belonging to a prg id and assignment.Will throw if the record does not exist yet.
ilException |
Implements ilStudyProgrammeProgressRepository.
Definition at line 99 of file class.ilStudyProgrammeProgressDBRepository.php.
References $rows, buildByRow(), and loadByFilter().
Referenced by readByIds().
ilStudyProgrammeProgressDBRepository::readByPrgIdAndUserId | ( | int | $prg_id, |
int | $usr_id | ||
) |
Load progress objects belonging to a prg id and a user id.
ilException |
Implements ilStudyProgrammeProgressRepository.
Definition at line 118 of file class.ilStudyProgrammeProgressDBRepository.php.
References buildByRow(), and loadByFilter().
ilStudyProgrammeProgressDBRepository::readExpiredSuccessfull | ( | ) |
Load all progress objects which are successfull and whose validity is expired.
ilException |
Implements ilStudyProgrammeProgressRepository.
Definition at line 171 of file class.ilStudyProgrammeProgressDBRepository.php.
References buildByRow(), and loadExpiredSuccessful().
ilStudyProgrammeProgressDBRepository::readFirstByPrgId | ( | int | $prg_id | ) |
ilException |
Implements ilStudyProgrammeProgressRepository.
Definition at line 145 of file class.ilStudyProgrammeProgressDBRepository.php.
References buildByRow(), and loadByFilter().
ilStudyProgrammeProgressDBRepository::readPassedDeadline | ( | ) |
ilException |
Implements ilStudyProgrammeProgressRepository.
Definition at line 185 of file class.ilStudyProgrammeProgressDBRepository.php.
References buildByRow(), and loadPassedDeadline().
ilStudyProgrammeProgressDBRepository::readRiskyToFailInstances | ( | ) |
ilException |
Implements ilStudyProgrammeProgressRepository.
Definition at line 199 of file class.ilStudyProgrammeProgressDBRepository.php.
References buildByRow(), and loadRiskyToFailInstance().
ilStudyProgrammeProgressDBRepository::reminderSendFor | ( | int | $progress_id | ) |
Definition at line 275 of file class.ilStudyProgrammeProgressDBRepository.php.
ilStudyProgrammeProgressDBRepository::update | ( | ilStudyProgrammeProgress | $progress | ) |
Update record corresponding to progress.Will throw if the record does not exist yet.
Implements ilStudyProgrammeProgressRepository.
Definition at line 211 of file class.ilStudyProgrammeProgressDBRepository.php.
References ilStudyProgrammeProgress\DATE_FORMAT, ilStudyProgrammeProgress\DATE_TIME_FORMAT, ilStudyProgrammeProgress\getAmountOfPoints(), ilStudyProgrammeProgress\getAssignmentDate(), ilStudyProgrammeProgress\getAssignmentId(), ilStudyProgrammeProgress\getCompletionBy(), ilStudyProgrammeProgress\getCompletionDate(), ilStudyProgrammeProgress\getCurrentAmountOfPoints(), ilStudyProgrammeProgress\getDeadline(), ilStudyProgrammeProgress\getId(), ilStudyProgrammeProgress\getLastChange(), ilStudyProgrammeProgress\getLastChangeBy(), ilStudyProgrammeProgress\getNodeId(), ilStudyProgrammeProgress\getStatus(), ilStudyProgrammeProgress\getUserId(), ilStudyProgrammeProgress\getValidityOfQualification(), ilStudyProgrammeProgress\isInvalidated(), and updateRowDB().
|
protected |
Definition at line 294 of file class.ilStudyProgrammeProgressDBRepository.php.
Referenced by update().
|
staticprotected |
Definition at line 7 of file class.ilStudyProgrammeProgressDBRepository.php.
|
protected |
Definition at line 8 of file class.ilStudyProgrammeProgressDBRepository.php.
Referenced by __construct().
const ilStudyProgrammeProgressDBRepository::FIELD_ASSIGNMENT_DATE = 'assignment_date' |
Definition at line 20 of file class.ilStudyProgrammeProgressDBRepository.php.
const ilStudyProgrammeProgressDBRepository::FIELD_ASSIGNMENT_ID = 'assignment_id' |
Definition at line 13 of file class.ilStudyProgrammeProgressDBRepository.php.
const ilStudyProgrammeProgressDBRepository::FIELD_COMPLETION_BY = 'completion_by' |
Definition at line 19 of file class.ilStudyProgrammeProgressDBRepository.php.
const ilStudyProgrammeProgressDBRepository::FIELD_COMPLETION_DATE = 'completion_date' |
Definition at line 23 of file class.ilStudyProgrammeProgressDBRepository.php.
const ilStudyProgrammeProgressDBRepository::FIELD_DEADLINE = 'deadline' |
Definition at line 24 of file class.ilStudyProgrammeProgressDBRepository.php.
const ilStudyProgrammeProgressDBRepository::FIELD_ID = 'id' |
Definition at line 12 of file class.ilStudyProgrammeProgressDBRepository.php.
Referenced by ilStudyProgrammeProgressRepositoryTest\tearDownAfterClass().
const ilStudyProgrammeProgressDBRepository::FIELD_INVALIDATED = 'invalidated' |
Definition at line 26 of file class.ilStudyProgrammeProgressDBRepository.php.
const ilStudyProgrammeProgressDBRepository::FIELD_LAST_CHANGE = 'last_change' |
Definition at line 21 of file class.ilStudyProgrammeProgressDBRepository.php.
const ilStudyProgrammeProgressDBRepository::FIELD_LAST_CHANGE_BY = 'last_change_by' |
Definition at line 22 of file class.ilStudyProgrammeProgressDBRepository.php.
const ilStudyProgrammeProgressDBRepository::FIELD_MAIL_SEND = 'risky_to_fail_mail_send' |
Definition at line 27 of file class.ilStudyProgrammeProgressDBRepository.php.
const ilStudyProgrammeProgressDBRepository::FIELD_POINTS = 'points' |
Definition at line 16 of file class.ilStudyProgrammeProgressDBRepository.php.
const ilStudyProgrammeProgressDBRepository::FIELD_POINTS_CUR = 'points_cur' |
Definition at line 17 of file class.ilStudyProgrammeProgressDBRepository.php.
const ilStudyProgrammeProgressDBRepository::FIELD_PRG_ID = 'prg_id' |
Definition at line 14 of file class.ilStudyProgrammeProgressDBRepository.php.
const ilStudyProgrammeProgressDBRepository::FIELD_STATUS = 'status' |
Definition at line 18 of file class.ilStudyProgrammeProgressDBRepository.php.
const ilStudyProgrammeProgressDBRepository::FIELD_USR_ID = 'usr_id' |
Definition at line 15 of file class.ilStudyProgrammeProgressDBRepository.php.
const ilStudyProgrammeProgressDBRepository::FIELD_VQ_DATE = 'vq_date' |
Definition at line 25 of file class.ilStudyProgrammeProgressDBRepository.php.
const ilStudyProgrammeProgressDBRepository::TABLE = 'prg_usr_progress' |
Definition at line 10 of file class.ilStudyProgrammeProgressDBRepository.php.
Referenced by ilStudyProgrammeMembersTableGUI\getFrom(), and ilStudyProgrammeProgressRepositoryTest\tearDownAfterClass().