ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Public Member Functions | |
__construct (ilCtrl $ctrl, ilAccessHandler $access, ilTabsGUI $tabs, ilLanguage $lng, ilGlobalTemplateInterface $tpl, ilDBInterface $db, ilTree $tree, ilPluginAdmin $pluginAdmin, ilObjTest $testOBJ, ilTestProcessLockerFactory $processLockerFactory) | |
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' |
$ctrl = null | |
$access = null | |
$tabs = null | |
$lng = null | |
$tpl = null | |
$db = null | |
$tree = null | |
$pluginAdmin = null | |
$objDefinition = null | |
$testOBJ = null | |
Protected Member Functions | |
showPoolSelectorExplorerCmd () | |
fetchPoolIdsParameter () | |
fetchTargetRefParameter () | |
preventFormBecauseOfSync () | |
Protected Attributes | |
$questionSetConfig = null | |
$sourcePoolDefinitionFactory = null | |
$sourcePoolDefinitionList = null | |
$stagingPool = null | |
$configStateMessageHandler | |
$dic | |
Private Attributes | |
$processLockerFactory | |
Definition at line 27 of file class.ilTestRandomQuestionSetConfigGUI.php.
ilTestRandomQuestionSetConfigGUI::__construct | ( | ilCtrl | $ctrl, |
ilAccessHandler | $access, | ||
ilTabsGUI | $tabs, | ||
ilLanguage | $lng, | ||
ilGlobalTemplateInterface | $tpl, | ||
ilDBInterface | $db, | ||
ilTree | $tree, | ||
ilPluginAdmin | $pluginAdmin, | ||
ilObjTest | $testOBJ, | ||
ilTestProcessLockerFactory | $processLockerFactory | ||
) |
Definition at line 131 of file class.ilTestRandomQuestionSetConfigGUI.php.
References $access, $ctrl, $db, $DIC, $lng, $pluginAdmin, $processLockerFactory, $tabs, $testOBJ, $tpl, and $tree.
|
private |
Definition at line 703 of file class.ilTestRandomQuestionSetConfigGUI.php.
Referenced by executeCommand(), saveCreateSourcePoolDefinitionFormCmd(), and showCreateSourcePoolDefinitionFormCmd().
|
private |
Definition at line 768 of file class.ilTestRandomQuestionSetConfigGUI.php.
Referenced by saveEditSourcePoolDefinitionFormCmd(), and showEditSourcePoolDefinitionFormCmd().
|
private |
Definition at line 404 of file class.ilTestRandomQuestionSetConfigGUI.php.
References isFrozenConfigRequired().
Referenced by saveGeneralConfigFormCmd(), and showGeneralConfigFormCmd().
|
private |
Definition at line 561 of file class.ilTestRandomQuestionSetConfigGUI.php.
Referenced by showSourcePoolDefinitionListCmd().
|
private |
Definition at line 314 of file class.ilTestRandomQuestionSetConfigGUI.php.
References fetchAfterRebuildQuestionStageCmdParameter().
|
private |
Definition at line 523 of file class.ilTestRandomQuestionSetConfigGUI.php.
References isFrozenConfigRequired().
Referenced by saveSourcePoolDefinitionListCmd(), and showSourcePoolDefinitionListCmd().
|
private |
Definition at line 507 of file class.ilTestRandomQuestionSetConfigGUI.php.
Referenced by showSourcePoolDefinitionListCmd().
|
private |
Definition at line 586 of file class.ilTestRandomQuestionSetConfigGUI.php.
References deleteSourcePoolDefinitions(), and fetchMultiSourcePoolDefinitionIdsParameter().
|
private |
Definition at line 577 of file class.ilTestRandomQuestionSetConfigGUI.php.
References deleteSourcePoolDefinitions(), and fetchSingleSourcePoolDefinitionIdParameter().
|
private |
Definition at line 595 of file class.ilTestRandomQuestionSetConfigGUI.php.
Referenced by deleteMultipleSourcePoolDefinitionsCmd(), and deleteSingleSourcePoolDefinitionCmd().
|
private |
Definition at line 912 of file class.ilTestRandomQuestionSetConfigGUI.php.
References fetchPoolIdsParameter(), fetchTargetRefParameter(), and ilTestRandomQuestionSetStagingPoolQuestionList\updateSourceQuestionPoolId().
ilTestRandomQuestionSetConfigGUI::executeCommand | ( | ) |
Definition at line 195 of file class.ilTestRandomQuestionSetConfigGUI.php.
References buildCreateSourcePoolDefinitionFormGUI(), fetchQuestionPoolIdParameter(), getSourcePoolDefinitionByAvailableQuestionPoolId(), ilObjTaxonomy\getUsageOfObject(), handleTabs(), isAvoidManipulationRedirectRequired(), and ilUtil\sendFailure().
|
private |
Definition at line 335 of file class.ilTestRandomQuestionSetConfigGUI.php.
References $_GET.
Referenced by buildQuestionStageCmd().
|
private |
Definition at line 818 of file class.ilTestRandomQuestionSetConfigGUI.php.
References $_POST.
Referenced by deleteMultipleSourcePoolDefinitionsCmd().
|
protected |
Definition at line 865 of file class.ilTestRandomQuestionSetConfigGUI.php.
Referenced by deriveNewPoolsCmd(), and selectPoolDerivationTargetCmd().
|
private |
Definition at line 785 of file class.ilTestRandomQuestionSetConfigGUI.php.
Referenced by executeCommand(), saveCreateSourcePoolDefinitionFormCmd(), and showCreateSourcePoolDefinitionFormCmd().
|
private |
Definition at line 804 of file class.ilTestRandomQuestionSetConfigGUI.php.
Referenced by deleteSingleSourcePoolDefinitionCmd(), saveEditSourcePoolDefinitionFormCmd(), and showEditSourcePoolDefinitionFormCmd().
|
protected |
Definition at line 882 of file class.ilTestRandomQuestionSetConfigGUI.php.
References $_GET.
Referenced by deriveNewPoolsCmd().
ilTestRandomQuestionSetConfigGUI::getGeneralConfigTabLabel | ( | ) |
Definition at line 965 of file class.ilTestRandomQuestionSetConfigGUI.php.
Referenced by handleTabs().
|
private |
Definition at line 957 of file class.ilTestRandomQuestionSetConfigGUI.php.
Referenced by showGeneralConfigFormCmd(), and showSourcePoolDefinitionListCmd().
ilTestRandomQuestionSetConfigGUI::getPoolConfigTabLabel | ( | ) |
Definition at line 973 of file class.ilTestRandomQuestionSetConfigGUI.php.
Referenced by handleTabs().
|
private |
Definition at line 842 of file class.ilTestRandomQuestionSetConfigGUI.php.
Referenced by executeCommand(), saveCreateSourcePoolDefinitionFormCmd(), and showCreateSourcePoolDefinitionFormCmd().
|
private |
Definition at line 275 of file class.ilTestRandomQuestionSetConfigGUI.php.
References getGeneralConfigTabLabel(), and getPoolConfigTabLabel().
Referenced by executeCommand().
|
private |
Definition at line 231 of file class.ilTestRandomQuestionSetConfigGUI.php.
References isFrozenConfigRequired(), and isManipulationCommand().
Referenced by executeCommand().
|
private |
Definition at line 244 of file class.ilTestRandomQuestionSetConfigGUI.php.
Referenced by buildGeneralConfigFormGUI(), buildSourcePoolDefinitionListTableGUI(), isAvoidManipulationRedirectRequired(), preventFormBecauseOfSync(), and showSourcePoolDefinitionListCmd().
|
private |
Definition at line 257 of file class.ilTestRandomQuestionSetConfigGUI.php.
Referenced by isAvoidManipulationRedirectRequired().
|
protected |
Definition at line 979 of file class.ilTestRandomQuestionSetConfigGUI.php.
References $message, ilDatePresentation\formatDate(), IL_CAL_UNIX, and isFrozenConfigRequired().
Referenced by showGeneralConfigFormCmd(), and showSourcePoolDefinitionListCmd().
ilTestRandomQuestionSetConfigGUI::resetPoolSyncCmd | ( | ) |
Definition at line 1012 of file class.ilTestRandomQuestionSetConfigGUI.php.
|
private |
Definition at line 653 of file class.ilTestRandomQuestionSetConfigGUI.php.
References saveCreateSourcePoolDefinitionFormCmd().
|
private |
bool | $redirect_back_to_form |
Definition at line 661 of file class.ilTestRandomQuestionSetConfigGUI.php.
References $errors, buildCreateSourcePoolDefinitionFormGUI(), fetchQuestionPoolIdParameter(), getSourcePoolDefinitionByAvailableQuestionPoolId(), ilObjTaxonomy\getUsageOfObject(), and showCreateSourcePoolDefinitionFormCmd().
Referenced by saveCreateAndNewSourcePoolDefinitionFormCmd().
|
private |
Definition at line 737 of file class.ilTestRandomQuestionSetConfigGUI.php.
References $errors, buildEditSourcePoolDefinitionFormGUI(), fetchSingleSourcePoolDefinitionIdParameter(), ilObjTaxonomy\getUsageOfObject(), and showSourcePoolDefinitionListCmd().
|
private |
Definition at line 382 of file class.ilTestRandomQuestionSetConfigGUI.php.
References $errors, buildGeneralConfigFormGUI(), and showGeneralConfigFormCmd().
|
private |
Definition at line 482 of file class.ilTestRandomQuestionSetConfigGUI.php.
References buildSourcePoolDefinitionListTableGUI().
|
private |
Definition at line 891 of file class.ilTestRandomQuestionSetConfigGUI.php.
References fetchPoolIdsParameter(), and ilUtil\sendInfo().
|
private |
Definition at line 636 of file class.ilTestRandomQuestionSetConfigGUI.php.
References buildCreateSourcePoolDefinitionFormGUI(), fetchQuestionPoolIdParameter(), getSourcePoolDefinitionByAvailableQuestionPoolId(), and ilObjTaxonomy\getUsageOfObject().
Referenced by saveCreateSourcePoolDefinitionFormCmd().
|
private |
Definition at line 721 of file class.ilTestRandomQuestionSetConfigGUI.php.
References buildEditSourcePoolDefinitionFormGUI(), fetchSingleSourcePoolDefinitionIdParameter(), and ilObjTaxonomy\getUsageOfObject().
|
private |
Definition at line 348 of file class.ilTestRandomQuestionSetConfigGUI.php.
References $_GET, buildGeneralConfigFormGUI(), ilTestRandomQuestionSetConfigStateMessageHandler\CONTEXT_GENERAL_CONFIG, getGeneralModificationSuccessMessage(), preventFormBecauseOfSync(), ilUtil\sendFailure(), and ilUtil\sendInfo().
Referenced by saveGeneralConfigFormCmd().
|
protected |
Definition at line 613 of file class.ilTestRandomQuestionSetConfigGUI.php.
|
private |
Definition at line 432 of file class.ilTestRandomQuestionSetConfigGUI.php.
References $_GET, buildNonAvailablePoolsTableGUI(), buildSourcePoolDefinitionListTableGUI(), buildSourcePoolDefinitionListToolbarGUI(), ilTestRandomQuestionSetConfigStateMessageHandler\CONTEXT_POOL_SELECTION, getGeneralModificationSuccessMessage(), isFrozenConfigRequired(), preventFormBecauseOfSync(), ilUtil\sendFailure(), and ilUtil\sendInfo().
Referenced by saveEditSourcePoolDefinitionFormCmd().
ilTestRandomQuestionSetConfigGUI::$access = null |
Definition at line 55 of file class.ilTestRandomQuestionSetConfigGUI.php.
Referenced by __construct().
|
protected |
Definition at line 120 of file class.ilTestRandomQuestionSetConfigGUI.php.
ilTestRandomQuestionSetConfigGUI::$ctrl = null |
Definition at line 50 of file class.ilTestRandomQuestionSetConfigGUI.php.
Referenced by __construct().
ilTestRandomQuestionSetConfigGUI::$db = null |
Definition at line 75 of file class.ilTestRandomQuestionSetConfigGUI.php.
Referenced by __construct().
|
protected |
Definition at line 129 of file class.ilTestRandomQuestionSetConfigGUI.php.
ilTestRandomQuestionSetConfigGUI::$lng = null |
Definition at line 65 of file class.ilTestRandomQuestionSetConfigGUI.php.
Referenced by __construct().
ilTestRandomQuestionSetConfigGUI::$objDefinition = null |
Definition at line 90 of file class.ilTestRandomQuestionSetConfigGUI.php.
ilTestRandomQuestionSetConfigGUI::$pluginAdmin = null |
Definition at line 85 of file class.ilTestRandomQuestionSetConfigGUI.php.
Referenced by __construct().
|
private |
Definition at line 124 of file class.ilTestRandomQuestionSetConfigGUI.php.
Referenced by __construct().
|
protected |
Definition at line 100 of file class.ilTestRandomQuestionSetConfigGUI.php.
|
protected |
Definition at line 105 of file class.ilTestRandomQuestionSetConfigGUI.php.
|
protected |
Definition at line 110 of file class.ilTestRandomQuestionSetConfigGUI.php.
|
protected |
Definition at line 115 of file class.ilTestRandomQuestionSetConfigGUI.php.
ilTestRandomQuestionSetConfigGUI::$tabs = null |
Definition at line 60 of file class.ilTestRandomQuestionSetConfigGUI.php.
Referenced by __construct().
ilTestRandomQuestionSetConfigGUI::$testOBJ = null |
Definition at line 95 of file class.ilTestRandomQuestionSetConfigGUI.php.
Referenced by __construct().
ilTestRandomQuestionSetConfigGUI::$tpl = null |
Definition at line 70 of file class.ilTestRandomQuestionSetConfigGUI.php.
Referenced by __construct().
ilTestRandomQuestionSetConfigGUI::$tree = null |
Definition at line 80 of file class.ilTestRandomQuestionSetConfigGUI.php.
Referenced by __construct().
const ilTestRandomQuestionSetConfigGUI::CMD_BUILD_QUESTION_STAGE = 'buildQuestionStage' |
Definition at line 41 of file class.ilTestRandomQuestionSetConfigGUI.php.
Referenced by ilTestRandomQuestionSetConfigStateMessageHandler\buildQuestionStageRebuildButton().
const ilTestRandomQuestionSetConfigGUI::CMD_DELETE_MULTI_SRC_POOL_DEFS = 'deleteMultipleSourcePoolDefinitions' |
Definition at line 34 of file class.ilTestRandomQuestionSetConfigGUI.php.
Referenced by ilTestRandomQuestionSetSourcePoolDefinitionListTableGUI\addCommands().
const ilTestRandomQuestionSetConfigGUI::CMD_DELETE_SINGLE_SRC_POOL_DEF = 'deleteSingleSourcePoolDefinition' |
Definition at line 33 of file class.ilTestRandomQuestionSetConfigGUI.php.
Referenced by ilTestRandomQuestionSetSourcePoolDefinitionListTableGUI\getDeleteHref().
const ilTestRandomQuestionSetConfigGUI::CMD_DERIVE_NEW_POOLS = 'deriveNewPools' |
Definition at line 43 of file class.ilTestRandomQuestionSetConfigGUI.php.
const ilTestRandomQuestionSetConfigGUI::CMD_RESET_POOLSYNC = 'resetPoolSync' |
Definition at line 44 of file class.ilTestRandomQuestionSetConfigGUI.php.
const ilTestRandomQuestionSetConfigGUI::CMD_SAVE_AND_NEW_CREATE_SRC_POOL_DEF_FORM = 'saveCreateAndNewSourcePoolDefinitionForm' |
Definition at line 38 of file class.ilTestRandomQuestionSetConfigGUI.php.
const ilTestRandomQuestionSetConfigGUI::CMD_SAVE_CREATE_SRC_POOL_DEF_FORM = 'saveCreateSourcePoolDefinitionForm' |
Definition at line 37 of file class.ilTestRandomQuestionSetConfigGUI.php.
const ilTestRandomQuestionSetConfigGUI::CMD_SAVE_EDIT_SRC_POOL_DEF_FORM = 'saveEditSourcePoolDefinitionForm' |
Definition at line 40 of file class.ilTestRandomQuestionSetConfigGUI.php.
const ilTestRandomQuestionSetConfigGUI::CMD_SAVE_GENERAL_CONFIG_FORM = 'saveGeneralConfigForm' |
Definition at line 30 of file class.ilTestRandomQuestionSetConfigGUI.php.
Referenced by ilTestRandomQuestionSetGeneralConfigFormGUI\build().
const ilTestRandomQuestionSetConfigGUI::CMD_SAVE_SRC_POOL_DEF_LIST = 'saveSourcePoolDefinitionList' |
Definition at line 32 of file class.ilTestRandomQuestionSetConfigGUI.php.
Referenced by ilTestRandomQuestionSetSourcePoolDefinitionListTableGUI\addCommands().
const ilTestRandomQuestionSetConfigGUI::CMD_SELECT_DERIVATION_TARGET = 'selectPoolDerivationTarget' |
Definition at line 42 of file class.ilTestRandomQuestionSetConfigGUI.php.
Referenced by ilTestRandomQuestionSetNonAvailablePoolsTableGUI\getDerivePoolLink().
const ilTestRandomQuestionSetConfigGUI::CMD_SHOW_CREATE_SRC_POOL_DEF_FORM = 'showCreateSourcePoolDefinitionForm' |
Definition at line 36 of file class.ilTestRandomQuestionSetConfigGUI.php.
const ilTestRandomQuestionSetConfigGUI::CMD_SHOW_EDIT_SRC_POOL_DEF_FORM = 'showEditSourcePoolDefinitionForm' |
Definition at line 39 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 35 of file class.ilTestRandomQuestionSetConfigGUI.php.
Referenced by ilTestRandomQuestionSetSourcePoolDefinitionListToolbarGUI\populateNewQuestionSelectionRuleInputs().
const ilTestRandomQuestionSetConfigGUI::CMD_SHOW_SRC_POOL_DEF_LIST = 'showSourcePoolDefinitionList' |
Definition at line 31 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 46 of file class.ilTestRandomQuestionSetConfigGUI.php.
Referenced by ilTestRandomQuestionSetConfigStateMessageHandler\buildQuestionStageRebuildButton().