|
ILIAS
release_8 Revision v8.24
|
Collaboration diagram for ilTestParticipantAccessFilter:Public Member Functions | |
| getRefId () | |
| setRefId ($refId) | |
| getFilter () | |
| setFilter ($filter) | |
| filterCallback ($userIds) | |
| manageParticipantsUserFilter ($userIds) | |
| scoreParticipantsUserFilter ($userIds) | |
| accessStatisticsUserFilter ($userIds) | |
Static Public Member Functions | |
| static | getManageParticipantsUserFilter ($refId) |
| static | getScoreParticipantsUserFilter ($refId) |
| static | getAccessResultsUserFilter ($refId) |
| static | getAccessStatisticsUserFilter ($refId) |
Data Fields | |
| const | FILTER_MANAGE_PARTICIPANTS = 'manageParticipantsUserFilter' |
| const | FILTER_SCORE_PARTICIPANTS = 'scoreParticipantsUserFilter' |
| const | FILTER_ACCESS_RESULTS = 'accessResultsUserFilter' |
| const | FILTER_ACCESS_STATISTICS = 'accessStatisticsUserFilter' |
| const | CALLBACK_METHOD = 'filterCallback' |
Protected Attributes | |
| $refId | |
| $filter | |
Definition at line 27 of file class.ilTestParticipantAccessFilter.php.
| ilTestParticipantAccessFilter::accessStatisticsUserFilter | ( | $userIds | ) |
| int[] | $userIds |
Definition at line 169 of file class.ilTestParticipantAccessFilter.php.
References $DIC.
Referenced by filterCallback().
Here is the caller graph for this function:| ilTestParticipantAccessFilter::filterCallback | ( | $userIds | ) |
| int[] | $userIds |
Definition at line 82 of file class.ilTestParticipantAccessFilter.php.
References accessStatisticsUserFilter(), FILTER_ACCESS_RESULTS, FILTER_ACCESS_STATISTICS, FILTER_MANAGE_PARTICIPANTS, FILTER_SCORE_PARTICIPANTS, getFilter(), manageParticipantsUserFilter(), and scoreParticipantsUserFilter().
Here is the call graph for this function:
|
static |
| integer | $refId |
Definition at line 208 of file class.ilTestParticipantAccessFilter.php.
References $filter, $refId, and CALLBACK_METHOD.
Referenced by ilTestAccess\checkResultsAccessForActiveId(), ilSoapTestAdministration\getTestResults(), and ilParticipantsTestResultsGUI\showParticipantsCmd().
Here is the caller graph for this function:
|
static |
| integer | $refId |
Definition at line 220 of file class.ilTestParticipantAccessFilter.php.
References $filter, $refId, and CALLBACK_METHOD.
Referenced by ilObjTest\buildStatisticsAccessFilteredParticipantList(), ilTestAccess\checkStatisticsAccessForActiveId(), ilAssFileUploadUploadsExporter\getParticipantData(), and ilTestEvaluationGUI\outEvaluation().
Here is the caller graph for this function:| ilTestParticipantAccessFilter::getFilter | ( | ) |
Definition at line 65 of file class.ilTestParticipantAccessFilter.php.
References $filter.
Referenced by filterCallback().
Here is the caller graph for this function:
|
static |
| integer | $refId |
Definition at line 184 of file class.ilTestParticipantAccessFilter.php.
References $filter, $refId, and CALLBACK_METHOD.
Referenced by ilObjTest\addExtraTime(), ilTestParticipantsGUI\addParticipants(), ilTestParticipantsTimeExtensionGUI\buildTimingForm(), ilParticipantsTestResultsGUI\confirmDeleteAllUserResultsCmd(), ilParticipantsTestResultsGUI\confirmDeleteSelectedUserDataCmd(), ilTestEvaluationGUI\confirmFinishTestPassForAllUser(), ilTestEvaluationGUI\confirmFinishTestPassForUser(), ilParticipantsTestResultsGUI\deleteSingleUserResultsCmd(), ilTestParticipantsGUI\executeCommand(), ilTestEvaluationGUI\finishTestPassForSingleUser(), ilTestEvaluationGUI\hasUsersWithWorkingTimeAvailable(), ilTestParticipantsGUI\removeParticipantsCmd(), ilSoapTestAdministration\removeTestResults(), ilTestParticipantsGUI\saveClientIpCmd(), ilTestParticipantsGUI\showCmd(), ilTestParticipantsTimeExtensionGUI\showListCmd(), and ilParticipantsTestResultsGUI\showParticipantsCmd().
Here is the caller graph for this function:| ilTestParticipantAccessFilter::getRefId | ( | ) |
Definition at line 49 of file class.ilTestParticipantAccessFilter.php.
References $refId.
Referenced by manageParticipantsUserFilter(), and scoreParticipantsUserFilter().
Here is the caller graph for this function:
|
static |
| integer | $refId |
Definition at line 196 of file class.ilTestParticipantAccessFilter.php.
References $filter, $refId, and CALLBACK_METHOD.
Referenced by ilTestScoringGUI\buildManScoringParticipantsTable(), ilTestAccess\checkScoreParticipantsAccessForActiveId(), and ilTestScoringByQuestionsGUI\showManScoringByQuestionParticipantsTable().
Here is the caller graph for this function:| ilTestParticipantAccessFilter::manageParticipantsUserFilter | ( | $userIds | ) |
| int[] | $userIds |
Definition at line 106 of file class.ilTestParticipantAccessFilter.php.
References $DIC, getRefId(), and ilOrgUnitOperation\OP_MANAGE_PARTICIPANTS.
Referenced by filterCallback().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTestParticipantAccessFilter::scoreParticipantsUserFilter | ( | $userIds | ) |
| int[] | $userIds |
Definition at line 124 of file class.ilTestParticipantAccessFilter.php.
References $DIC, getRefId(), and ilOrgUnitOperation\OP_SCORE_PARTICIPANTS.
Referenced by filterCallback().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTestParticipantAccessFilter::setFilter | ( | $filter | ) |
| string | $filter |
Definition at line 73 of file class.ilTestParticipantAccessFilter.php.
References $filter, and ILIAS\UI\examples\Symbol\Glyph\Filter\filter().
Here is the call graph for this function:| ilTestParticipantAccessFilter::setRefId | ( | $refId | ) |
| int | $refId |
Definition at line 57 of file class.ilTestParticipantAccessFilter.php.
References $refId.
|
protected |
Definition at line 44 of file class.ilTestParticipantAccessFilter.php.
Referenced by getAccessResultsUserFilter(), getAccessStatisticsUserFilter(), getFilter(), getManageParticipantsUserFilter(), getScoreParticipantsUserFilter(), and setFilter().
|
protected |
Definition at line 39 of file class.ilTestParticipantAccessFilter.php.
Referenced by getAccessResultsUserFilter(), getAccessStatisticsUserFilter(), getManageParticipantsUserFilter(), getRefId(), getScoreParticipantsUserFilter(), and setRefId().
| const ilTestParticipantAccessFilter::CALLBACK_METHOD = 'filterCallback' |
Definition at line 34 of file class.ilTestParticipantAccessFilter.php.
Referenced by getAccessResultsUserFilter(), getAccessStatisticsUserFilter(), getManageParticipantsUserFilter(), and getScoreParticipantsUserFilter().
| const ilTestParticipantAccessFilter::FILTER_ACCESS_RESULTS = 'accessResultsUserFilter' |
Definition at line 31 of file class.ilTestParticipantAccessFilter.php.
Referenced by filterCallback().
| const ilTestParticipantAccessFilter::FILTER_ACCESS_STATISTICS = 'accessStatisticsUserFilter' |
Definition at line 32 of file class.ilTestParticipantAccessFilter.php.
Referenced by filterCallback().
| const ilTestParticipantAccessFilter::FILTER_MANAGE_PARTICIPANTS = 'manageParticipantsUserFilter' |
Definition at line 29 of file class.ilTestParticipantAccessFilter.php.
Referenced by filterCallback().
| const ilTestParticipantAccessFilter::FILTER_SCORE_PARTICIPANTS = 'scoreParticipantsUserFilter' |
Definition at line 30 of file class.ilTestParticipantAccessFilter.php.
Referenced by filterCallback().