|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Inheritance diagram for ilStudyProgrammeAssignmentRepository:
Collaboration diagram for ilStudyProgrammeAssignmentRepository:Public Member Functions | |
| createFor (int $prg_id, int $usr_id, int $assigning_usr_id) | |
| Create a record corresponding to a SP-Object and return represending settings. More... | |
| get (int $id) | |
| Load settings belonging to a SP-Object. More... | |
| getByUsrId (int $usr_id) | |
| Get all assignments of a user. More... | |
| getByPrgId (int $prg_id) | |
| Get all assignments to a prg. More... | |
| getDueToRestart () | |
| Get all assignments due to restart and not restrted yet. More... | |
| getDueToManuelRestart (int $days_before_end) | |
| Get all assignments due to restart and not restrted yet. More... | |
| update (ilStudyProgrammeAssignment $assignment) | |
| Update settings belonging to a SP-Object. More... | |
| delete (ilStudyProgrammeAssignment $assignment) | |
| Delete record corresponding to settings. More... | |
Definition at line 3 of file interface.ilStudyProgrammeAssignmentRepository.php.
| ilStudyProgrammeAssignmentRepository::createFor | ( | int | $prg_id, |
| int | $usr_id, | ||
| int | $assigning_usr_id | ||
| ) |
Create a record corresponding to a SP-Object and return represending settings.
Will throw if a record allready exists.
Implemented in ilStudyProgrammeAssignmentDBRepository.
| ilStudyProgrammeAssignmentRepository::delete | ( | ilStudyProgrammeAssignment | $assignment | ) |
Delete record corresponding to settings.
Will throw if the record does not exist yet.
Implemented in ilStudyProgrammeAssignmentDBRepository.
| ilStudyProgrammeAssignmentRepository::get | ( | int | $id | ) |
Load settings belonging to a SP-Object.
Will throw if the record does not exist yet.
Implemented in ilStudyProgrammeAssignmentDBRepository.
| ilStudyProgrammeAssignmentRepository::getByPrgId | ( | int | $prg_id | ) |
Get all assignments to a prg.
Implemented in ilStudyProgrammeAssignmentDBRepository.
| ilStudyProgrammeAssignmentRepository::getByUsrId | ( | int | $usr_id | ) |
Get all assignments of a user.
Implemented in ilStudyProgrammeAssignmentDBRepository.
| ilStudyProgrammeAssignmentRepository::getDueToManuelRestart | ( | int | $days_before_end | ) |
Get all assignments due to restart and not restrted yet.
Implemented in ilStudyProgrammeAssignmentDBRepository.
| ilStudyProgrammeAssignmentRepository::getDueToRestart | ( | ) |
Get all assignments due to restart and not restrted yet.
Implemented in ilStudyProgrammeAssignmentDBRepository.
| ilStudyProgrammeAssignmentRepository::update | ( | ilStudyProgrammeAssignment | $assignment | ) |
Update settings belonging to a SP-Object.
Will throw if the record does not exist yet.
Implemented in ilStudyProgrammeAssignmentDBRepository.