Public Member Functions |
| | before_filter (&$action, &$args) |
| | index_action ($page=1) |
| | display_action ($id) |
| | filter_action () |
| | edit_action ($id=null, $page=1) |
| | activate_action ($id, $page=1) |
| | deactivate_action ($id, $page=1) |
| | cancel_action ($id, $page=1) |
| | bulk_action ($page=1) |
| | testrun_action ($id) |
| | after_filter ($action, $args) |
| | validate_args (&$args, $types=NULL) |
| | url_for ($to= '') |
| | link_for ($to= '') |
| | rescue ($exception) |
| | setInfoBoxImage ($image) |
| | addToInfobox ($category, $text, $icon= 'blank.gif') |
| | render_json ($data) |
| | relay ($to_uri) |
| | perform_relayed ($unconsumed) |
| | render_template_as_string ($template, $layout=null) |
Member Function Documentation
| activate_action |
( |
|
$id, |
|
|
|
$page = 1 |
|
) |
| |
Activates a schedule.
- Parameters
-
| String | $id | Id of the schedule in question |
| int | $page | Return to this page after activating (optional) |
| before_filter |
( |
& |
$action, |
|
|
& |
$args |
|
) |
| |
Set up this controller.
- Parameters
-
| String | $action | Name of the action to be invoked |
| Array | $args | Arguments to be passed to the action method |
Reimplemented from AuthenticatedController.
Performs a bulk operation on a set of schedules. Operation can be either activating, deactivating or canceling/deleting.
- Parameters
-
| int | $page | Return to this page afterwarsd (optional) |
| cancel_action |
( |
|
$id, |
|
|
|
$page = 1 |
|
) |
| |
Cancels/deletes a schedule.
- Parameters
-
| String | $id | Id of the schedule in question |
| int | $page | Return to this page after canceling (optional) |
| deactivate_action |
( |
|
$id, |
|
|
|
$page = 1 |
|
) |
| |
Deactivates a schedule.
- Parameters
-
| String | $id | Id of the schedule in question |
| int | $page | Return to this page after deactivating (optional) |
Displays a schedule.
- Parameters
-
| String | $id | Id of the schedule in question |
| edit_action |
( |
|
$id = null, |
|
|
|
$page = 1 |
|
) |
| |
Edits a schedule.
- Parameters
-
| String | $id | Id of the schedule in question (null to create) |
| int | $page | Return to this page after editing (optional) |
Sets the filters for the schedule view. Filters are stored in the session.
| index_action |
( |
|
$page = 1 | ) |
|
Displays all available schedules according to the set filters.
- Parameters
-
| int | $page | Which page to display |
Runs a schedule and returns the output.
- Parameters
-
| String | $id | Id of the schedule |
The documentation for this class was generated from the following file: