ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Class ilCronManagerGUI. More...
Public Member Functions | |
__construct () | |
ilCronManagerGUI constructor. More... | |
executeCommand () | |
edit (ilPropertyFormGUI $a_form=null) | |
update () | |
run () | |
confirmedRun () | |
activate () | |
confirmedActivate () | |
deactivate () | |
confirmedDeactivate () | |
reset () | |
confirmedReset () | |
addToExternalSettingsForm ($a_form_id) | |
Protected Member Functions | |
render () | |
getScheduleTypeFormElementName (int $scheduleTypeId) | |
getScheduleValueFormElementName (int $scheduleTypeId) | |
hasScheduleValue (int $scheduleTypeId) | |
initEditForm ($a_job_id) | |
getMultiActionData () | |
Protected Attributes | |
$lng | |
$ctrl | |
$settings | |
$tpl | |
Class ilCronManagerGUI.
ilCronManagerGUI: ilPropertyFormGUI
Definition at line 16 of file class.ilCronManagerGUI.php.
ilCronManagerGUI::__construct | ( | ) |
ilCronManagerGUI constructor.
Definition at line 41 of file class.ilCronManagerGUI.php.
References $DIC, and settings().
ilCronManagerGUI::activate | ( | ) |
Definition at line 292 of file class.ilCronManagerGUI.php.
ilCronManagerGUI::addToExternalSettingsForm | ( | $a_form_id | ) |
Definition at line 429 of file class.ilCronManagerGUI.php.
References $data, ilCronManager\getCronJobData(), and ilCronManager\getJobInstance().
ilCronManagerGUI::confirmedActivate | ( | ) |
Definition at line 297 of file class.ilCronManagerGUI.php.
References ilCronManager\activateJob(), getMultiActionData(), ilCronManager\isJobInactive(), and ilCronManager\resetJob().
ilCronManagerGUI::confirmedDeactivate | ( | ) |
Definition at line 319 of file class.ilCronManagerGUI.php.
References ilCronManager\deactivateJob(), getMultiActionData(), and ilCronManager\isJobActive().
ilCronManagerGUI::confirmedReset | ( | ) |
Definition at line 340 of file class.ilCronManagerGUI.php.
References getMultiActionData(), and ilCronManager\resetJob().
ilCronManagerGUI::confirmedRun | ( | ) |
Definition at line 278 of file class.ilCronManagerGUI.php.
References $_GET, ilCronManager\runJobManual(), and ilUtil\sendFailure().
ilCronManagerGUI::deactivate | ( | ) |
Definition at line 314 of file class.ilCronManagerGUI.php.
ilCronManagerGUI::edit | ( | ilPropertyFormGUI | $a_form = null | ) |
Definition at line 83 of file class.ilCronManagerGUI.php.
References $id, and initEditForm().
Referenced by update().
ilCronManagerGUI::executeCommand | ( | ) |
Definition at line 53 of file class.ilCronManagerGUI.php.
References $form, and initEditForm().
|
protected |
Definition at line 353 of file class.ilCronManagerGUI.php.
References $res, $title, ilCronManager\getJobInstanceById(), and ilUtil\sendFailure().
Referenced by confirmedActivate(), confirmedDeactivate(), and confirmedReset().
|
protected |
int | $scheduleTypeId |
Definition at line 102 of file class.ilCronManagerGUI.php.
References 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().
|
protected |
int | $scheduleTypeId |
Definition at line 138 of file class.ilCronManagerGUI.php.
References ilCronJob\SCHEDULE_TYPE_IN_DAYS, ilCronJob\SCHEDULE_TYPE_IN_HOURS, and ilCronJob\SCHEDULE_TYPE_IN_MINUTES.
Referenced by initEditForm(), and update().
|
protected |
int | $scheduleTypeId |
Definition at line 158 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().
|
protected |
Definition at line 170 of file class.ilCronManagerGUI.php.
References $data, $form, $type, ilNumberInputGUI\allowDecimals(), ilCronManager\getCronJobData(), ilCronManager\getJobInstanceById(), getScheduleTypeFormElementName(), and getScheduleValueFormElementName().
Referenced by edit(), executeCommand(), and update().
|
protected |
Definition at line 69 of file class.ilCronManagerGUI.php.
References $tbl, ilDatePresentation\formatDate(), IL_CAL_UNIX, ilUtil\sendInfo(), and settings().
ilCronManagerGUI::reset | ( | ) |
Definition at line 335 of file class.ilCronManagerGUI.php.
ilCronManagerGUI::run | ( | ) |
Definition at line 273 of file class.ilCronManagerGUI.php.
ilCronManagerGUI::update | ( | ) |
Definition at line 231 of file class.ilCronManagerGUI.php.
References $form, $id, $type, $valid, edit(), ilCronManager\getJobInstanceById(), getScheduleValueFormElementName(), hasScheduleValue(), initEditForm(), and ilCronManager\updateJobSchedule().
|
protected |
Definition at line 26 of file class.ilCronManagerGUI.php.
|
protected |
Definition at line 21 of file class.ilCronManagerGUI.php.
|
protected |
Definition at line 31 of file class.ilCronManagerGUI.php.
|
protected |
Definition at line 36 of file class.ilCronManagerGUI.php.