Handle requests for submission tracking. More...
Public Member Functions | |
| addSuppFile ($args) | |
| deletePaperFile ($args) | |
| deleteSubmission ($args) | |
| download ($args) | |
| downloadFile ($args) | |
| editSuppFile ($args) | |
| saveMetadata () | |
| saveSuppFile ($args) | |
| setSuppFileVisibility ($args) | |
| submission ($args) | |
| submissionReview ($args) | |
| TrackSubmissionHandler () | |
| uploadRevisedVersion () | |
| validate ($paperId, $requiresEditAccess=false, $isDeleting=false) | |
| viewFile ($args) | |
| viewMetadata ($args) | |
| viewSuppFile ($args) | |
Public Attributes | |
| $submission | |
Handle requests for submission tracking.
Definition at line 19 of file TrackSubmissionHandler.inc.php.
| TrackSubmissionHandler.addSuppFile | ( | $ | args | ) |
Add a supplementary file.
| $args | array ($paperId) |
Definition at line 205 of file TrackSubmissionHandler.inc.php.
References AuthorHandler.setupTemplate(), and validate().
| TrackSubmissionHandler.deletePaperFile | ( | $ | args | ) |
Delete an author version file.
| $args | array ($paperId, $fileId) |
Definition at line 57 of file TrackSubmissionHandler.inc.php.
References Request.redirect(), and validate().
| TrackSubmissionHandler.deleteSubmission | ( | $ | args | ) |
Delete a submission.
Definition at line 33 of file TrackSubmissionHandler.inc.php.
References Request.redirect(), AuthorHandler.setupTemplate(), and validate().
| TrackSubmissionHandler.download | ( | $ | args | ) |
Download a file.
| $args | array ($paperId, $fileId, [$revision]) |
Definition at line 382 of file TrackSubmissionHandler.inc.php.
References downloadFile(), and validate().
| TrackSubmissionHandler.downloadFile | ( | $ | args | ) |
Download a file.
| $args | array ($paperId, $fileId, [$revision]) |
Definition at line 365 of file TrackSubmissionHandler.inc.php.
References $submission, AuthorAction.downloadAuthorFile(), Request.redirect(), and validate().
Referenced by download().
| TrackSubmissionHandler.editSuppFile | ( | $ | args | ) |
Edit a supplementary file.
| $args | array ($paperId, $suppFileId) |
Definition at line 252 of file TrackSubmissionHandler.inc.php.
References AuthorHandler.setupTemplate(), and validate().
| TrackSubmissionHandler.saveMetadata | ( | ) |
Save metadata modifications.
Definition at line 346 of file TrackSubmissionHandler.inc.php.
References $submission, Request.redirect(), Action.saveMetadata(), AuthorHandler.setupTemplate(), and validate().
| TrackSubmissionHandler.saveSuppFile | ( | $ | args | ) |
Save a supplementary file.
| $args | array ($suppFileId) |
Definition at line 296 of file TrackSubmissionHandler.inc.php.
References Request.redirect(), AuthorHandler.setupTemplate(), and validate().
| TrackSubmissionHandler.setSuppFileVisibility | ( | $ | args | ) |
Set reviewer visibility for a supplementary file.
| $args | array ($suppFileId) |
Definition at line 276 of file TrackSubmissionHandler.inc.php.
References Request.redirect(), and validate().
| TrackSubmissionHandler.submission | ( | $ | args | ) |
Display a summary of the status of an author's submission.
Definition at line 73 of file TrackSubmissionHandler.inc.php.
References $submission, Request.getSchedConf(), Request.redirect(), AuthorHandler.setupTemplate(), and validate().
Referenced by validate().
| TrackSubmissionHandler.submissionReview | ( | $ | args | ) |
Display specific details of an author's submission.
Definition at line 142 of file TrackSubmissionHandler.inc.php.
References $submission, AuthorHandler.setupTemplate(), and validate().
| TrackSubmissionHandler.TrackSubmissionHandler | ( | ) |
Constructor
Definition at line 26 of file TrackSubmissionHandler.inc.php.
References AuthorHandler.AuthorHandler().
| TrackSubmissionHandler.uploadRevisedVersion | ( | ) |
Upload the author's revised version of a paper.
Definition at line 320 of file TrackSubmissionHandler.inc.php.
References $submission, Request.redirect(), and validate().
| TrackSubmissionHandler.validate | ( | $ | paperId, | |
| $ | requiresEditAccess = false, |
|||
| $ | isDeleting = false | |||
| ) |
Validate that the user is the author for the paper. Redirects to author index page if validation fails.
| $paperId | int | |
| $requiresEditAccess | boolean True means that the author must have edit access over the specified paper in order for validation to be successful. | |
| $isDeleting | boolean True iff user is deleting a paper |
Definition at line 404 of file TrackSubmissionHandler.inc.php.
References Request.getConference(), Request.getSchedConf(), Request.redirect(), and submission().
Referenced by addSuppFile(), deletePaperFile(), deleteSubmission(), download(), downloadFile(), editSuppFile(), saveMetadata(), saveSuppFile(), setSuppFileVisibility(), submission(), submissionReview(), uploadRevisedVersion(), viewFile(), viewMetadata(), and viewSuppFile().
| TrackSubmissionHandler.viewFile | ( | $ | args | ) |
View a file (inlines file).
| $args | array ($paperId, $fileId, [$revision]) |
Definition at line 443 of file TrackSubmissionHandler.inc.php.
References Request.redirect(), validate(), and Action.viewFile().
| TrackSubmissionHandler.viewMetadata | ( | $ | args | ) |
View/edit metadata.
Definition at line 333 of file TrackSubmissionHandler.inc.php.
References $submission, AuthorHandler.setupTemplate(), and validate().
| TrackSubmissionHandler.viewSuppFile | ( | $ | args | ) |
View a supplementary file.
| $args | array ($paperId, $suppFileId) |
Definition at line 227 of file TrackSubmissionHandler.inc.php.
References Request.redirect(), AuthorHandler.setupTemplate(), and validate().
| TrackSubmissionHandler.$submission |
submission associated with the request
Definition at line 21 of file TrackSubmissionHandler.inc.php.
Referenced by downloadFile(), saveMetadata(), submission(), submissionReview(), uploadRevisedVersion(), and viewMetadata().
1.7.1