| ILIAS
    Release_4_4_x_branch Revision 61816
    | 
Class ilCronManagerGUI. More...
 Collaboration diagram for ilCronManagerGUI:
 Collaboration diagram for ilCronManagerGUI:| 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().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilCronManagerGUI::confirmedActivate | ( | ) | 
Definition at line 234 of file class.ilCronManagerGUI.php.
References $ilCtrl, $lng, ilCronManager\activateJob(), getMultiActionData(), ilCronManager\isJobInactive(), ilCronManager\resetJob(), and ilUtil\sendSuccess().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilCronManagerGUI::confirmedDeactivate | ( | ) | 
Definition at line 261 of file class.ilCronManagerGUI.php.
References $ilCtrl, $lng, ilCronManager\deactivateJob(), getMultiActionData(), ilCronManager\isJobActive(), and ilUtil\sendSuccess().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilCronManagerGUI::confirmedReset | ( | ) | 
Definition at line 287 of file class.ilCronManagerGUI.php.
References $_GET, $ilCtrl, $lng, ilCronManager\getJobInstanceById(), ilCronManager\resetJob(), and ilUtil\sendSuccess().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilCronManagerGUI::confirmedRun | ( | ) | 
Definition at line 209 of file class.ilCronManagerGUI.php.
References $_GET, $ilCtrl, $lng, ilCronManager\runJobManual(), ilUtil\sendFailure(), and ilUtil\sendSuccess().
 Here is the call graph for this function:
 Here is the call graph for this function:| 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().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilCronManagerGUI::executeCommand | ( | ) | 
| 
 | protected | 
Definition at line 306 of file class.ilCronManagerGUI.php.
References $_REQUEST, $res, and ilCronManager\getJobInstanceById().
Referenced by confirmedActivate(), and confirmedDeactivate().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| 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().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilCronManagerGUI::render | ( | ) | 
Definition at line 30 of file class.ilCronManagerGUI.php.
References $ilSetting, $lng, $tpl, ilDatePresentation\formatDate(), IL_CAL_UNIX, and ilUtil\sendInfo().
 Here is the call graph for this function:
 Here is the call graph for this function:| 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().
 Here is the call graph for this function:
 Here is the call graph for this function: