Public Member Functions | Public Attributes

CatalogEntryHandler Class Reference

Handle the request to generate the tab structure on the New Catalog Entry page. More...

Inheritance diagram for CatalogEntryHandler:
Handler

List of all members.

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

Detailed Description

Handle the request to generate the tab structure on the New Catalog Entry page.

Definition at line 18 of file CatalogEntryHandler.inc.php.


Member Function Documentation

CatalogEntryHandler.authorize ( &$  request,
args,
roleAssignments 
)
See also:
PKPHandler.authorize()
Parameters:
$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.

Parameters:
$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.

Parameters:
$request Request
$args array

Definition at line 167 of file CatalogEntryHandler.inc.php.

References getMonograph().

& CatalogEntryHandler.getMonograph (  ) 

Get the Monograph

Returns:
Monograph

Definition at line 84 of file CatalogEntryHandler.inc.php.

Referenced by fetch(), and fetchFormatInfo().

CatalogEntryHandler.getSelectedFormatId (  ) 

Get the selected format id.

Returns:
int

Definition at line 108 of file CatalogEntryHandler.inc.php.

Referenced by fetch().

CatalogEntryHandler.getStageId (  ) 

Get the stage id

Returns:
int

Definition at line 92 of file CatalogEntryHandler.inc.php.

Referenced by fetch().

CatalogEntryHandler.getTabPosition (  ) 

Get the current tab position

Returns:
int

Definition at line 100 of file CatalogEntryHandler.inc.php.

Referenced by fetch().

CatalogEntryHandler.initialize ( &$  request,
args = null 
)
See also:
PKPHandler.initialize()

Definition at line 49 of file CatalogEntryHandler.inc.php.


Member Data Documentation

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.


The documentation for this class was generated from the following file: