Public Member Functions

SubmissionFilesGridRow Class Reference

Handle submission file grid row requests. More...

Inheritance diagram for SubmissionFilesGridRow:
AuthorSignoffFilesGridRow

List of all members.

Public Member Functions

 canDelete ()
 canViewNotes ()
 getStageId ()
 initialize (&$request, $template= 'controllers/grid/gridRow.tpl')
 SubmissionFilesGridRow ($canDelete, $canViewNotes, $stageId=null)

Detailed Description

Handle submission file grid row requests.

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


Member Function Documentation

SubmissionFilesGridRow.canDelete (  ) 

Can the user delete files from this grid?

Returns:
boolean

Definition at line 50 of file SubmissionFilesGridRow.inc.php.

Referenced by initialize().

SubmissionFilesGridRow.canViewNotes (  ) 

Can the user view file notes on this grid?

Returns:
boolean

Definition at line 58 of file SubmissionFilesGridRow.inc.php.

Referenced by initialize().

SubmissionFilesGridRow.getStageId (  ) 

Get the stage id, if any.

Returns:
int

Definition at line 66 of file SubmissionFilesGridRow.inc.php.

Referenced by initialize(), and AuthorSignoffFilesGridRow.initialize().

SubmissionFilesGridRow.initialize ( &$  request,
template = 'controllers/grid/gridRow.tpl' 
)
See also:
PKPHandler.initialize()

Definition at line 76 of file SubmissionFilesGridRow.inc.php.

References canDelete(), canViewNotes(), and getStageId().

SubmissionFilesGridRow.SubmissionFilesGridRow ( canDelete,
canViewNotes,
stageId = null 
)

Constructor $canDelete boolean $canViewNotes boolean $stageId int (optional)

Definition at line 35 of file SubmissionFilesGridRow.inc.php.

Referenced by AuthorSignoffFilesGridRow.AuthorSignoffFilesGridRow().


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