HCE Project DC service web UI
0.2
Hierarchical Cluster Engine DC service web UI
|
Public Member Functions | |
actionView ($id) | |
actionCreate () | |
actionUpdate ($id) | |
actionDelete ($id) | |
actionIndex () | |
actionAdmin () | |
loadModel ($id) | |
Public Member Functions inherited from MainJobsController | |
filters () | |
accessRules () | |
Public Member Functions inherited from Controller | |
getAccessRules () |
Protected Member Functions | |
performAjaxValidation ($model) |
Additional Inherited Members | |
Public Attributes inherited from MainJobsController | |
$layout = '//layouts/column2' |
Definition at line 3 of file JobsController.php.
JobsController::actionAdmin | ( | ) |
Manages all models.
Definition at line 95 of file JobsController.php.
JobsController::actionCreate | ( | ) |
Creates a new model. If creation is successful, the browser will be redirected to the 'view' page.
Definition at line 21 of file JobsController.php.
JobsController::actionDelete | ( | $id | ) |
Deletes a particular model. If deletion is successful, the browser will be redirected to the 'admin' page.
integer | $id | the ID of the model to be deleted |
Definition at line 71 of file JobsController.php.
JobsController::actionIndex | ( | ) |
Lists all models.
Definition at line 84 of file JobsController.php.
JobsController::actionUpdate | ( | $id | ) |
Updates a particular model. If update is successful, the browser will be redirected to the 'view' page.
integer | $id | the ID of the model to be updated |
Definition at line 46 of file JobsController.php.
JobsController::actionView | ( | $id | ) |
Displays a particular model.
integer | $id | the ID of the model to be displayed |
Definition at line 10 of file JobsController.php.
JobsController::loadModel | ( | $id | ) |
Returns the data model based on the primary key given in the GET variable. If the data model is not found, an HTTP exception will be raised.
integer | $id | the ID of the model to be loaded |
CHttpException |
Definition at line 118 of file JobsController.php.
|
protected |
Performs the AJAX validation.
Jobs | $model | the model to be validated |
Definition at line 133 of file JobsController.php.