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

Public Member Functions

 actionView ($id)
 actionCreate ()
 actionUpdate ($id)
 actionDelete ($id)
 actionIndex ()
 actionAdmin ()
 loadModel ($id)
- Public Member Functions inherited from Controller
 getAccessRules ()

Protected Member Functions

 performAjaxValidation ($model)

Additional Inherited Members

Detailed Description

Definition at line 3 of file AccountTypesController.php.

Member Function Documentation

AccountTypesController::actionAdmin ( )

Manages all models.

Definition at line 95 of file AccountTypesController.php.

AccountTypesController::actionCreate ( )

Creates a new model. If creation is successful, the browser will be redirected to the 'view' page.

Definition at line 21 of file AccountTypesController.php.

AccountTypesController::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 AccountTypesController.php.

Here is the call graph for this function:

AccountTypesController::actionIndex ( )

Lists all models.

Definition at line 84 of file AccountTypesController.php.

AccountTypesController::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 AccountTypesController.php.

Here is the call graph for this function:

AccountTypesController::actionView (   $id)

Displays a particular model.

Parameters
integer$idthe ID of the model to be displayed

Definition at line 10 of file AccountTypesController.php.

Here is the call graph for this function:

AccountTypesController::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
AccountTypes the loaded model
Exceptions
CHttpException

Definition at line 118 of file AccountTypesController.php.

Here is the call graph for this function:

Here is the caller graph for this function:

AccountTypesController::performAjaxValidation (   $model)
protected

Performs the AJAX validation.

Parameters
AccountTypes$modelthe model to be validated

Definition at line 133 of file AccountTypesController.php.


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