Public Member Functions

SignoffInformationCenterHandler Class Reference

Handle requests to view the information center for a file. More...

Inheritance diagram for SignoffInformationCenterHandler:
Handler

List of all members.

Public Member Functions

 authorize ($request, $args, $roleAssignments)
 fetchNotesForm ($args, &$request)
 getUserSignoffs ($args, &$request)
 initialize (&$request, $args=null)
 listNotes ($args, &$request)
 saveNote ($args, &$request)
 setupTemplate ()
 SignoffInformationCenterHandler ()
 uploadFile ($args, &$request)
 viewNotes ($args, &$request)
 viewSignoffHistory ($args, &$request)

Detailed Description

Handle requests to view the information center for a file.

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


Member Function Documentation

SignoffInformationCenterHandler.authorize ( request,
args,
roleAssignments 
)
See also:
PKPHandler.authorize()

Definition at line 60 of file SignoffInformationCenterHandler.inc.php.

SignoffInformationCenterHandler.fetchNotesForm ( args,
&$  request 
)

Fetch the signoff notes form.

Parameters:
$args array
$request PKPRequest
Returns:
string Serialized JSON object

Definition at line 174 of file SignoffInformationCenterHandler.inc.php.

References setupTemplate().

SignoffInformationCenterHandler.getUserSignoffs ( args,
&$  request 
)

Get the available signoffs associated with the user in request.

Parameters:
$args 
$request PKPRequest
Returns:
string Serialized JSON object

Definition at line 141 of file SignoffInformationCenterHandler.inc.php.

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

Definition at line 48 of file SignoffInformationCenterHandler.inc.php.

SignoffInformationCenterHandler.listNotes ( args,
&$  request 
)

List signoff notes.

Parameters:
$args array
$request PKPRequest
Returns:
string Serialized JSON object

Definition at line 219 of file SignoffInformationCenterHandler.inc.php.

References setupTemplate().

SignoffInformationCenterHandler.saveNote ( args,
&$  request 
)

Save a signoff note.

Parameters:
$args array
$request PKPRequest

Definition at line 192 of file SignoffInformationCenterHandler.inc.php.

References setupTemplate().

SignoffInformationCenterHandler.setupTemplate (  ) 
See also:
PKPHandler.setupTemplate()

Definition at line 90 of file SignoffInformationCenterHandler.inc.php.

Referenced by fetchNotesForm(), listNotes(), saveNote(), viewNotes(), and viewSignoffHistory().

SignoffInformationCenterHandler.SignoffInformationCenterHandler (  ) 

Constructor

Definition at line 31 of file SignoffInformationCenterHandler.inc.php.

SignoffInformationCenterHandler.uploadFile ( args,
&$  request 
)

Upload a file and render the modified upload wizard.

Parameters:
$args array
$request Request
Returns:
string a serialized JSON object

Definition at line 263 of file SignoffInformationCenterHandler.inc.php.

SignoffInformationCenterHandler.viewNotes ( args,
&$  request 
)

Fetch the signoff notes modal content.

Parameters:
$args array
$request PKPRequest
Returns:
string Serialized JSON object

Definition at line 119 of file SignoffInformationCenterHandler.inc.php.

References setupTemplate().

SignoffInformationCenterHandler.viewSignoffHistory ( args,
&$  request 
)

Display a modal containing history for the signoff.

Parameters:
$args array
$request PKPRequest
Returns:
string Serialized JSON object

Definition at line 101 of file SignoffInformationCenterHandler.inc.php.

References setupTemplate().


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