Handle AJAX operations for tabs on the New Catalog Entry management page. More...
Public Member Functions | |
| authorize (&$request, $args, $roleAssignments) | |
| CatalogEntryTabHandler () | |
| catalogMetadata ($args, &$request) | |
| getCurrentTab () | |
| getMonograph () | |
| getStageId () | |
| getTabPosition () | |
| initialize (&$request) | |
| publicationMetadata ($args, &$request) | |
| saveForm ($args, &$request) | |
| setCurrentTab ($currentTab) | |
| submissionMetadata ($args, &$request) | |
| uploadCoverImage ($args, &$request) | |
Handle AJAX operations for tabs on the New Catalog Entry management page.
Definition at line 22 of file CatalogEntryTabHandler.inc.php.
| CatalogEntryTabHandler.authorize | ( | &$ | request, | |
| $ | args, | |||
| $ | roleAssignments | |||
| ) |
Definition at line 94 of file CatalogEntryTabHandler.inc.php.
| CatalogEntryTabHandler.CatalogEntryTabHandler | ( | ) |
Constructor
Definition at line 40 of file CatalogEntryTabHandler.inc.php.
| CatalogEntryTabHandler.catalogMetadata | ( | $ | args, | |
| &$ | request | |||
| ) |
Show the catalog metadata form.
| $request | Request | |
| $args | array |
Definition at line 152 of file CatalogEntryTabHandler.inc.php.
References getMonograph(), and getStageId().
| CatalogEntryTabHandler.getCurrentTab | ( | ) |
Get the current tab name.
Definition at line 62 of file CatalogEntryTabHandler.inc.php.
Referenced by saveForm().
| CatalogEntryTabHandler.getMonograph | ( | ) |
Definition at line 128 of file CatalogEntryTabHandler.inc.php.
Referenced by catalogMetadata(), publicationMetadata(), saveForm(), submissionMetadata(), and uploadCoverImage().
| CatalogEntryTabHandler.getStageId | ( | ) |
Definition at line 135 of file CatalogEntryTabHandler.inc.php.
Referenced by catalogMetadata(), publicationMetadata(), saveForm(), and submissionMetadata().
| CatalogEntryTabHandler.getTabPosition | ( | ) |
Definition at line 142 of file CatalogEntryTabHandler.inc.php.
Referenced by publicationMetadata(), and saveForm().
| CatalogEntryTabHandler.initialize | ( | &$ | request | ) |
Definition at line 81 of file CatalogEntryTabHandler.inc.php.
References setCurrentTab().
| CatalogEntryTabHandler.publicationMetadata | ( | $ | args, | |
| &$ | request | |||
| ) |
Show the publication metadata form.
| $request | Request | |
| $args | array |
Definition at line 172 of file CatalogEntryTabHandler.inc.php.
References getMonograph(), getStageId(), and getTabPosition().
| CatalogEntryTabHandler.saveForm | ( | $ | args, | |
| &$ | request | |||
| ) |
Save the forms handled by this Handler.
| $request | Request | |
| $args | array |
Definition at line 200 of file CatalogEntryTabHandler.inc.php.
References getCurrentTab(), getMonograph(), getStageId(), getTabPosition(), and MonographLog.logEvent().
| CatalogEntryTabHandler.setCurrentTab | ( | $ | currentTab | ) |
Set the current tab name.
| $currentTab | string |
Definition at line 70 of file CatalogEntryTabHandler.inc.php.
Referenced by initialize().
| CatalogEntryTabHandler.submissionMetadata | ( | $ | args, | |
| &$ | request | |||
| ) |
Show the original submission metadata form.
| $request | Request | |
| $args | array |
Definition at line 111 of file CatalogEntryTabHandler.inc.php.
References getMonograph(), and getStageId().
| CatalogEntryTabHandler.uploadCoverImage | ( | $ | args, | |
| &$ | request | |||
| ) |
Upload a new cover image file.
| $args | array | |
| $request | PKPRequest |
Definition at line 278 of file CatalogEntryTabHandler.inc.php.
References getMonograph().
1.7.1