|
Open Journal Systems
3.3.0
|
Public Member Functions | |
| _getStatusText ($state, $row) | |
| _getStatusWithRecommendation ($statusKey, $reviewAssignment) | |
| getCellActions ($request, $row, $column, $position=GRID_ACTION_POSITION_DEFAULT) | |
| getCellState ($row, $column) | |
| getTemplateVarsFromRowColumn ($row, $column) | |
Public Member Functions inherited from DataObjectGridCellProvider | |
| getLocale () | |
| setLocale ($locale) | |
Public Member Functions inherited from GridCellProvider | |
| __construct () | |
| render ($request, $row, $column) | |
Additional Inherited Members | |
Data Fields inherited from DataObjectGridCellProvider | |
| $_locale = null | |
Base class for a cell provider that can retrieve labels for reviewer grid rows in author workflow.
Definition at line 21 of file AuthorReviewerGridCellProvider.inc.php.
| AuthorReviewerGridCellProvider::_getStatusText | ( | $state, | |
| $row | |||
| ) |
Provide meaningful locale keys for the various grid status states.
| string | $state | |
| $row | GridRow |
Definition at line 119 of file AuthorReviewerGridCellProvider.inc.php.
References _getStatusWithRecommendation().
Referenced by getTemplateVarsFromRowColumn().
| AuthorReviewerGridCellProvider::_getStatusWithRecommendation | ( | $statusKey, | |
| $reviewAssignment | |||
| ) |
Retrieve a formatted HTML string that displays the state of the review with the review recommendation if one exists. Or return just the state. Only works with some states.
| string | $statusKey | Locale key for status text |
| ReviewAssignment | $reviewAssignment |
Definition at line 152 of file AuthorReviewerGridCellProvider.inc.php.
Referenced by _getStatusText().
| AuthorReviewerGridCellProvider::getCellActions | ( | $request, | |
| $row, | |||
| $column, | |||
$position = GRID_ACTION_POSITION_DEFAULT |
|||
| ) |
Get cell actions associated with this row/column combination
| $row | GridRow |
| $column | GridColumn |
Reimplemented from GridCellProvider.
Definition at line 81 of file AuthorReviewerGridCellProvider.inc.php.
References getCellState(), and DAORegistry\getDAO().
| AuthorReviewerGridCellProvider::getCellState | ( | $row, | |
| $column | |||
| ) |
Gathers the state of a given cell given a $row/$column combination
| $row | GridRow |
| $column | GridColumn |
Definition at line 32 of file AuthorReviewerGridCellProvider.inc.php.
Referenced by getCellActions(), and getTemplateVarsFromRowColumn().
| AuthorReviewerGridCellProvider::getTemplateVarsFromRowColumn | ( | $row, | |
| $column | |||
| ) |
Extracts variables for a given column from a data element so that they may be assigned to template before rendering.
| $row | GridRow |
| $column | GridColumn |
Reimplemented from DataObjectGridCellProvider.
Definition at line 53 of file AuthorReviewerGridCellProvider.inc.php.
References _getStatusText(), and getCellState().