
Public Member Functions | |
| index ($args) | |
| instructions ($args) | |
| setupTemplate ($subclass=false, $articleId=0, $parentPage=null) | |
| validate ($reason=null) | |
Definition at line 20 of file AuthorHandler.inc.php.
| AuthorHandler.index | ( | $ | args | ) |
Display journal author index page.
Definition at line 25 of file AuthorHandler.inc.php.
References DAORegistry.getDAO(), OJSPaymentManager.getManager(), TemplateManager.getManager(), Handler.getRangeInfo(), Request.getUser(), setupTemplate(), and validate().
| AuthorHandler.instructions | ( | $ | args | ) |
Display submission management instructions.
| $args | (type) |
Definition at line 109 of file AuthorHandler.inc.php.
References Action.instructions(), and Request.redirect().
| AuthorHandler.setupTemplate | ( | $ | subclass = false, |
|
| $ | articleId = 0, |
|||
| $ | parentPage = null | |||
| ) |
Setup common template variables.
| $subclass | boolean set to true if caller is below this handler in the hierarchy |
Definition at line 91 of file AuthorHandler.inc.php.
References TemplateManager.getManager(), SectionEditorAction.submissionBreadcrumb(), and Request.url().
Referenced by SubmissionCommentsHandler.deleteComment(), SubmissionCommentsHandler.editComment(), index(), SubmissionCommentsHandler.postCopyeditComment(), SubmissionCommentsHandler.postLayoutComment(), SubmissionCommentsHandler.postProofreadComment(), SubmissionCommentsHandler.saveComment(), SubmissionCommentsHandler.viewCopyeditComments(), SubmissionCommentsHandler.viewEditorDecisionComments(), SubmissionCommentsHandler.viewLayoutComments(), and SubmissionCommentsHandler.viewProofreadComments().
| AuthorHandler.validate | ( | $ | reason = null |
) |
Validate that user has author permissions in the selected journal. Redirects to user index page if not properly authenticated.
Reimplemented from Handler.
Reimplemented in SubmissionCommentsHandler, TrackSubmissionHandler, SubmissionCommentsHandler, SubmissionCommentsHandler, SubmissionCommentsHandler, and SubmissionCommentsHandler.
Definition at line 77 of file AuthorHandler.inc.php.
References Request.getJournal(), Validation.isAuthor(), and Validation.redirectLogin().
Referenced by SubmissionCommentsHandler.deleteComment(), SubmissionCommentsHandler.editComment(), index(), SubmissionCommentsHandler.postCopyeditComment(), SubmissionCommentsHandler.postLayoutComment(), SubmissionCommentsHandler.postProofreadComment(), SubmissionCommentsHandler.saveComment(), SubmissionCommentsHandler.viewCopyeditComments(), SubmissionCommentsHandler.viewEditorDecisionComments(), SubmissionCommentsHandler.viewLayoutComments(), and SubmissionCommentsHandler.viewProofreadComments().
1.5.6