Handle requests to view the information center for a submission. More...
Public Member Functions | |
| _getAssocId () | |
| _getAssocType () | |
| _getLinkParams () | |
| _logEvent ($request, $eventType) | |
| fetchTemplateBody ($args, &$request) | |
| initialize (&$request, $args=null) | |
| listHistory ($args, &$request) | |
| metadata ($args, &$request) | |
| saveForm ($args, &$request) | |
| saveNote ($args, &$request) | |
| sendNotification ($args, &$request) | |
| SubmissionInformationCenterHandler () | |
| viewInformationCenter ($args, &$request) | |
| viewNotes ($args, &$request) | |
| viewNotify ($args, &$request) | |
Handle requests to view the information center for a submission.
Definition at line 19 of file SubmissionInformationCenterHandler.inc.php.
| SubmissionInformationCenterHandler._getAssocId | ( | ) |
Get the association ID for this information center view
Reimplemented from InformationCenterHandler.
Definition at line 283 of file SubmissionInformationCenterHandler.inc.php.
| SubmissionInformationCenterHandler._getAssocType | ( | ) |
Get the association type for this information center view
Reimplemented from InformationCenterHandler.
Definition at line 291 of file SubmissionInformationCenterHandler.inc.php.
| SubmissionInformationCenterHandler._getLinkParams | ( | ) |
Get an array representing link parameters that subclasses need to have passed to their various handlers (i.e. monograph ID to the delete note handler). Subclasses should implement.
Reimplemented from InformationCenterHandler.
Definition at line 275 of file SubmissionInformationCenterHandler.inc.php.
| SubmissionInformationCenterHandler._logEvent | ( | $ | request, | |
| $ | eventType | |||
| ) |
Log an event for this file
| $request | PKPRequest | |
| $eventType | MONOGRAPH_LOG_... |
Definition at line 253 of file SubmissionInformationCenterHandler.inc.php.
References MonographLog.logEvent().
Referenced by saveNote(), and sendNotification().
| SubmissionInformationCenterHandler.fetchTemplateBody | ( | $ | args, | |
| &$ | request | |||
| ) |
Fetches an email template's message body and returns it via AJAX.
| $args | array | |
| $request | PKPRequest |
Definition at line 181 of file SubmissionInformationCenterHandler.inc.php.
| SubmissionInformationCenterHandler.initialize | ( | &$ | request, | |
| $ | args = null | |||
| ) |
Fetch and store away objects
Definition at line 33 of file SubmissionInformationCenterHandler.inc.php.
| SubmissionInformationCenterHandler.listHistory | ( | $ | args, | |
| &$ | request | |||
| ) |
Fetch the contents of the event log.
| $args | array | |
| $request | PKPRequest |
Reimplemented from InformationCenterHandler.
Definition at line 236 of file SubmissionInformationCenterHandler.inc.php.
| SubmissionInformationCenterHandler.metadata | ( | $ | args, | |
| &$ | request | |||
| ) |
Display the metadata tab.
| $args | array | |
| $request | PKPRequest |
Reimplemented from InformationCenterHandler.
Definition at line 45 of file SubmissionInformationCenterHandler.inc.php.
| SubmissionInformationCenterHandler.saveForm | ( | $ | args, | |
| &$ | request | |||
| ) |
Save the metadata tab.
| $args | array | |
| $request | PKPRequest |
Reimplemented from InformationCenterHandler.
Definition at line 68 of file SubmissionInformationCenterHandler.inc.php.
| SubmissionInformationCenterHandler.saveNote | ( | $ | args, | |
| &$ | request | |||
| ) |
Save a note.
| $args | array | |
| $request | PKPRequest |
Reimplemented from InformationCenterHandler.
Definition at line 137 of file SubmissionInformationCenterHandler.inc.php.
References _logEvent().
| SubmissionInformationCenterHandler.sendNotification | ( | $ | args, | |
| &$ | request | |||
| ) |
Send a notification from the notify tab.
| $args | array | |
| $request | PKPRequest |
Reimplemented from InformationCenterHandler.
Definition at line 205 of file SubmissionInformationCenterHandler.inc.php.
References _logEvent().
| SubmissionInformationCenterHandler.SubmissionInformationCenterHandler | ( | ) |
Constructor
Definition at line 26 of file SubmissionInformationCenterHandler.inc.php.
References InformationCenterHandler.InformationCenterHandler().
| SubmissionInformationCenterHandler.viewInformationCenter | ( | $ | args, | |
| &$ | request | |||
| ) |
Display the main information center modal.
| $args | array | |
| $request | PKPRequest |
Definition at line 96 of file SubmissionInformationCenterHandler.inc.php.
| SubmissionInformationCenterHandler.viewNotes | ( | $ | args, | |
| &$ | request | |||
| ) |
Display the notes tab.
| $args | array | |
| $request | PKPRequest |
Reimplemented from InformationCenterHandler.
Definition at line 121 of file SubmissionInformationCenterHandler.inc.php.
| SubmissionInformationCenterHandler.viewNotify | ( | $ | args, | |
| &$ | request | |||
| ) |
Display the notify tab.
| $args | array | |
| $request | PKPRequest |
Reimplemented from InformationCenterHandler.
Definition at line 165 of file SubmissionInformationCenterHandler.inc.php.
1.7.1