| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
Apraisee / Rater DB repository Tables: svy_360_rater, svy_360_appr. More...
 Collaboration diagram for ILIAS\Survey\Survey360\AppraiseeDBRepository:Public Member Functions | |
| __construct (\ilDBInterface $db=null) | |
| getAppraiseesForRater (int $rater_id) | |
| getClosedAppraiseesForSurveys (array $survey_ids) | |
| Get closed appraisees for a number of surveys.  More... | |
| getUnclosedSurveysForAppraisee (int $appr_user_id) | |
| Get all unclosed surveys of an appraisee.  More... | |
Protected Attributes | |
| ilDBInterface | $db | 
Apraisee / Rater DB repository Tables: svy_360_rater, svy_360_appr.
Definition at line 26 of file AppraiseeDBRepository.php.
| ILIAS\Survey\Survey360\AppraiseeDBRepository::__construct | ( | \ilDBInterface | $db = null | ) | 
Definition at line 30 of file AppraiseeDBRepository.php.
References ILIAS\Survey\Survey360\AppraiseeDBRepository\$db, and $DIC.
| ILIAS\Survey\Survey360\AppraiseeDBRepository::getAppraiseesForRater | ( | int | $rater_id | ) | 
| int | $rater_id | 
Definition at line 44 of file AppraiseeDBRepository.php.
References ILIAS\Survey\Survey360\AppraiseeDBRepository\$db, ILIAS\Repository\int(), and ilDBInterface\queryF().
 Here is the call graph for this function:| ILIAS\Survey\Survey360\AppraiseeDBRepository::getClosedAppraiseesForSurveys | ( | array | $survey_ids | ) | 
Get closed appraisees for a number of surveys.
| int[] | $survey_ids | 
Definition at line 71 of file AppraiseeDBRepository.php.
References ILIAS\Survey\Survey360\AppraiseeDBRepository\$db, ILIAS\Repository\int(), and ilDBInterface\queryF().
 Here is the call graph for this function:| ILIAS\Survey\Survey360\AppraiseeDBRepository::getUnclosedSurveysForAppraisee | ( | int | $appr_user_id | ) | 
Get all unclosed surveys of an appraisee.
Definition at line 97 of file AppraiseeDBRepository.php.
References ILIAS\Survey\Survey360\AppraiseeDBRepository\$db, ILIAS\Repository\int(), and ilDBInterface\queryF().
 Here is the call graph for this function:
      
  | 
  protected | 
Definition at line 28 of file AppraiseeDBRepository.php.
Referenced by ILIAS\Survey\Survey360\AppraiseeDBRepository\__construct(), ILIAS\Survey\Survey360\AppraiseeDBRepository\getAppraiseesForRater(), ILIAS\Survey\Survey360\AppraiseeDBRepository\getClosedAppraiseesForSurveys(), and ILIAS\Survey\Survey360\AppraiseeDBRepository\getUnclosedSurveysForAppraisee().