|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
Collaboration diagram for ilTestRandomQuestionSetConfigGUI:Public Member Functions | |
| __construct (private ilObjTest $test_obj, private ilCtrl $ctrl, private ilObjUser $user, private ilAccessHandler $access, private UIFactory $ui_factory, private UIRenderer $ui_renderer, private ilTabsGUI $tabs, private ilLanguage $lng, private ilLogger $log, private ilGlobalTemplateInterface $tpl, private ilDBInterface $db, private ilTree $tree, private ilComponentRepository $component_repository, private ilObjectDefinition $obj_definition, private ilObjectDataCache $obj_cache, private ilTestProcessLockerFactory $processLockerFactory, private InternalRequestService $testrequest, private QuestionInfoService $questioninfo) | |
| executeCommand () | |
| getGeneralConfigTabLabel () | |
| getPoolConfigTabLabel () | |
| resetPoolSyncCmd () | |
Data Fields | |
| const | CMD_SHOW_GENERAL_CONFIG_FORM = 'showGeneralConfigForm' |
| const | CMD_SAVE_GENERAL_CONFIG_FORM = 'saveGeneralConfigForm' |
| const | CMD_SHOW_SRC_POOL_DEF_LIST = 'showSourcePoolDefinitionList' |
| const | CMD_SAVE_SRC_POOL_DEF_LIST = 'saveSourcePoolDefinitionList' |
| const | CMD_DELETE_SINGLE_SRC_POOL_DEF = 'deleteSingleSourcePoolDefinition' |
| const | CMD_DELETE_MULTI_SRC_POOL_DEFS = 'deleteMultipleSourcePoolDefinitions' |
| const | CMD_SHOW_POOL_SELECTOR_EXPLORER = 'showPoolSelectorExplorer' |
| const | CMD_SHOW_CREATE_SRC_POOL_DEF_FORM = 'showCreateSourcePoolDefinitionForm' |
| const | CMD_SAVE_CREATE_SRC_POOL_DEF_FORM = 'saveCreateSourcePoolDefinitionForm' |
| const | CMD_SAVE_AND_NEW_CREATE_SRC_POOL_DEF_FORM = 'saveCreateAndNewSourcePoolDefinitionForm' |
| const | CMD_SHOW_EDIT_SRC_POOL_DEF_FORM = 'showEditSourcePoolDefinitionForm' |
| const | CMD_SAVE_EDIT_SRC_POOL_DEF_FORM = 'saveEditSourcePoolDefinitionForm' |
| const | CMD_BUILD_QUESTION_STAGE = 'buildQuestionStage' |
| const | CMD_SELECT_DERIVATION_TARGET = 'selectPoolDerivationTarget' |
| const | CMD_DERIVE_NEW_POOLS = 'deriveNewPools' |
| const | CMD_RESET_POOLSYNC = 'resetPoolSync' |
| const | HTTP_PARAM_AFTER_REBUILD_QUESTION_STAGE_CMD = 'afterRebuildQuestionStageCmd' |
Protected Member Functions | |
| showPoolSelectorExplorerCmd () | |
| fetchPoolIdsParameter () | |
| fetchTargetRefParameter () | |
| preventFormBecauseOfSync () | |
| buildOnScreenMessage () | |
| buildFormResultMessage () | |
| buildValidationMessage () | |
| populateOnScreenMessage ($message) | |
Definition at line 39 of file class.ilTestRandomQuestionSetConfigGUI.php.
| ilTestRandomQuestionSetConfigGUI::__construct | ( | private ilObjTest | $test_obj, |
| private ilCtrl | $ctrl, | ||
| private ilObjUser | $user, | ||
| private ilAccessHandler | $access, | ||
| private UIFactory | $ui_factory, | ||
| private UIRenderer | $ui_renderer, | ||
| private ilTabsGUI | $tabs, | ||
| private ilLanguage | $lng, | ||
| private ilLogger | $log, | ||
| private ilGlobalTemplateInterface | $tpl, | ||
| private ilDBInterface | $db, | ||
| private ilTree | $tree, | ||
| private ilComponentRepository | $component_repository, | ||
| private ilObjectDefinition | $obj_definition, | ||
| private ilObjectDataCache | $obj_cache, | ||
| private ilTestProcessLockerFactory | $processLockerFactory, | ||
| private InternalRequestService | $testrequest, | ||
| private QuestionInfoService | $questioninfo | ||
| ) |
Definition at line 66 of file class.ilTestRandomQuestionSetConfigGUI.php.
References ILIAS\Repository\ctrl(), and ILIAS\Repository\lng().
Here is the call graph for this function:
|
private |
Definition at line 603 of file class.ilTestRandomQuestionSetConfigGUI.php.
References ILIAS\Repository\ctrl(), and ILIAS\Repository\lng().
Referenced by executeCommand(), saveCreateSourcePoolDefinitionFormCmd(), and showCreateSourcePoolDefinitionFormCmd().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 667 of file class.ilTestRandomQuestionSetConfigGUI.php.
References ILIAS\Repository\ctrl(), and ILIAS\Repository\lng().
Referenced by saveEditSourcePoolDefinitionFormCmd(), and showEditSourcePoolDefinitionFormCmd().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 893 of file class.ilTestRandomQuestionSetConfigGUI.php.
References $message, getGeneralModificationSuccessMessage(), and ILIAS\Repository\lng().
Referenced by buildOnScreenMessage().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 328 of file class.ilTestRandomQuestionSetConfigGUI.php.
References ILIAS\Repository\ctrl(), isFrozenConfigRequired(), and ILIAS\Repository\lng().
Referenced by saveGeneralConfigFormCmd(), and showGeneralConfigFormCmd().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 462 of file class.ilTestRandomQuestionSetConfigGUI.php.
References ILIAS\Repository\ctrl(), and ILIAS\Repository\lng().
Referenced by showSourcePoolDefinitionListCmd().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 885 of file class.ilTestRandomQuestionSetConfigGUI.php.
References $message, buildFormResultMessage(), and buildValidationMessage().
Referenced by showGeneralConfigFormCmd(), and showSourcePoolDefinitionListCmd().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 247 of file class.ilTestRandomQuestionSetConfigGUI.php.
References ILIAS\Repository\ctrl(), and fetchAfterRebuildQuestionStageCmdParameter().
Here is the call graph for this function:
|
private |
Definition at line 426 of file class.ilTestRandomQuestionSetConfigGUI.php.
References ILIAS\Repository\access(), isFrozenConfigRequired(), ILIAS\Repository\lng(), and ilTestRandomQuestionSetSourcePoolDefinitionListTableGUI\setDefinitionEditModeEnabled().
Referenced by saveSourcePoolDefinitionListCmd(), and showSourcePoolDefinitionListCmd().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 412 of file class.ilTestRandomQuestionSetConfigGUI.php.
References ILIAS\Repository\ctrl(), and ILIAS\Repository\lng().
Referenced by showSourcePoolDefinitionListCmd().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 914 of file class.ilTestRandomQuestionSetConfigGUI.php.
Referenced by buildOnScreenMessage().
Here is the caller graph for this function:
|
private |
Definition at line 485 of file class.ilTestRandomQuestionSetConfigGUI.php.
References ILIAS\Repository\ctrl(), deleteSourcePoolDefinitions(), and fetchMultiSourcePoolDefinitionIdsParameter().
Here is the call graph for this function:
|
private |
Definition at line 476 of file class.ilTestRandomQuestionSetConfigGUI.php.
References ILIAS\Repository\ctrl(), deleteSourcePoolDefinitions(), and fetchSingleSourcePoolDefinitionIdParameter().
Here is the call graph for this function:
|
private |
Definition at line 494 of file class.ilTestRandomQuestionSetConfigGUI.php.
Referenced by deleteMultipleSourcePoolDefinitionsCmd(), and deleteSingleSourcePoolDefinitionCmd().
Here is the caller graph for this function:
|
private |
Definition at line 802 of file class.ilTestRandomQuestionSetConfigGUI.php.
References ILIAS\Repository\access(), ILIAS\Repository\ctrl(), fetchPoolIdsParameter(), fetchTargetRefParameter(), ILIAS\Repository\lng(), ilTestRandomQuestionSetStagingPoolQuestionList\updateSourceQuestionPoolId(), and ILIAS\Repository\user().
Here is the call graph for this function:| ilTestRandomQuestionSetConfigGUI::executeCommand | ( | ) |
Definition at line 130 of file class.ilTestRandomQuestionSetConfigGUI.php.
References ILIAS\Repository\access(), buildCreateSourcePoolDefinitionFormGUI(), ILIAS\Repository\ctrl(), fetchQuestionPoolIdParameter(), getSourcePoolDefinitionByAvailableQuestionPoolId(), ilObjTaxonomy\getUsageOfObject(), handleTabs(), isAvoidManipulationRedirectRequired(), and ILIAS\Repository\lng().
Here is the call graph for this function:
|
private |
Definition at line 268 of file class.ilTestRandomQuestionSetConfigGUI.php.
Referenced by buildQuestionStageCmd().
Here is the caller graph for this function:
|
private |
Definition at line 704 of file class.ilTestRandomQuestionSetConfigGUI.php.
References ILIAS\Repository\ctrl(), ILIAS\Repository\int(), and ILIAS\Repository\lng().
Referenced by deleteMultipleSourcePoolDefinitionsCmd().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 752 of file class.ilTestRandomQuestionSetConfigGUI.php.
References $id, and ILIAS\Repository\int().
Referenced by deriveNewPoolsCmd(), and selectPoolDerivationTargetCmd().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 682 of file class.ilTestRandomQuestionSetConfigGUI.php.
References ILIAS\Repository\int().
Referenced by executeCommand(), saveCreateSourcePoolDefinitionFormCmd(), and showCreateSourcePoolDefinitionFormCmd().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 695 of file class.ilTestRandomQuestionSetConfigGUI.php.
References ILIAS\Repository\int().
Referenced by deleteSingleSourcePoolDefinitionCmd(), saveEditSourcePoolDefinitionFormCmd(), and showEditSourcePoolDefinitionFormCmd().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 773 of file class.ilTestRandomQuestionSetConfigGUI.php.
References ILIAS\Repository\int().
Referenced by deriveNewPoolsCmd().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTestRandomQuestionSetConfigGUI::getGeneralConfigTabLabel | ( | ) |
Definition at line 852 of file class.ilTestRandomQuestionSetConfigGUI.php.
References ILIAS\Repository\lng().
Referenced by handleTabs().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 844 of file class.ilTestRandomQuestionSetConfigGUI.php.
References ILIAS\Repository\lng().
Referenced by buildFormResultMessage().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTestRandomQuestionSetConfigGUI::getPoolConfigTabLabel | ( | ) |
Definition at line 860 of file class.ilTestRandomQuestionSetConfigGUI.php.
References ILIAS\Repository\lng().
Referenced by handleTabs().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 727 of file class.ilTestRandomQuestionSetConfigGUI.php.
Referenced by executeCommand(), saveCreateSourcePoolDefinitionFormCmd(), and showCreateSourcePoolDefinitionFormCmd().
Here is the caller graph for this function:
|
private |
Definition at line 208 of file class.ilTestRandomQuestionSetConfigGUI.php.
References ILIAS\Repository\ctrl(), getGeneralConfigTabLabel(), getPoolConfigTabLabel(), and ILIAS\Repository\tabs().
Referenced by executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 164 of file class.ilTestRandomQuestionSetConfigGUI.php.
References isFrozenConfigRequired(), and isManipulationCommand().
Referenced by executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 177 of file class.ilTestRandomQuestionSetConfigGUI.php.
Referenced by buildGeneralConfigFormGUI(), buildSourcePoolDefinitionListTableGUI(), isAvoidManipulationRedirectRequired(), preventFormBecauseOfSync(), and showSourcePoolDefinitionListCmd().
Here is the caller graph for this function:
|
private |
Definition at line 190 of file class.ilTestRandomQuestionSetConfigGUI.php.
References ILIAS\Repository\ctrl().
Referenced by isAvoidManipulationRedirectRequired().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
| $message |
Definition at line 934 of file class.ilTestRandomQuestionSetConfigGUI.php.
References $message.
Referenced by showGeneralConfigFormCmd(), and showSourcePoolDefinitionListCmd().
Here is the caller graph for this function:
|
protected |
Definition at line 866 of file class.ilTestRandomQuestionSetConfigGUI.php.
References isFrozenConfigRequired().
Referenced by showGeneralConfigFormCmd(), and showSourcePoolDefinitionListCmd().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTestRandomQuestionSetConfigGUI::resetPoolSyncCmd | ( | ) |
Definition at line 878 of file class.ilTestRandomQuestionSetConfigGUI.php.
References ILIAS\Repository\ctrl().
Here is the call graph for this function:
|
private |
Definition at line 552 of file class.ilTestRandomQuestionSetConfigGUI.php.
References saveCreateSourcePoolDefinitionFormCmd().
Here is the call graph for this function:
|
private |
| bool | $redirect_back_to_form |
Definition at line 560 of file class.ilTestRandomQuestionSetConfigGUI.php.
References buildCreateSourcePoolDefinitionFormGUI(), ILIAS\Repository\ctrl(), fetchQuestionPoolIdParameter(), getSourcePoolDefinitionByAvailableQuestionPoolId(), ilObjTaxonomy\getUsageOfObject(), ILIAS\Repository\lng(), and showCreateSourcePoolDefinitionFormCmd().
Referenced by saveCreateAndNewSourcePoolDefinitionFormCmd().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 635 of file class.ilTestRandomQuestionSetConfigGUI.php.
References buildEditSourcePoolDefinitionFormGUI(), ILIAS\Repository\ctrl(), fetchSingleSourcePoolDefinitionIdParameter(), ilObjTaxonomy\getUsageOfObject(), and showSourcePoolDefinitionListCmd().
Here is the call graph for this function:
|
private |
Definition at line 304 of file class.ilTestRandomQuestionSetConfigGUI.php.
References buildGeneralConfigFormGUI(), ILIAS\Repository\ctrl(), and showGeneralConfigFormCmd().
Here is the call graph for this function:
|
private |
Definition at line 391 of file class.ilTestRandomQuestionSetConfigGUI.php.
References buildSourcePoolDefinitionListTableGUI(), and ILIAS\Repository\ctrl().
Here is the call graph for this function:
|
private |
Definition at line 782 of file class.ilTestRandomQuestionSetConfigGUI.php.
References ILIAS\Repository\ctrl(), fetchPoolIdsParameter(), and ILIAS\Repository\lng().
Here is the call graph for this function:
|
private |
Definition at line 535 of file class.ilTestRandomQuestionSetConfigGUI.php.
References buildCreateSourcePoolDefinitionFormGUI(), ILIAS\Repository\ctrl(), fetchQuestionPoolIdParameter(), getSourcePoolDefinitionByAvailableQuestionPoolId(), and ilObjTaxonomy\getUsageOfObject().
Referenced by saveCreateSourcePoolDefinitionFormCmd().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 619 of file class.ilTestRandomQuestionSetConfigGUI.php.
References buildEditSourcePoolDefinitionFormGUI(), ILIAS\Repository\ctrl(), fetchSingleSourcePoolDefinitionIdParameter(), and ilObjTaxonomy\getUsageOfObject().
Here is the call graph for this function:
|
private |
Definition at line 281 of file class.ilTestRandomQuestionSetConfigGUI.php.
References $message, buildGeneralConfigFormGUI(), buildOnScreenMessage(), ilTestRandomQuestionSetConfigStateMessageHandler\CONTEXT_GENERAL_CONFIG, ILIAS\Repository\ctrl(), populateOnScreenMessage(), and preventFormBecauseOfSync().
Referenced by saveGeneralConfigFormCmd().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 512 of file class.ilTestRandomQuestionSetConfigGUI.php.
|
private |
Definition at line 354 of file class.ilTestRandomQuestionSetConfigGUI.php.
References $message, buildNonAvailablePoolsTableGUI(), buildOnScreenMessage(), buildSourcePoolDefinitionListTableGUI(), buildSourcePoolDefinitionListToolbarGUI(), ilTestRandomQuestionSetConfigStateMessageHandler\CONTEXT_POOL_SELECTION, ILIAS\Repository\ctrl(), isFrozenConfigRequired(), populateOnScreenMessage(), and preventFormBecauseOfSync().
Referenced by saveEditSourcePoolDefinitionFormCmd().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 64 of file class.ilTestRandomQuestionSetConfigGUI.php.
|
protected |
Definition at line 60 of file class.ilTestRandomQuestionSetConfigGUI.php.
|
protected |
Definition at line 61 of file class.ilTestRandomQuestionSetConfigGUI.php.
|
protected |
Definition at line 62 of file class.ilTestRandomQuestionSetConfigGUI.php.
|
protected |
Definition at line 63 of file class.ilTestRandomQuestionSetConfigGUI.php.
| const ilTestRandomQuestionSetConfigGUI::CMD_BUILD_QUESTION_STAGE = 'buildQuestionStage' |
Definition at line 53 of file class.ilTestRandomQuestionSetConfigGUI.php.
Referenced by ilTestRandomQuestionSetConfigStateMessageHandler\buildQuestionStageRebuildButton().
| const ilTestRandomQuestionSetConfigGUI::CMD_DELETE_MULTI_SRC_POOL_DEFS = 'deleteMultipleSourcePoolDefinitions' |
Definition at line 46 of file class.ilTestRandomQuestionSetConfigGUI.php.
Referenced by ilTestRandomQuestionSetSourcePoolDefinitionListTableGUI\addCommands().
| const ilTestRandomQuestionSetConfigGUI::CMD_DELETE_SINGLE_SRC_POOL_DEF = 'deleteSingleSourcePoolDefinition' |
Definition at line 45 of file class.ilTestRandomQuestionSetConfigGUI.php.
Referenced by ilTestRandomQuestionSetSourcePoolDefinitionListTableGUI\getDeleteHref().
| const ilTestRandomQuestionSetConfigGUI::CMD_DERIVE_NEW_POOLS = 'deriveNewPools' |
Definition at line 55 of file class.ilTestRandomQuestionSetConfigGUI.php.
| const ilTestRandomQuestionSetConfigGUI::CMD_RESET_POOLSYNC = 'resetPoolSync' |
Definition at line 56 of file class.ilTestRandomQuestionSetConfigGUI.php.
Referenced by ilTestRandomQuestionSetConfigStateMessageHandler\buildLastSyncMessage().
| const ilTestRandomQuestionSetConfigGUI::CMD_SAVE_AND_NEW_CREATE_SRC_POOL_DEF_FORM = 'saveCreateAndNewSourcePoolDefinitionForm' |
Definition at line 50 of file class.ilTestRandomQuestionSetConfigGUI.php.
| const ilTestRandomQuestionSetConfigGUI::CMD_SAVE_CREATE_SRC_POOL_DEF_FORM = 'saveCreateSourcePoolDefinitionForm' |
Definition at line 49 of file class.ilTestRandomQuestionSetConfigGUI.php.
| const ilTestRandomQuestionSetConfigGUI::CMD_SAVE_EDIT_SRC_POOL_DEF_FORM = 'saveEditSourcePoolDefinitionForm' |
Definition at line 52 of file class.ilTestRandomQuestionSetConfigGUI.php.
| const ilTestRandomQuestionSetConfigGUI::CMD_SAVE_GENERAL_CONFIG_FORM = 'saveGeneralConfigForm' |
Definition at line 42 of file class.ilTestRandomQuestionSetConfigGUI.php.
Referenced by ilTestRandomQuestionSetGeneralConfigFormGUI\build().
| const ilTestRandomQuestionSetConfigGUI::CMD_SAVE_SRC_POOL_DEF_LIST = 'saveSourcePoolDefinitionList' |
Definition at line 44 of file class.ilTestRandomQuestionSetConfigGUI.php.
Referenced by ilTestRandomQuestionSetSourcePoolDefinitionListTableGUI\addCommands().
| const ilTestRandomQuestionSetConfigGUI::CMD_SELECT_DERIVATION_TARGET = 'selectPoolDerivationTarget' |
Definition at line 54 of file class.ilTestRandomQuestionSetConfigGUI.php.
Referenced by ilTestRandomQuestionSetNonAvailablePoolsTableGUI\getDerivePoolLink().
| const ilTestRandomQuestionSetConfigGUI::CMD_SHOW_CREATE_SRC_POOL_DEF_FORM = 'showCreateSourcePoolDefinitionForm' |
Definition at line 48 of file class.ilTestRandomQuestionSetConfigGUI.php.
| const ilTestRandomQuestionSetConfigGUI::CMD_SHOW_EDIT_SRC_POOL_DEF_FORM = 'showEditSourcePoolDefinitionForm' |
Definition at line 51 of file class.ilTestRandomQuestionSetConfigGUI.php.
Referenced by ilTestRandomQuestionSetSourcePoolDefinitionListTableGUI\getEditHref().
| const ilTestRandomQuestionSetConfigGUI::CMD_SHOW_GENERAL_CONFIG_FORM = 'showGeneralConfigForm' |
| const ilTestRandomQuestionSetConfigGUI::CMD_SHOW_POOL_SELECTOR_EXPLORER = 'showPoolSelectorExplorer' |
Definition at line 47 of file class.ilTestRandomQuestionSetConfigGUI.php.
Referenced by ilTestRandomQuestionSetSourcePoolDefinitionListToolbarGUI\populateNewQuestionSelectionRuleInputs().
| const ilTestRandomQuestionSetConfigGUI::CMD_SHOW_SRC_POOL_DEF_LIST = 'showSourcePoolDefinitionList' |
Definition at line 43 of file class.ilTestRandomQuestionSetConfigGUI.php.
Referenced by ilTestRandomQuestionSetPoolDefinitionFormGUI\build(), ilTestRandomQuestionSetConfigStateMessageHandler\buildLostPoolsReportMessage(), ilTestRandomQuestionSetConfigStateMessageHandler\buildQuestionSelectionSubTabLink(), and ilTestRandomQuestionSetConfigStateMessageHandler\getAfterRebuildQuestionStageCommand().
| const ilTestRandomQuestionSetConfigGUI::HTTP_PARAM_AFTER_REBUILD_QUESTION_STAGE_CMD = 'afterRebuildQuestionStageCmd' |
Definition at line 58 of file class.ilTestRandomQuestionSetConfigGUI.php.
Referenced by ilTestRandomQuestionSetConfigStateMessageHandler\buildQuestionStageRebuildButton().