Inheritance diagram for AuthorSubmitStep3Form:

Public Member Functions | |
| AuthorSubmitStep3Form ($paper) | |
| display () | |
| execute () | |
| getLocaleFieldNames () | |
| initData () | |
| readInputData () | |
Definition at line 19 of file AuthorSubmitStep3Form.inc.php.
| AuthorSubmitStep3Form.AuthorSubmitStep3Form | ( | $ | paper | ) |
Constructor.
Definition at line 23 of file AuthorSubmitStep3Form.inc.php.
References AuthorSubmitForm.$paper, and Request.getSchedConf().
| AuthorSubmitStep3Form.display | ( | ) |
Display the form.
Reimplemented from AuthorSubmitForm.
Definition at line 146 of file AuthorSubmitStep3Form.inc.php.
References Request.getSchedConf().
| AuthorSubmitStep3Form.execute | ( | ) |
Save changes to paper.
Definition at line 167 of file AuthorSubmitStep3Form.inc.php.
References AuthorSubmitForm.$paper, AuthorSubmitForm.assignDirectors(), AuthorSubmitForm.confirmSubmission(), Request.getConference(), Request.getSchedConf(), and PaperLog.logEvent().
| AuthorSubmitStep3Form.getLocaleFieldNames | ( | ) |
Get the names of fields for which data should be localized
Definition at line 133 of file AuthorSubmitStep3Form.inc.php.
References Request.getSchedConf().
| AuthorSubmitStep3Form.initData | ( | ) |
Initialize form data from current paper.
Definition at line 50 of file AuthorSubmitStep3Form.inc.php.
References AuthorSubmitForm.$paper.
| AuthorSubmitStep3Form.readInputData | ( | ) |
Assign form data to user-submitted data.
Definition at line 98 of file AuthorSubmitStep3Form.inc.php.
References Request.getSchedConf().
1.4.7