ILIAS
Release_4_4_x_branch Revision 61816
|
Class ilCronManagerGUI. More...
Public Member Functions | |
executeCommand () | |
render () | |
edit (ilPropertyFormGUI $a_form=null) | |
initEditForm ($a_job_id) | |
update () | |
run () | |
confirmedRun () | |
activate () | |
confirmedActivate () | |
deactivate () | |
confirmedDeactivate () | |
reset () | |
confirmedReset () | |
addToExternalSettingsForm ($a_form_id) |
Protected Member Functions | |
getMultiActionData () |
Class ilCronManagerGUI.
Definition at line 16 of file class.ilCronManagerGUI.php.
ilCronManagerGUI::activate | ( | ) |
Definition at line 229 of file class.ilCronManagerGUI.php.
ilCronManagerGUI::addToExternalSettingsForm | ( | $a_form_id | ) |
Definition at line 396 of file class.ilCronManagerGUI.php.
References ilCronManager\getCronJobData(), and ilCronManager\getJobInstance().
ilCronManagerGUI::confirmedActivate | ( | ) |
Definition at line 234 of file class.ilCronManagerGUI.php.
References $ilCtrl, $lng, ilCronManager\activateJob(), getMultiActionData(), ilCronManager\isJobInactive(), ilCronManager\resetJob(), and ilUtil\sendSuccess().
ilCronManagerGUI::confirmedDeactivate | ( | ) |
Definition at line 261 of file class.ilCronManagerGUI.php.
References $ilCtrl, $lng, ilCronManager\deactivateJob(), getMultiActionData(), ilCronManager\isJobActive(), and ilUtil\sendSuccess().
ilCronManagerGUI::confirmedReset | ( | ) |
Definition at line 287 of file class.ilCronManagerGUI.php.
References $_GET, $ilCtrl, $lng, ilCronManager\getJobInstanceById(), ilCronManager\resetJob(), and ilUtil\sendSuccess().
ilCronManagerGUI::confirmedRun | ( | ) |
Definition at line 209 of file class.ilCronManagerGUI.php.
References $_GET, $ilCtrl, $lng, ilCronManager\runJobManual(), ilUtil\sendFailure(), and ilUtil\sendSuccess().
ilCronManagerGUI::deactivate | ( | ) |
Definition at line 256 of file class.ilCronManagerGUI.php.
ilCronManagerGUI::edit | ( | ilPropertyFormGUI | $a_form = null | ) |
Definition at line 49 of file class.ilCronManagerGUI.php.
References $_REQUEST, $ilCtrl, $tpl, and initEditForm().
Referenced by update().
ilCronManagerGUI::executeCommand | ( | ) |
|
protected |
Definition at line 306 of file class.ilCronManagerGUI.php.
References $_REQUEST, $res, and ilCronManager\getJobInstanceById().
Referenced by confirmedActivate(), and confirmedDeactivate().
ilCronManagerGUI::initEditForm | ( | $a_job_id | ) |
Definition at line 67 of file class.ilCronManagerGUI.php.
References $ilCtrl, $lng, ilCronManager\getCronJobData(), ilCronManager\getJobInstanceById(), 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, ilCronJob\SCHEDULE_TYPE_YEARLY, and ilFormPropertyGUI\setRequired().
Referenced by edit(), and update().
ilCronManagerGUI::render | ( | ) |
Definition at line 30 of file class.ilCronManagerGUI.php.
References $ilSetting, $lng, $tpl, ilDatePresentation\formatDate(), IL_CAL_UNIX, and ilUtil\sendInfo().
ilCronManagerGUI::reset | ( | ) |
Definition at line 282 of file class.ilCronManagerGUI.php.
ilCronManagerGUI::run | ( | ) |
Definition at line 204 of file class.ilCronManagerGUI.php.
ilCronManagerGUI::update | ( | ) |
Definition at line 148 of file class.ilCronManagerGUI.php.
References $_REQUEST, $ilCtrl, $lng, $valid, edit(), ilCronManager\getJobInstanceById(), initEditForm(), ilCronJob\SCHEDULE_TYPE_IN_DAYS, ilCronJob\SCHEDULE_TYPE_IN_HOURS, ilCronJob\SCHEDULE_TYPE_IN_MINUTES, ilUtil\sendSuccess(), and ilCronManager\updateJobSchedule().