|
ILIAS
release_8 Revision v8.24
|
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 () | |
| getScheduleTypeFormElementName (int $scheduleTypeId) | |
| getScheduleValueFormElementName (int $scheduleTypeId) | |
| hasScheduleValue (int $scheduleTypeId) | |
| initEditForm (string $a_job_id) | |
| getMultiActionData () | |
| confirm (string $a_action) | |
Class ilCronManagerGUI.
Definition at line 32 of file class.ilCronManagerGUI.php.
| ilCronManagerGUI::activate | ( | ) |
Definition at line 386 of file class.ilCronManagerGUI.php.
References confirm().
Here is the call graph for this function:| ilCronManagerGUI::addToExternalSettingsForm | ( | int | $a_form_id | ) |
Definition at line 548 of file class.ilCronManagerGUI.php.
References $data.
|
protected |
Definition at line 493 of file class.ilCronManagerGUI.php.
References ILIAS\Repository\ctrl(), error(), 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 391 of file class.ilCronManagerGUI.php.
References ILIAS\Repository\ctrl(), error(), getMultiActionData(), ILIAS\Repository\lng(), ILIAS\Repository\rbac(), and SYSTEM_FOLDER_ID.
Here is the call graph for this function:| ilCronManagerGUI::confirmedDeactivate | ( | ) |
Definition at line 418 of file class.ilCronManagerGUI.php.
References ILIAS\Repository\ctrl(), error(), getMultiActionData(), ILIAS\Repository\lng(), ILIAS\Repository\rbac(), and SYSTEM_FOLDER_ID.
Here is the call graph for this function:| ilCronManagerGUI::confirmedReset | ( | ) |
Definition at line 445 of file class.ilCronManagerGUI.php.
References ILIAS\Repository\ctrl(), error(), getMultiActionData(), ILIAS\Repository\lng(), ILIAS\Repository\rbac(), and SYSTEM_FOLDER_ID.
Here is the call graph for this function:| ilCronManagerGUI::confirmedRun | ( | ) |
Definition at line 368 of file class.ilCronManagerGUI.php.
References ILIAS\Repository\ctrl(), error(), 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 413 of file class.ilCronManagerGUI.php.
References confirm().
Here is the call graph for this function:| ilCronManagerGUI::edit | ( | ilPropertyFormGUI | $a_form = null | ) |
Definition at line 177 of file class.ilCronManagerGUI.php.
References ILIAS\Repository\ctrl(), error(), 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 | ( | ) |
@noinspection PhpSwitchStatementWitSingleBranchInspection
Definition at line 111 of file class.ilCronManagerGUI.php.
References ILIAS\Repository\ctrl(), error(), 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 467 of file class.ilCronManagerGUI.php.
References Vendor\Package\$e, $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 |
| string | $key | |
| \ILIAS\Refinery\Transformation | $trafo | |
| bool | $forceRetrieval | |
| mixed | $default |
Definition at line 80 of file class.ilCronManagerGUI.php.
References Vendor\Package\$e, and ILIAS\LTI\ToolProvider\$key.
Referenced by confirmedRun(), edit(), executeCommand(), getMultiActionData(), and update().
Here is the caller graph for this function:
|
protected |
Definition at line 195 of file class.ilCronManagerGUI.php.
References ILIAS\Repository\lng(), ilCronJob\SCHEDULE_TYPE_DAILY, ilCronJob\SCHEDULE_TYPE_IN_DAYS, ilCronJob\SCHEDULE_TYPE_IN_HOURS, ilCronJob\SCHEDULE_TYPE_IN_MINUTES, ilCronJob\SCHEDULE_TYPE_MONTHLY, ilCronJob\SCHEDULE_TYPE_QUARTERLY, ilCronJob\SCHEDULE_TYPE_WEEKLY, and ilCronJob\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 229 of file class.ilCronManagerGUI.php.
References ilCronJob\SCHEDULE_TYPE_IN_DAYS, ilCronJob\SCHEDULE_TYPE_IN_HOURS, and ilCronJob\SCHEDULE_TYPE_IN_MINUTES.
|
protected |
Definition at line 248 of file class.ilCronManagerGUI.php.
References ilCronJob\SCHEDULE_TYPE_IN_DAYS, ilCronJob\SCHEDULE_TYPE_IN_HOURS, and ilCronJob\SCHEDULE_TYPE_IN_MINUTES.
Referenced by update().
Here is the caller graph for this function:
|
protected |
Definition at line 257 of file class.ilCronManagerGUI.php.
References $type, $typeId, ILIAS\Repository\ctrl(), getScheduleTypeFormElementName(), and ILIAS\Repository\lng().
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 132 of file class.ilCronManagerGUI.php.
References $message, 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 440 of file class.ilCronManagerGUI.php.
References confirm().
Here is the call graph for this function:| ilCronManagerGUI::run | ( | ) |
Definition at line 363 of file class.ilCronManagerGUI.php.
References confirm().
Here is the call graph for this function:| ilCronManagerGUI::update | ( | ) |
Definition at line 317 of file class.ilCronManagerGUI.php.
References $type, $valid, ILIAS\Repository\ctrl(), edit(), error(), 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 47 of file class.ilCronManagerGUI.php.
|
private |
Definition at line 46 of file class.ilCronManagerGUI.php.
|
private |
Definition at line 41 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.
|
private |
Definition at line 44 of file class.ilCronManagerGUI.php.
|
private |
Definition at line 34 of file class.ilCronManagerGUI.php.
|
private |
Definition at line 42 of file class.ilCronManagerGUI.php.
Definition at line 45 of file class.ilCronManagerGUI.php.
|
private |
Definition at line 36 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.