|
ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
|
Class ilCronManagerGUI. More...
Collaboration diagram for ilCronManagerGUI:Public Member Functions | |
| executeCommand () | |
| edit (ilPropertyFormGUI $a_form=null) | |
| update () | |
| run () | |
| confirmedRun () | |
| activate () | |
| confirmedActivate () | |
| deactivate () | |
| confirmedDeactivate () | |
| reset () | |
| confirmedReset () | |
| addToExternalSettingsForm (int $a_form_id) | |
Protected Member Functions | |
| getRequestValue (string $key, \ILIAS\Refinery\Transformation $trafo, bool $forceRetrieval=false, $default=null) | |
| render () | |
| getScheduleValueFormElementName (CronJobScheduleType $schedule_type) | |
| hasScheduleValue (CronJobScheduleType $schedule_type) | |
| initEditForm (string $a_job_id) | |
| getMultiActionData () | |
| confirm (string $a_action) | |
Private Member Functions | |
| getScheduleTypeFormElementName (CronJobScheduleType $schedule_type) | |
Private Attributes | |
| readonly ilLanguage | $lng |
| readonly ilCtrlInterface | $ctrl |
| readonly ilSetting | $settings |
| readonly ilGlobalTemplateInterface | $tpl |
| readonly Factory | $uiFactory |
| readonly Renderer | $uiRenderer |
| readonly ilUIService | $uiService |
| readonly ilCronJobRepository | $cronRepository |
| readonly ILIAS DI RBACServices | $rbac |
| readonly ilErrorHandling | $error |
| readonly WrapperFactory | $httpRequest |
| readonly ILIAS Refinery Factory | $refinery |
| readonly ilCronManager | $cronManager |
| readonly ilObjUser | $actor |
Class ilCronManagerGUI.
Definition at line 33 of file class.ilCronManagerGUI.php.
| ilCronManagerGUI::activate | ( | ) |
Definition at line 354 of file class.ilCronManagerGUI.php.
References confirm().
Here is the call graph for this function:| ilCronManagerGUI::addToExternalSettingsForm | ( | int | $a_form_id | ) |
|
protected |
Definition at line 461 of file class.ilCronManagerGUI.php.
References ILIAS\Repository\ctrl(), getMultiActionData(), ilCronJob\isManuallyExecutable(), ILIAS\Repository\lng(), ILIAS\Repository\rbac(), and SYSTEM_FOLDER_ID.
Referenced by activate(), deactivate(), reset(), and run().
Here is the call graph for this function:
Here is the caller graph for this function:| ilCronManagerGUI::confirmedActivate | ( | ) |
Definition at line 359 of file class.ilCronManagerGUI.php.
References ILIAS\Repository\ctrl(), getMultiActionData(), ILIAS\Repository\lng(), ILIAS\Repository\rbac(), and SYSTEM_FOLDER_ID.
Here is the call graph for this function:| ilCronManagerGUI::confirmedDeactivate | ( | ) |
Definition at line 386 of file class.ilCronManagerGUI.php.
References ILIAS\Repository\ctrl(), getMultiActionData(), ILIAS\Repository\lng(), ILIAS\Repository\rbac(), and SYSTEM_FOLDER_ID.
Here is the call graph for this function:| ilCronManagerGUI::confirmedReset | ( | ) |
Definition at line 413 of file class.ilCronManagerGUI.php.
References ILIAS\Repository\ctrl(), getMultiActionData(), ILIAS\Repository\lng(), ILIAS\Repository\rbac(), and SYSTEM_FOLDER_ID.
Here is the call graph for this function:| ilCronManagerGUI::confirmedRun | ( | ) |
Definition at line 336 of file class.ilCronManagerGUI.php.
References ILIAS\Repository\ctrl(), getRequestValue(), ILIAS\Repository\lng(), ILIAS\Repository\rbac(), ILIAS\Repository\refinery(), and SYSTEM_FOLDER_ID.
Here is the call graph for this function:| ilCronManagerGUI::deactivate | ( | ) |
Definition at line 381 of file class.ilCronManagerGUI.php.
References confirm().
Here is the call graph for this function:| ilCronManagerGUI::edit | ( | ilPropertyFormGUI | $a_form = null | ) |
Definition at line 175 of file class.ilCronManagerGUI.php.
References ILIAS\Repository\ctrl(), getRequestValue(), initEditForm(), ILIAS\Repository\lng(), ILIAS\Repository\rbac(), ILIAS\Repository\refinery(), and SYSTEM_FOLDER_ID.
Referenced by update().
Here is the call graph for this function:
Here is the caller graph for this function:| ilCronManagerGUI::executeCommand | ( | ) |
PhpSwitchStatementWitSingleBranchInspection
Definition at line 109 of file class.ilCronManagerGUI.php.
References ILIAS\Repository\ctrl(), getRequestValue(), initEditForm(), ILIAS\Repository\lng(), ILIAS\Repository\rbac(), ILIAS\Repository\refinery(), ilUtil\stripSlashes(), and SYSTEM_FOLDER_ID.
Here is the call graph for this function:
|
protected |
Definition at line 435 of file class.ilCronManagerGUI.php.
References $res, getRequestValue(), and ILIAS\Repository\refinery().
Referenced by confirm(), confirmedActivate(), confirmedDeactivate(), and confirmedReset().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
| mixed | $default |
Definition at line 78 of file class.ilCronManagerGUI.php.
References Vendor\Package\$e.
Referenced by confirmedRun(), edit(), executeCommand(), getMultiActionData(), and update().
Here is the caller graph for this function:
|
private |
Definition at line 193 of file class.ilCronManagerGUI.php.
References ILIAS\Repository\lng(), and ILIAS\Cron\Schedule\SCHEDULE_TYPE_YEARLY.
Referenced by initEditForm().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 207 of file class.ilCronManagerGUI.php.
Referenced by initEditForm().
Here is the caller graph for this function:
|
protected |
Definition at line 220 of file class.ilCronManagerGUI.php.
Referenced by update().
Here is the caller graph for this function:
|
protected |
Definition at line 229 of file class.ilCronManagerGUI.php.
References ILIAS\Repository\ctrl(), getScheduleTypeFormElementName(), getScheduleValueFormElementName(), ILIAS\Repository\lng(), and ilFormPropertyGUI\setRequired().
Referenced by edit(), executeCommand(), and update().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 130 of file class.ilCronManagerGUI.php.
References ILIAS\Repository\ctrl(), ilDatePresentation\formatDate(), IL_CAL_UNIX, ILIAS\Repository\lng(), ILIAS\Repository\rbac(), ILIAS\Repository\settings(), and SYSTEM_FOLDER_ID.
Here is the call graph for this function:| ilCronManagerGUI::reset | ( | ) |
Definition at line 408 of file class.ilCronManagerGUI.php.
References confirm().
Here is the call graph for this function:| ilCronManagerGUI::run | ( | ) |
Definition at line 331 of file class.ilCronManagerGUI.php.
References confirm().
Here is the call graph for this function:| ilCronManagerGUI::update | ( | ) |
Definition at line 290 of file class.ilCronManagerGUI.php.
References $valid, ILIAS\Repository\ctrl(), edit(), ILIAS\ResourceStorage\Flavour\Machine\DefaultMachines\from(), getRequestValue(), hasScheduleValue(), initEditForm(), ILIAS\Repository\int(), ILIAS\Repository\lng(), ILIAS\Repository\rbac(), ILIAS\Repository\refinery(), and SYSTEM_FOLDER_ID.
Here is the call graph for this function:
|
private |
Definition at line 48 of file class.ilCronManagerGUI.php.
|
private |
Definition at line 47 of file class.ilCronManagerGUI.php.
|
private |
Definition at line 42 of file class.ilCronManagerGUI.php.
|
private |
Definition at line 36 of file class.ilCronManagerGUI.php.
|
private |
Definition at line 44 of file class.ilCronManagerGUI.php.
|
private |
Definition at line 45 of file class.ilCronManagerGUI.php.
|
private |
Definition at line 35 of file class.ilCronManagerGUI.php.
|
private |
Definition at line 43 of file class.ilCronManagerGUI.php.
Definition at line 46 of file class.ilCronManagerGUI.php.
|
private |
Definition at line 37 of file class.ilCronManagerGUI.php.
|
private |
Definition at line 38 of file class.ilCronManagerGUI.php.
|
private |
Definition at line 39 of file class.ilCronManagerGUI.php.
|
private |
Definition at line 40 of file class.ilCronManagerGUI.php.
|
private |
Definition at line 41 of file class.ilCronManagerGUI.php.