HCE Project DC service web UI  0.2
Hierarchical Cluster Engine DC service web UI
 All Classes Namespaces Files Functions Variables Pages
JobsController Class Reference
Inheritance diagram for JobsController:
Collaboration diagram for JobsController:

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'

Detailed Description

Definition at line 3 of file JobsController.php.

Member Function Documentation

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.

Parameters
integer$idthe ID of the model to be deleted

Definition at line 71 of file JobsController.php.

Here is the call graph for this function:

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.

Parameters
integer$idthe ID of the model to be updated

Definition at line 46 of file JobsController.php.

Here is the call graph for this function:

JobsController::actionView (   $id)

Displays a particular model.

Parameters
integer$idthe ID of the model to be displayed

Definition at line 10 of file JobsController.php.

Here is the call graph for this function:

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.

Parameters
integer$idthe ID of the model to be loaded
Returns
Jobs the loaded model
Exceptions
CHttpException

Definition at line 118 of file JobsController.php.

Here is the call graph for this function:

Here is the caller graph for this function:

JobsController::performAjaxValidation (   $model)
protected

Performs the AJAX validation.

Parameters
Jobs$modelthe model to be validated

Definition at line 133 of file JobsController.php.


The documentation for this class was generated from the following file: