Inheritance diagram for AuthorAction:

Public Member Functions | |
| AuthorAction () | |
| deletePaperFile ($paper, $fileId, $revisionId) | |
| designateReviewVersion ($authorSubmission) | |
| downloadAuthorFile ($paper, $fileId, $revision=null) | |
| emailDirectorDecisionComment ($authorSubmission, $send) | |
| mayEditPaper (&$authorSubmission) | |
| uploadRevisedVersion ($authorSubmission) | |
| viewDirectorDecisionComments ($paper) | |
Definition at line 21 of file AuthorAction.inc.php.
| AuthorAction.AuthorAction | ( | ) |
Constructor.
Definition at line 26 of file AuthorAction.inc.php.
| AuthorAction.deletePaperFile | ( | $ | paper, | |
| $ | fileId, | |||
| $ | revisionId | |||
| ) |
Delete an author file from a submission.
| $paper | object | |
| $fileId | int | |
| $revisionId | int |
Definition at line 70 of file AuthorAction.inc.php.
Referenced by TrackSubmissionHandler.deletePaperFile().
| AuthorAction.designateReviewVersion | ( | $ | authorSubmission | ) |
Designates the original file the review version.
| $authorSubmission | object |
Definition at line 38 of file AuthorAction.inc.php.
References Request.getSchedConf().
Referenced by AuthorSubmitStep5Form.execute().
| AuthorAction.downloadAuthorFile | ( | $ | paper, | |
| $ | fileId, | |||
| $ | revision = null | |||
| ) |
Download a file an author has access to.
| $paper | object | |
| $fileId | int | |
| $revision | int |
Definition at line 212 of file AuthorAction.inc.php.
References Action.downloadFile().
Referenced by TrackSubmissionHandler.downloadFile().
| AuthorAction.emailDirectorDecisionComment | ( | $ | authorSubmission, | |
| $ | send | |||
| ) |
Email director decision comment.
| $authorSubmission | object | |
| $send | boolean |
Definition at line 149 of file AuthorAction.inc.php.
References Request.getConference(), Request.getSchedConf(), and Request.url().
Referenced by SubmissionCommentsHandler.emailDirectorDecisionComment().
| AuthorAction.uploadRevisedVersion | ( | $ | authorSubmission | ) |
Upload the revised version of a paper.
| $authorSubmission | object |
Definition at line 99 of file AuthorAction.inc.php.
References PaperLog.logEvent().
Referenced by TrackSubmissionHandler.uploadRevisedVersion().
| AuthorAction.viewDirectorDecisionComments | ( | $ | paper | ) |
View director decision comments.
| $paper | object |
Definition at line 134 of file AuthorAction.inc.php.
Referenced by SubmissionCommentsHandler.viewDirectorDecisionComments().
1.4.7