ILIAS
trunk Revision v11.0_alpha-1769-g99a433fe2dc
|
Public Member Functions | |
__construct (ModeFactory $mode_factory, InternalRepoService $repo_service, InternalDataService $data_service) | |
log () | |
modeFeatureConfig (int $mode) | |
participants () | |
execution () | |
access (int $ref_id, int $user_id) | |
code (\ilObjSurvey $survey, int $user_id) | |
evaluation (\ilObjSurvey $survey, int $user_id, int $requested_appr_id=0, string $requested_rater_id="") | |
edit () | |
sequence (int $survey_id, \ilObjSurvey $survey) | |
metadata () | |
Protected Attributes | |
ilAccessHandler | $access |
ModeFactory | $mode_factory |
InternalRepoService | $repo_service |
InternalDataService | $data_service |
Definition at line 31 of file class.InternalDomainService.php.
ILIAS\Survey\InternalDomainService::__construct | ( | ModeFactory | $mode_factory, |
InternalRepoService | $repo_service, | ||
InternalDataService | $data_service | ||
) |
Definition at line 40 of file class.InternalDomainService.php.
References ILIAS\Survey\InternalDomainService\$data_service, $DIC, ILIAS\Survey\InternalDomainService\$mode_factory, ILIAS\Survey\InternalDomainService\$repo_service, ILIAS\Survey\InternalDomainService\access(), and ILIAS\Repository\initDomainServices().
ILIAS\Survey\InternalDomainService::access | ( | int | $ref_id, |
int | $user_id | ||
) |
Definition at line 83 of file class.InternalDomainService.php.
Referenced by ILIAS\Survey\InternalDomainService\__construct(), ILIAS\Survey\Code\CodeManager\__construct(), and ILIAS\Survey\Execution\LaunchGUI\__construct().
ILIAS\Survey\InternalDomainService::code | ( | \ilObjSurvey | $survey, |
int | $user_id | ||
) |
Definition at line 93 of file class.InternalDomainService.php.
References ILIAS\Survey\InternalDomainService\$data_service, and $user_id.
Referenced by ILIAS\Survey\Execution\RunManager\__construct().
ILIAS\Survey\InternalDomainService::edit | ( | ) |
Definition at line 120 of file class.InternalDomainService.php.
ILIAS\Survey\InternalDomainService::evaluation | ( | \ilObjSurvey | $survey, |
int | $user_id, | ||
int | $requested_appr_id = 0 , |
||
string | $requested_rater_id = "" |
||
) |
Definition at line 104 of file class.InternalDomainService.php.
ILIAS\Survey\InternalDomainService::execution | ( | ) |
Definition at line 75 of file class.InternalDomainService.php.
Referenced by ILIAS\Survey\Participants\StatusManager\__construct(), and ILIAS\Survey\Execution\LaunchGUI\__construct().
ILIAS\Survey\InternalDomainService::log | ( | ) |
Definition at line 56 of file class.InternalDomainService.php.
References ILIAS\Repository\logger().
Referenced by ILIAS\Survey\Sequence\SequenceManager\__construct().
ILIAS\Survey\InternalDomainService::metadata | ( | ) |
Definition at line 138 of file class.InternalDomainService.php.
References ILIAS\Repository\learningObjectMetadata().
ILIAS\Survey\InternalDomainService::modeFeatureConfig | ( | int | $mode | ) |
Definition at line 61 of file class.InternalDomainService.php.
Referenced by ILIAS\Survey\Execution\RunManager\__construct(), and ILIAS\Survey\Execution\LaunchGUI\__construct().
ILIAS\Survey\InternalDomainService::participants | ( | ) |
Definition at line 67 of file class.InternalDomainService.php.
Referenced by ILIAS\Survey\Execution\LaunchGUI\__construct().
ILIAS\Survey\InternalDomainService::sequence | ( | int | $survey_id, |
\ilObjSurvey | $survey | ||
) |
Definition at line 128 of file class.InternalDomainService.php.
|
protected |
Definition at line 35 of file class.InternalDomainService.php.
|
protected |
Definition at line 38 of file class.InternalDomainService.php.
Referenced by ILIAS\Survey\InternalDomainService\__construct(), and ILIAS\Survey\InternalDomainService\code().
|
protected |
Definition at line 36 of file class.InternalDomainService.php.
Referenced by ILIAS\Survey\InternalDomainService\__construct().
|
protected |
Definition at line 37 of file class.InternalDomainService.php.
Referenced by ILIAS\Survey\InternalDomainService\__construct().