Handle requests for the author dashboard. More...
Public Member Functions | |
| _getAssignmentRoles () | |
| AuthorDashboardHandler () | |
| authorize (&$request, $args, $roleAssignments) | |
| readMonographEmail ($args, &$request) | |
| setupTemplate ($request) | |
| submission ($args, &$request) | |
Handle requests for the author dashboard.
Definition at line 18 of file AuthorDashboardHandler.inc.php.
| AuthorDashboardHandler._getAssignmentRoles | ( | ) |
Get roles to assign to operations in this handler.
Definition at line 193 of file AuthorDashboardHandler.inc.php.
Referenced by AuthorDashboardHandler(), and AuthorDashboardReviewRoundTabHandler.AuthorDashboardReviewRoundTabHandler().
| AuthorDashboardHandler.AuthorDashboardHandler | ( | ) |
Constructor
Definition at line 23 of file AuthorDashboardHandler.inc.php.
References _getAssignmentRoles().
| AuthorDashboardHandler.authorize | ( | &$ | request, | |
| $ | args, | |||
| $ | roleAssignments | |||
| ) |
Reimplemented in AuthorDashboardReviewRoundTabHandler.
Definition at line 35 of file AuthorDashboardHandler.inc.php.
| AuthorDashboardHandler.readMonographEmail | ( | $ | args, | |
| &$ | request | |||
| ) |
Fetches information about a specific monograph email and returns it.
| $args | array | |
| $request | Request |
Definition at line 161 of file AuthorDashboardHandler.inc.php.
| AuthorDashboardHandler.setupTemplate | ( | $ | request | ) |
Setup common template variables.
Definition at line 184 of file AuthorDashboardHandler.inc.php.
Referenced by AuthorDashboardReviewRoundTabHandler.fetchReviewRoundInfo(), and submission().
| AuthorDashboardHandler.submission | ( | $ | args, | |
| &$ | request | |||
| ) |
Displays the author dashboard.
| $args | array | |
| $request | PKPRequest |
Definition at line 51 of file AuthorDashboardHandler.inc.php.
References setupTemplate().
1.7.1