Handle stageParticipant grid requests. More...
Public Member Functions | |
| _canAdminister () | |
| _getStages () | |
| addParticipant ($args, &$request) | |
| authorize (&$request, $args, $roleAssignments) | |
| deleteParticipant ($args, &$request) | |
| fetchUserList ($args, &$request) | |
| getCategoryData (&$userGroup) | |
| getCategoryRowIdParameterName () | |
| & | getCategoryRowInstance () |
| getIsSubcomponent () | |
| & | getMonograph () |
| getRequestArgs () | |
| & | getRowInstance () |
| getStageId () | |
| initialize (&$request) | |
| loadData ($request, $filter) | |
| saveParticipant ($args, &$request) | |
| StageParticipantGridHandler () | |
Handle stageParticipant grid requests.
Definition at line 23 of file StageParticipantGridHandler.inc.php.
| StageParticipantGridHandler._canAdminister | ( | ) |
Determine whether the current user has admin priveleges for this grid.
Definition at line 79 of file StageParticipantGridHandler.inc.php.
Referenced by getRowInstance(), and initialize().
| StageParticipantGridHandler._getStages | ( | ) |
Return workflow stages.
Definition at line 405 of file StageParticipantGridHandler.inc.php.
Referenced by deleteParticipant(), and saveParticipant().
| StageParticipantGridHandler.addParticipant | ( | $ | args, | |
| &$ | request | |||
| ) |
Add a participant to the stages
| $args | array | |
| $request | PKPRequest |
Definition at line 220 of file StageParticipantGridHandler.inc.php.
References getMonograph(), and getStageId().
| StageParticipantGridHandler.authorize | ( | &$ | request, | |
| $ | args, | |||
| $ | roleAssignments | |||
| ) |
Definition at line 67 of file StageParticipantGridHandler.inc.php.
| StageParticipantGridHandler.deleteParticipant | ( | $ | args, | |
| &$ | request | |||
| ) |
Delete the participant from the user groups
| $args | ||
| $request |
Definition at line 293 of file StageParticipantGridHandler.inc.php.
References _getStages(), getMonograph(), getStageId(), and MonographLog.logEvent().
| StageParticipantGridHandler.fetchUserList | ( | $ | args, | |
| &$ | request | |||
| ) |
Get the list of users for the specified user group
| $args | array | |
| $request | Request |
Definition at line 356 of file StageParticipantGridHandler.inc.php.
| StageParticipantGridHandler.getCategoryData | ( | &$ | userGroup | ) |
Definition at line 140 of file StageParticipantGridHandler.inc.php.
References getMonograph(), and getStageId().
| StageParticipantGridHandler.getCategoryRowIdParameterName | ( | ) |
Definition at line 183 of file StageParticipantGridHandler.inc.php.
| & StageParticipantGridHandler.getCategoryRowInstance | ( | ) |
Definition at line 174 of file StageParticipantGridHandler.inc.php.
References getMonograph(), and getStageId().
| StageParticipantGridHandler.getIsSubcomponent | ( | ) |
Definition at line 158 of file StageParticipantGridHandler.inc.php.
| & StageParticipantGridHandler.getMonograph | ( | ) |
Get the authorized monograph.
Definition at line 49 of file StageParticipantGridHandler.inc.php.
Referenced by addParticipant(), deleteParticipant(), getCategoryData(), getCategoryRowInstance(), getRequestArgs(), getRowInstance(), and saveParticipant().
| StageParticipantGridHandler.getRequestArgs | ( | ) |
Definition at line 190 of file StageParticipantGridHandler.inc.php.
References getMonograph(), and getStageId().
| & StageParticipantGridHandler.getRowInstance | ( | ) |
Definition at line 165 of file StageParticipantGridHandler.inc.php.
References _canAdminister(), getMonograph(), and getStageId().
| StageParticipantGridHandler.getStageId | ( | ) |
Get the authorized workflow stage.
Definition at line 57 of file StageParticipantGridHandler.inc.php.
Referenced by addParticipant(), deleteParticipant(), getCategoryData(), getCategoryRowInstance(), getRequestArgs(), getRowInstance(), loadData(), and saveParticipant().
| StageParticipantGridHandler.initialize | ( | &$ | request | ) |
Definition at line 91 of file StageParticipantGridHandler.inc.php.
References _canAdminister().
| StageParticipantGridHandler.loadData | ( | $ | request, | |
| $ | filter | |||
| ) |
Definition at line 202 of file StageParticipantGridHandler.inc.php.
References getStageId().
| StageParticipantGridHandler.saveParticipant | ( | $ | args, | |
| &$ | request | |||
| ) |
Update the row for the current userGroup's stage participant list.
| $args | array | |
| $request | PKPRequest |
Definition at line 240 of file StageParticipantGridHandler.inc.php.
References _getStages(), getMonograph(), getStageId(), and MonographLog.logEvent().
| StageParticipantGridHandler.StageParticipantGridHandler | ( | ) |
Constructor
Definition at line 27 of file StageParticipantGridHandler.inc.php.
1.7.1