Form for adding/editing a submission file. More...
Public Member Functions | |
| fetch ($request) | |
| getAssocId () | |
| getAssocType () | |
| & | getMonographFiles () |
| & | getReviewRound () |
| getRevisedFileId () | |
| getStageId () | |
| readInputData () | |
| SubmissionFilesUploadBaseForm (&$request, $template, $monographId, $stageId, $fileStage, $revisionOnly=false, $reviewRound=null, $revisedFileId=null, $assocType=null, $assocId=null) | |
Form for adding/editing a submission file.
Definition at line 20 of file SubmissionFilesUploadBaseForm.inc.php.
| SubmissionFilesUploadBaseForm.fetch | ( | $ | request | ) |
Reimplemented in SubmissionFilesUploadForm.
Definition at line 184 of file SubmissionFilesUploadBaseForm.inc.php.
References getMonographFiles(), getReviewRound(), getRevisedFileId(), and getStageId().
| SubmissionFilesUploadBaseForm.getAssocId | ( | ) |
Get the associated id.
Definition at line 124 of file SubmissionFilesUploadBaseForm.inc.php.
Referenced by getMonographFiles().
| SubmissionFilesUploadBaseForm.getAssocType | ( | ) |
Get the associated type
Definition at line 116 of file SubmissionFilesUploadBaseForm.inc.php.
Referenced by getMonographFiles().
| & SubmissionFilesUploadBaseForm.getMonographFiles | ( | ) |
Get the monograph files belonging to the monograph and to the file stage.
Definition at line 133 of file SubmissionFilesUploadBaseForm.inc.php.
References getAssocId(), getAssocType(), getReviewRound(), and getStageId().
Referenced by fetch().
| & SubmissionFilesUploadBaseForm.getReviewRound | ( | ) |
Get the review round object (if any).
Definition at line 100 of file SubmissionFilesUploadBaseForm.inc.php.
Referenced by SubmissionFilesUploadForm.execute(), fetch(), and getMonographFiles().
| SubmissionFilesUploadBaseForm.getRevisedFileId | ( | ) |
Get the revised file id (if any).
Definition at line 108 of file SubmissionFilesUploadBaseForm.inc.php.
Referenced by SubmissionFilesUploadForm.execute(), SubmissionFilesUploadConfirmationForm.execute(), fetch(), and SubmissionFilesUploadForm.validate().
| SubmissionFilesUploadBaseForm.getStageId | ( | ) |
Get the workflow stage id.
Definition at line 92 of file SubmissionFilesUploadBaseForm.inc.php.
Referenced by SubmissionFilesUploadForm.fetch(), fetch(), and getMonographFiles().
| SubmissionFilesUploadBaseForm.readInputData | ( | ) |
Reimplemented in SubmissionFilesUploadConfirmationForm, and SubmissionFilesUploadForm.
Definition at line 175 of file SubmissionFilesUploadBaseForm.inc.php.
| SubmissionFilesUploadBaseForm.SubmissionFilesUploadBaseForm | ( | &$ | request, | |
| $ | template, | |||
| $ | monographId, | |||
| $ | stageId, | |||
| $ | fileStage, | |||
| $ | revisionOnly = false, |
|||
| $ | reviewRound = null, |
|||
| $ | revisedFileId = null, |
|||
| $ | assocType = null, |
|||
| $ | assocId = null | |||
| ) |
Constructor.
| $request | Request | |
| $template | string | |
| $monographId | integer | |
| $stageId | integer One of the WORKFLOW_STAGE_ID_* constants. | |
| $fileStage | integer | |
| $revisionOnly | boolean | |
| $reviewRound | ReviewRound | |
| $revisedFileId | integer |
Definition at line 43 of file SubmissionFilesUploadBaseForm.inc.php.
Referenced by SubmissionFilesUploadConfirmationForm.SubmissionFilesUploadConfirmationForm(), and SubmissionFilesUploadForm.SubmissionFilesUploadForm().
1.7.1