Public Member Functions

AuthorSignoffFilesGridCellProvider Class Reference

Cell provider for the response column of a file/signoff grid. More...

Inheritance diagram for AuthorSignoffFilesGridCellProvider:
GridCellProvider

List of all members.

Public Member Functions

 AuthorSignoffFilesGridCellProvider (&$monograph, $stageId)
 getCellActions (&$request, &$row, &$column, $position=GRID_ACTION_POSITION_DEFAULT)
getMonograph ()
getSignoff (&$row)
 getStageId ()
getSubmissionFile (&$row)

Detailed Description

Cell provider for the response column of a file/signoff grid.

Definition at line 17 of file AuthorSignoffFilesGridCellProvider.inc.php.


Member Function Documentation

AuthorSignoffFilesGridCellProvider.AuthorSignoffFilesGridCellProvider ( &$  monograph,
stageId 
)

Constructor

Definition at line 27 of file AuthorSignoffFilesGridCellProvider.inc.php.

AuthorSignoffFilesGridCellProvider.getCellActions ( &$  request,
&$  row,
&$  column,
position = GRID_ACTION_POSITION_DEFAULT 
)

Get cell actions associated with this row/column combination Adds a link to the file if there is an uploaded file present

Parameters:
$row GridRow
$column GridColumn
Returns:
array an array of LinkAction instances

Definition at line 78 of file AuthorSignoffFilesGridCellProvider.inc.php.

References getMonograph(), getSignoff(), and getStageId().

& AuthorSignoffFilesGridCellProvider.getMonograph (  ) 

Get the monograph this provider refers to.

Returns:
Monograph

Definition at line 37 of file AuthorSignoffFilesGridCellProvider.inc.php.

Referenced by getCellActions().

& AuthorSignoffFilesGridCellProvider.getSignoff ( &$  row  ) 

Get the signoff for the row.

Parameters:
$row GridRow
Returns:
Signoff

Definition at line 54 of file AuthorSignoffFilesGridCellProvider.inc.php.

Referenced by getCellActions().

AuthorSignoffFilesGridCellProvider.getStageId (  ) 

Get the Stage id.

Returns:
int

Definition at line 45 of file AuthorSignoffFilesGridCellProvider.inc.php.

Referenced by getCellActions().

& AuthorSignoffFilesGridCellProvider.getSubmissionFile ( &$  row  ) 

Get the file for the row.

Parameters:
$row GridRow
Returns:
MonographFile

Definition at line 65 of file AuthorSignoffFilesGridCellProvider.inc.php.


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