
Public Member Functions | |
| addSuppFile ($args) | |
| authorProofreadingComplete ($args) | |
| deleteArticleFile ($args) | |
| deleteSubmission ($args) | |
| download ($args) | |
| downloadFile ($args) | |
| editSuppFile ($args) | |
| payFastTrackFee ($args) | |
| payPublicationFee ($args) | |
| paySubmissionFee ($args) | |
| proofGalley ($args) | |
| proofGalleyFile ($args) | |
| proofGalleyTop ($args) | |
| removeCoverPage ($args) | |
| saveSuppFile ($args) | |
| setSuppFileVisibility ($args) | |
| submission ($args) | |
| submissionEditing ($args) | |
| submissionReview ($args) | |
| uploadRevisedVersion () | |
| validate ($articleId) | |
| viewFile ($args) | |
Definition at line 18 of file TrackSubmissionHandler.inc.php.
| TrackSubmissionHandler.addSuppFile | ( | $ | args | ) |
Add a supplementary file.
| $args | array ($articleId) |
Reimplemented from AuthorHandler.
Definition at line 182 of file TrackSubmissionHandler.inc.php.
References Request.redirect(), and validate().
| TrackSubmissionHandler.authorProofreadingComplete | ( | $ | args | ) |
Set the author proofreading date completion
Reimplemented from AuthorHandler.
Definition at line 462 of file TrackSubmissionHandler.inc.php.
References Request.getUserVar(), ProofreaderAction.proofreadEmail(), Request.redirect(), Request.url(), and validate().
| TrackSubmissionHandler.deleteArticleFile | ( | $ | args | ) |
Delete an author version file.
| $args | array ($articleId, $fileId) |
Reimplemented from AuthorHandler.
Definition at line 45 of file TrackSubmissionHandler.inc.php.
References AuthorAction.deleteArticleFile(), Request.redirect(), and validate().
| TrackSubmissionHandler.deleteSubmission | ( | $ | args | ) |
Delete a submission.
Reimplemented from AuthorHandler.
Definition at line 23 of file TrackSubmissionHandler.inc.php.
References DAORegistry.getDAO(), Request.redirect(), and validate().
| TrackSubmissionHandler.download | ( | $ | args | ) |
Download a file.
| $args | array ($articleId, $fileId, [$revision]) |
Reimplemented from AuthorHandler.
Definition at line 409 of file TrackSubmissionHandler.inc.php.
References Action.downloadFile(), and validate().
| TrackSubmissionHandler.downloadFile | ( | $ | args | ) |
Download a file.
| $args | array ($articleId, $fileId, [$revision]) |
Reimplemented from AuthorHandler.
Definition at line 394 of file TrackSubmissionHandler.inc.php.
References AuthorAction.downloadAuthorFile(), Request.redirect(), and validate().
| TrackSubmissionHandler.editSuppFile | ( | $ | args | ) |
Edit a supplementary file.
| $args | array ($articleId, $suppFileId) |
Reimplemented from AuthorHandler.
Definition at line 207 of file TrackSubmissionHandler.inc.php.
References Request.redirect(), and validate().
| TrackSubmissionHandler.payFastTrackFee | ( | $ | args | ) |
Display a form to pay for Fast Tracking an article
| $args | array ($articleId) |
Reimplemented from AuthorHandler.
Definition at line 582 of file TrackSubmissionHandler.inc.php.
References OJSPaymentManager.getManager(), Request.getUser(), and validate().
| TrackSubmissionHandler.payPublicationFee | ( | $ | args | ) |
Display a form to pay for Publishing an article
| $args | array ($articleId) |
Reimplemented from AuthorHandler.
Definition at line 602 of file TrackSubmissionHandler.inc.php.
References OJSPaymentManager.getManager(), Request.getUser(), and validate().
| TrackSubmissionHandler.paySubmissionFee | ( | $ | args | ) |
Display a form to pay for the submission an article
| $args | array ($articleId) |
Reimplemented from AuthorHandler.
Definition at line 562 of file TrackSubmissionHandler.inc.php.
References OJSPaymentManager.getManager(), Request.getUser(), and validate().
| TrackSubmissionHandler.proofGalley | ( | $ | args | ) |
Proof / "preview" a galley.
| $args | array ($articleId, $galleyId) |
Reimplemented from AuthorHandler.
Definition at line 480 of file TrackSubmissionHandler.inc.php.
References TemplateManager.getManager(), and validate().
| TrackSubmissionHandler.proofGalleyFile | ( | $ | args | ) |
Proof galley (outputs file contents).
| $args | array ($articleId, $galleyId) |
Reimplemented from AuthorHandler.
Definition at line 511 of file TrackSubmissionHandler.inc.php.
References DAORegistry.getDAO(), TemplateManager.getManager(), Request.url(), validate(), and viewFile().
| TrackSubmissionHandler.proofGalleyTop | ( | $ | args | ) |
Proof galley (shows frame header).
| $args | array ($articleId, $galleyId) |
Reimplemented from AuthorHandler.
Definition at line 495 of file TrackSubmissionHandler.inc.php.
References TemplateManager.getManager(), and validate().
| TrackSubmissionHandler.removeCoverPage | ( | $ | args | ) |
Remove cover page from article
Definition at line 345 of file TrackSubmissionHandler.inc.php.
References DAORegistry.getDAO(), Request.redirect(), and validate().
| TrackSubmissionHandler.saveSuppFile | ( | $ | args | ) |
Save a supplementary file.
| $args | array ($suppFileId) |
Reimplemented from AuthorHandler.
Definition at line 254 of file TrackSubmissionHandler.inc.php.
References Request.getUserVar(), Request.redirect(), and validate().
| TrackSubmissionHandler.setSuppFileVisibility | ( | $ | args | ) |
Set reviewer visibility for a supplementary file.
| $args | array ($suppFileId) |
Reimplemented from AuthorHandler.
Definition at line 233 of file TrackSubmissionHandler.inc.php.
References DAORegistry.getDAO(), Request.getUserVar(), Request.redirect(), and validate().
| TrackSubmissionHandler.submission | ( | $ | args | ) |
Display a summary of the status of an author's submission.
Reimplemented from AuthorHandler.
Definition at line 61 of file TrackSubmissionHandler.inc.php.
References DAORegistry.getDAO(), SectionEditorSubmission.getEditorDecisionOptions(), Request.getJournal(), OJSPaymentManager.getManager(), TemplateManager.getManager(), Request.getUser(), and validate().
| TrackSubmissionHandler.submissionEditing | ( | $ | args | ) |
Display the status and other details of an author's submission.
Reimplemented from AuthorHandler.
Definition at line 281 of file TrackSubmissionHandler.inc.php.
References ProofreaderAction.authorProofreadingUnderway(), AuthorAction.copyeditUnderway(), Request.getJournal(), TemplateManager.getManager(), Request.getUser(), and validate().
| TrackSubmissionHandler.submissionReview | ( | $ | args | ) |
Display specific details of an author's submission.
Reimplemented from AuthorHandler.
Definition at line 128 of file TrackSubmissionHandler.inc.php.
References DAORegistry.getDAO(), TemplateManager.getManager(), Request.getUser(), and validate().
| TrackSubmissionHandler.uploadRevisedVersion | ( | ) |
Upload the author's revised version of an article.
Reimplemented from AuthorHandler.
Definition at line 312 of file TrackSubmissionHandler.inc.php.
References Request.getUserVar(), Request.redirect(), AuthorAction.uploadRevisedVersion(), and validate().
| TrackSubmissionHandler.validate | ( | $ | articleId | ) |
Validate that the user is the author for the article. Redirects to author index page if validation fails.
Reimplemented from AuthorHandler.
Definition at line 426 of file TrackSubmissionHandler.inc.php.
References DAORegistry.getDAO(), Request.getJournal(), Request.getRequestedPage(), Request.getUser(), and Request.redirect().
Referenced by addSuppFile(), authorProofreadingComplete(), deleteArticleFile(), SubmissionCommentsHandler.deleteComment(), deleteSubmission(), download(), downloadFile(), SubmissionCommentsHandler.editComment(), editSuppFile(), SubmissionCommentsHandler.emailEditorDecisionComment(), payFastTrackFee(), payPublicationFee(), paySubmissionFee(), SubmissionCommentsHandler.postCopyeditComment(), SubmissionCommentsHandler.postLayoutComment(), SubmissionCommentsHandler.postProofreadComment(), proofGalley(), proofGalleyFile(), proofGalleyTop(), removeCoverPage(), SubmissionCommentsHandler.saveComment(), saveSuppFile(), setSuppFileVisibility(), submission(), submissionEditing(), submissionReview(), uploadRevisedVersion(), SubmissionCommentsHandler.viewCopyeditComments(), SubmissionCommentsHandler.viewEditorDecisionComments(), viewFile(), SubmissionCommentsHandler.viewLayoutComments(), and SubmissionCommentsHandler.viewProofreadComments().
| TrackSubmissionHandler.viewFile | ( | $ | args | ) |
View a file (inlines file).
| $args | array ($articleId, $fileId, [$revision]) |
Reimplemented from AuthorHandler.
Definition at line 543 of file TrackSubmissionHandler.inc.php.
References Request.redirect(), validate(), and Action.viewFile().
Referenced by proofGalleyFile().
1.5.6