Open Journal Systems
3.3.0
|
Public Member Functions | |
__construct ($submission, $stageId, $queriesAccessHelper) | |
getRequestArgs () | |
getStageId () | |
getSubmission () | |
initialize ($request, $template=null) | |
![]() | |
__construct () | |
addAction ($action, $position=GRID_ACTION_POSITION_DEFAULT) | |
getActions ($position=GRID_ACTION_POSITION_DEFAULT) | |
& | getData () |
getGridId () | |
getIsModified () | |
getTemplate () | |
hasActions () | |
setData (&$data) | |
setGridId ($gridId) | |
setIsModified ($isModified) | |
setRequestArgs ($requestArgs) | |
setTemplate ($template) | |
![]() | |
addFlag ($flag, $value=true) | |
getCellProvider () | |
getFlag ($flag) | |
getFlags () | |
getId () | |
hasFlag ($flag) | |
setCellProvider ($cellProvider) | |
setId ($id) | |
Data Fields | |
$_stageId | |
$_submission | |
![]() | |
$_actions = array(GRID_ACTION_POSITION_DEFAULT => array()) | |
$_data | |
$_gridId | |
$_isModified | |
$_requestArgs | |
$_template | |
![]() | |
$_cellProvider | |
$_flags | |
$_id | |
Base class for query grid row definition.
Definition at line 18 of file QueriesGridRow.inc.php.
QueriesGridRow::__construct | ( | $submission, | |
$stageId, | |||
$queriesAccessHelper | |||
) |
Constructor
$submission | Submission |
$stageId | int |
$queriesAccessHelper | QueriesAccessHelper |
Reimplemented from GridBodyElement.
Definition at line 39 of file QueriesGridRow.inc.php.
QueriesGridRow::getRequestArgs | ( | ) |
Get the base arguments that will identify the data in the grid.
Reimplemented from GridRow.
Definition at line 122 of file QueriesGridRow.inc.php.
References getSubmission().
Referenced by initialize().
QueriesGridRow::getStageId | ( | ) |
Get the stageId
Definition at line 114 of file QueriesGridRow.inc.php.
References $_stageId.
QueriesGridRow::getSubmission | ( | ) |
Get the submission for this row (already authorized)
Definition at line 106 of file QueriesGridRow.inc.php.
References $_submission.
Referenced by getRequestArgs(), and initialize().
QueriesGridRow::initialize | ( | $request, | |
$template = null |
|||
) |
Initialize a row instance.
Subclasses can override this method.
$request | PKPRequest |
$template | string |
Reimplemented from GridRow.
Definition at line 53 of file QueriesGridRow.inc.php.
References GridRow\addAction(), GridBodyElement\getId(), getRequestArgs(), and getSubmission().
int QueriesGridRow::$_stageId |
Submission QueriesGridRow::$_submission |