Form for sending a singoff reminder to an auditor. More...
Public Member Functions | |
| AuditorReminderForm (&$signoff, $monographId, $stageId, $publicationFormatId=null) | |
| execute ($args, &$request) | |
| getMonographId () | |
| getPublicationFormatId () | |
| & | getSignoff () |
| getStageId () | |
| initData ($args, &$request) | |
| readInputData () | |
Public Attributes | |
| $_monographId | |
| $_publicationFormatId | |
| $_signoff | |
| $_stageId | |
Form for sending a singoff reminder to an auditor.
Definition at line 17 of file AuditorReminderForm.inc.php.
| AuditorReminderForm.AuditorReminderForm | ( | &$ | signoff, | |
| $ | monographId, | |||
| $ | stageId, | |||
| $ | publicationFormatId = null | |||
| ) |
Constructor.
Definition at line 33 of file AuditorReminderForm.inc.php.
| AuditorReminderForm.execute | ( | $ | args, | |
| &$ | request | |||
| ) |
Save review assignment
| $args | array | |
| $request | PKPRequest |
Definition at line 148 of file AuditorReminderForm.inc.php.
References getMonographId(), and getSignoff().
| AuditorReminderForm.getMonographId | ( | ) |
Get the monograph id.
Definition at line 59 of file AuditorReminderForm.inc.php.
Referenced by execute(), and initData().
| AuditorReminderForm.getPublicationFormatId | ( | ) |
Get the publication format id.
Definition at line 75 of file AuditorReminderForm.inc.php.
Referenced by initData().
| & AuditorReminderForm.getSignoff | ( | ) |
Get the signoff
Definition at line 51 of file AuditorReminderForm.inc.php.
Referenced by execute(), and initData().
| AuditorReminderForm.getStageId | ( | ) |
Get the stage id.
Definition at line 67 of file AuditorReminderForm.inc.php.
Referenced by initData().
| AuditorReminderForm.initData | ( | $ | args, | |
| &$ | request | |||
| ) |
Initialize form data from the associated author.
| $args | array | |
| $request | PKPRequest |
Definition at line 88 of file AuditorReminderForm.inc.php.
References Validation.generatePasswordResetHash(), getMonographId(), SubmissionsListGridCellProvider.getPageAndOperationByUserRoles(), getPublicationFormatId(), getSignoff(), and getStageId().
| AuditorReminderForm.readInputData | ( | ) |
Assign form data to user-submitted data.
Definition at line 138 of file AuditorReminderForm.inc.php.
| AuditorReminderForm.$_monographId |
The monograph id
Definition at line 22 of file AuditorReminderForm.inc.php.
| AuditorReminderForm.$_publicationFormatId |
The publication format id, if any
Definition at line 28 of file AuditorReminderForm.inc.php.
| AuditorReminderForm.$_signoff |
The signoff associated with the auditor
Definition at line 19 of file AuditorReminderForm.inc.php.
| AuditorReminderForm.$_stageId |
The current stage id
Definition at line 25 of file AuditorReminderForm.inc.php.
1.7.1