
Public Member Functions | |
| AuthorAction () | |
| completeAuthorCopyedit ($authorSubmission, $send=false) | |
| copyeditUnderway ($authorSubmission) | |
| deleteArticleFile ($article, $fileId, $revisionId) | |
| designateReviewVersion ($authorSubmission, $designate=false) | |
| downloadAuthorFile ($article, $fileId, $revision=null) | |
| emailEditorDecisionComment ($authorSubmission, $send) | |
| postCopyeditComment ($article, $emailComment) | |
| postLayoutComment ($article, $emailComment) | |
| postProofreadComment ($article, $emailComment) | |
| uploadCopyeditVersion ($authorSubmission, $copyeditStage) | |
| uploadRevisedVersion ($authorSubmission) | |
| viewCopyeditComments ($article) | |
| viewEditorDecisionComments ($article) | |
| viewLayoutComments ($article) | |
| viewProofreadComments ($article) | |
Definition at line 20 of file AuthorAction.inc.php.
| AuthorAction.AuthorAction | ( | ) |
Constructor.
Definition at line 25 of file AuthorAction.inc.php.
| AuthorAction.completeAuthorCopyedit | ( | $ | authorSubmission, | |
| $ | send = false | |||
| ) |
Author completes editor / author review.
| $authorSubmission | object |
Definition at line 125 of file AuthorAction.inc.php.
References HookRegistry.call(), Core.getCurrentDate(), DAORegistry.getDAO(), Request.getJournal(), Request.getUser(), Request.getUserVar(), ArticleLog.logEvent(), and Request.url().
| AuthorAction.copyeditUnderway | ( | $ | authorSubmission | ) |
Set that the copyedit is underway.
Definition at line 202 of file AuthorAction.inc.php.
References HookRegistry.call(), Core.getCurrentDate(), and DAORegistry.getDAO().
Referenced by TrackSubmissionHandler.submissionEditing().
| AuthorAction.deleteArticleFile | ( | $ | article, | |
| $ | fileId, | |||
| $ | revisionId | |||
| ) |
Delete an author file from a submission.
| $article | object | |
| $fileId | int | |
| $revisionId | int |
Definition at line 64 of file AuthorAction.inc.php.
References HookRegistry.call(), and DAORegistry.getDAO().
Referenced by TrackSubmissionHandler.deleteArticleFile().
| AuthorAction.designateReviewVersion | ( | $ | authorSubmission, | |
| $ | designate = false | |||
| ) |
Actions. Designates the original file the review version.
| $authorSubmission | object | |
| $designate | boolean |
Definition at line 38 of file AuthorAction.inc.php.
References HookRegistry.call(), and DAORegistry.getDAO().
Referenced by Upgrade.designateReviewVersions(), and AuthorSubmitStep5Form.execute().
| AuthorAction.downloadAuthorFile | ( | $ | article, | |
| $ | fileId, | |||
| $ | revision = null | |||
| ) |
Download a file an author has access to.
| $article | object | |
| $fileId | int | |
| $revision | int |
Definition at line 452 of file AuthorAction.inc.php.
References HookRegistry.call(), Action.downloadFile(), and DAORegistry.getDAO().
Referenced by TrackSubmissionHandler.downloadFile().
| AuthorAction.emailEditorDecisionComment | ( | $ | authorSubmission, | |
| $ | send | |||
| ) |
Email editor decision comment.
| $authorSubmission | object | |
| $send | boolean |
Definition at line 309 of file AuthorAction.inc.php.
References HookRegistry.call(), Core.getCurrentDate(), DAORegistry.getDAO(), Request.getJournal(), Request.getUser(), Request.getUserVar(), and Request.url().
Referenced by SubmissionCommentsHandler.emailEditorDecisionComment().
| AuthorAction.postCopyeditComment | ( | $ | article, | |
| $ | emailComment | |||
| ) |
Post copyedit comment.
| $article | object |
Definition at line 377 of file AuthorAction.inc.php.
References HookRegistry.call().
Referenced by SubmissionCommentsHandler.postCopyeditComment().
| AuthorAction.postLayoutComment | ( | $ | article, | |
| $ | emailComment | |||
| ) |
Post layout comment.
| $article | object | |
| $emailComment | boolean |
Definition at line 268 of file AuthorAction.inc.php.
References HookRegistry.call().
Referenced by SubmissionCommentsHandler.postLayoutComment().
| AuthorAction.postProofreadComment | ( | $ | article, | |
| $ | emailComment | |||
| ) |
Post proofread comment.
| $article | object | |
| $emailComment | boolean |
Definition at line 418 of file AuthorAction.inc.php.
References HookRegistry.call().
Referenced by SubmissionCommentsHandler.postProofreadComment().
| AuthorAction.uploadCopyeditVersion | ( | $ | authorSubmission, | |
| $ | copyeditStage | |||
| ) |
Upload the revised version of a copyedit file.
| $authorSubmission | object | |
| $copyeditStage | string |
Definition at line 217 of file AuthorAction.inc.php.
References HookRegistry.call(), and DAORegistry.getDAO().
| AuthorAction.uploadRevisedVersion | ( | $ | authorSubmission | ) |
Upload the revised version of an article.
| $authorSubmission | object |
Definition at line 93 of file AuthorAction.inc.php.
References HookRegistry.call(), DAORegistry.getDAO(), Request.getUser(), and ArticleLog.logEvent().
Referenced by TrackSubmissionHandler.uploadRevisedVersion().
| AuthorAction.viewCopyeditComments | ( | $ | article | ) |
View copyedit comments.
| $article | object |
Definition at line 363 of file AuthorAction.inc.php.
References HookRegistry.call().
Referenced by SubmissionCommentsHandler.postCopyeditComment(), and SubmissionCommentsHandler.viewCopyeditComments().
| AuthorAction.viewEditorDecisionComments | ( | $ | article | ) |
View editor decision comments.
| $article | object |
Definition at line 294 of file AuthorAction.inc.php.
References HookRegistry.call().
Referenced by SubmissionCommentsHandler.viewEditorDecisionComments().
| AuthorAction.viewLayoutComments | ( | $ | article | ) |
View layout comments.
| $article | object |
Definition at line 254 of file AuthorAction.inc.php.
References HookRegistry.call().
Referenced by SubmissionCommentsHandler.postLayoutComment(), and SubmissionCommentsHandler.viewLayoutComments().
| AuthorAction.viewProofreadComments | ( | $ | article | ) |
View proofread comments.
| $article | object |
Definition at line 403 of file AuthorAction.inc.php.
References HookRegistry.call().
Referenced by SubmissionCommentsHandler.postProofreadComment(), and SubmissionCommentsHandler.viewProofreadComments().
1.5.6