Public Member Functions | |
| filters () | |
| accessRules () | |
| actionView ($id) | |
| actionCreate () | |
| actionUpdate ($id) | |
| actionDelete ($id) | |
| actionIndex () | |
| actionAdmin () | |
| loadModel ($id) | |
| actionUploadPaper () | |
| actionDownload () | |
| comments ($paperid) | |
| view_evaluation ($paperid) | |
| recommendation ($recommendation) | |
| categorization ($categorization) | |
| adminFunctions () | |
| isAdmin () | |
| authorFunctions () | |
| isAuthor () | |
| refereeFunctions () | |
| isReferee () | |
| viewTopics ($paperid) | |
| filters () | |
| accessRules () | |
| actionView ($id) | |
| actionCreate () | |
| actionUpdate ($id) | |
| actionDelete ($id) | |
| actionIndex () | |
| actionAdmin () | |
| loadModel ($id) | |
| actionUploadPaper () | |
| actionDownload () | |
Data Fields | |
| $layout = '//layouts/column2' | |
Data Fields inherited from Controller | |
| $layout ='//layouts/column1' | |
| $menu =array() | |
| $breadcrumbs =array() | |
Protected Member Functions | |
| performAjaxValidation ($model) | |
| performAjaxValidation ($model) | |
Controller belonging to paper viewing and upload pages.
Definition at line 7 of file PaperController.php.
| accessRules | ( | ) |
Specifies the access control rules. This method is used by the 'accessControl' filter.
Definition at line 26 of file PaperController1.php.
| accessRules | ( | ) |
Specifies the access control rules. This method is used by the 'accessControl' filter.
Definition at line 30 of file PaperController.php.
| actionAdmin | ( | ) |
Manages all models.
Definition at line 137 of file PaperController1.php.
| actionAdmin | ( | ) |
Manages all models.
Definition at line 141 of file PaperController.php.
| actionCreate | ( | ) |
Creates a new model. If creation is successful, the browser will be redirected to the 'view' page.
Definition at line 72 of file PaperController1.php.
| actionCreate | ( | ) |
Creates a new model. If creation is successful, the browser will be redirected to the 'view' page.
Definition at line 76 of file PaperController.php.
| 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 116 of file PaperController1.php.
| 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 120 of file PaperController.php.
| actionDownload | ( | ) |
Definition at line 203 of file PaperController1.php.
| actionDownload | ( | ) |
download paper function papers are downloaded according to paper id and name
Definition at line 416 of file PaperController.php.
| actionIndex | ( | ) |
Lists all models.
Definition at line 127 of file PaperController1.php.
| actionIndex | ( | ) |
Lists all models.
Definition at line 131 of file PaperController.php.
| 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 94 of file PaperController1.php.
| 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 98 of file PaperController.php.
| actionUploadPaper | ( | ) |
Definition at line 171 of file PaperController1.php.
| actionUploadPaper | ( | ) |
upload paper function. papers are uploaded according to type selections made by the author
Definition at line 180 of file PaperController.php.
| actionView | ( | $id) |
Displays a particular model.
| integer | $id | the ID of the model to be displayed |
Definition at line 62 of file PaperController1.php.
| actionView | ( | $id) |
Displays a particular model.
| integer | $id | the ID of the model to be displayed |
Definition at line 66 of file PaperController.php.
| adminFunctions | ( | ) |
view administrative functions
Definition at line 529 of file PaperController.php.
| authorFunctions | ( | ) |
view authoring functions
Definition at line 591 of file PaperController.php.
| categorization | ( | $categorization) |
Definition at line 515 of file PaperController.php.
| comments | ( | $paperid) |
view all comments of referees for the paper
Definition at line 431 of file PaperController.php.
| filters | ( | ) |
Definition at line 14 of file PaperController1.php.
| filters | ( | ) |
Definition at line 18 of file PaperController.php.
| isAdmin | ( | ) |
hide administrative functions topic if the user is not a chair for this paper's conference
Definition at line 560 of file PaperController.php.
| isAuthor | ( | ) |
hide authoring functions topic if the user is not the author of the paper
Definition at line 627 of file PaperController.php.
| isReferee | ( | ) |
hide refereeing functions topic if the user is not a referee of the paper
Definition at line 691 of file PaperController.php.
| 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 | the ID of the model to be loaded |
Definition at line 153 of file PaperController1.php.
| 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 | the ID of the model to be loaded |
Definition at line 157 of file PaperController.php.
|
protected |
Performs the AJAX validation.
| CModel | the model to be validated |
Definition at line 164 of file PaperController1.php.
|
protected |
Performs the AJAX validation.
| CModel | the model to be validated |
Definition at line 168 of file PaperController.php.
| recommendation | ( | $recommendation) |
Definition at line 504 of file PaperController.php.
| refereeFunctions | ( | ) |
view refereeing functions
Definition at line 658 of file PaperController.php.
| view_evaluation | ( | $paperid) |
view all evaluations of the paper
Definition at line 468 of file PaperController.php.
| viewTopics | ( | $paperid) |
Definition at line 720 of file PaperController.php.
| $layout = '//layouts/column2' |
Definition at line 13 of file PaperController.php.
1.8.4