Handle the request to generate the tab structure on the New Catalog Entry page. More...
Public Member Functions | |
| authorize (&$request, $args, $roleAssignments) | |
| CatalogEntryHandler () | |
| fetch ($request, $args) | |
| fetchFormatInfo ($request, $args) | |
| & | getMonograph () |
| getSelectedFormatId () | |
| getStageId () | |
| getTabPosition () | |
| initialize (&$request, $args=null) | |
Public Attributes | |
| $_monograph | |
| $_selectedFormatId | |
| $_stageId | |
| $_tabPosition | |
Handle the request to generate the tab structure on the New Catalog Entry page.
Definition at line 18 of file CatalogEntryHandler.inc.php.
| CatalogEntryHandler.authorize | ( | &$ | request, | |
| $ | args, | |||
| $ | roleAssignments | |||
| ) |
| $request | PKPRequest | |
| $args | array | |
| $roleAssignments | array |
Definition at line 69 of file CatalogEntryHandler.inc.php.
| CatalogEntryHandler.CatalogEntryHandler | ( | ) |
Constructor.
Definition at line 35 of file CatalogEntryHandler.inc.php.
| CatalogEntryHandler.fetch | ( | $ | request, | |
| $ | args | |||
| ) |
Display the tabs index page.
| $request | PKPRequest | |
| $args | array |
Definition at line 121 of file CatalogEntryHandler.inc.php.
References getMonograph(), getSelectedFormatId(), getStageId(), and getTabPosition().
| CatalogEntryHandler.fetchFormatInfo | ( | $ | request, | |
| $ | args | |||
| ) |
Returns a JSON response containing information regarding the formats enabled for this monograph.
| $request | Request | |
| $args | array |
Definition at line 167 of file CatalogEntryHandler.inc.php.
References getMonograph().
| & CatalogEntryHandler.getMonograph | ( | ) |
Get the Monograph
Definition at line 84 of file CatalogEntryHandler.inc.php.
Referenced by fetch(), and fetchFormatInfo().
| CatalogEntryHandler.getSelectedFormatId | ( | ) |
Get the selected format id.
Definition at line 108 of file CatalogEntryHandler.inc.php.
Referenced by fetch().
| CatalogEntryHandler.getStageId | ( | ) |
Get the stage id
Definition at line 92 of file CatalogEntryHandler.inc.php.
Referenced by fetch().
| CatalogEntryHandler.getTabPosition | ( | ) |
Get the current tab position
Definition at line 100 of file CatalogEntryHandler.inc.php.
Referenced by fetch().
| CatalogEntryHandler.initialize | ( | &$ | request, | |
| $ | args = null | |||
| ) |
Definition at line 49 of file CatalogEntryHandler.inc.php.
| CatalogEntryHandler.$_monograph |
The monograph
Definition at line 21 of file CatalogEntryHandler.inc.php.
| CatalogEntryHandler.$_selectedFormatId |
the selected format id
Definition at line 30 of file CatalogEntryHandler.inc.php.
| CatalogEntryHandler.$_stageId |
The current stage id
Definition at line 24 of file CatalogEntryHandler.inc.php.
| CatalogEntryHandler.$_tabPosition |
the current tab position
Definition at line 27 of file CatalogEntryHandler.inc.php.
1.7.1