|
Open Journal Systems
3.3.0
|
Public Member Functions | |
| getRecommendationOptions ($stageId) | |
| getStageDecisions ($context, $stageId, $makeDecision=true) | |
| getStageNotifications () | |
Protected Member Functions | |
| _editorialStageDecisions ($makeDecision=true) | |
| _submissionStageDecisions ($stageId, $makeDecision=true) | |
Wrapper class for create and assign editor decisions actions to template manager.
Definition at line 23 of file PKPEditorDecisionActionsManager.inc.php.
|
protected |
Define and return editor decisions for the editorial stage. Currently it does not matter if the user cannot make decisions i.e. if it is a recommendOnly user for this stage.
| $makeDecision | boolean If the user cannot make decisions |
Definition at line 115 of file PKPEditorDecisionActionsManager.inc.php.
Referenced by EditorDecisionActionsManager\getActionLabels(), and getStageDecisions().
|
protected |
Define and return editor decisions for the submission stage. If the user cannot make decisions i.e. if it is a recommendOnly user, the user can only send the submission to the review stage, and neither acept nor decline the submission.
| $stageId | int WORKFLOW_STAGE_ID_... |
| $makeDecision | boolean If the user can make decisions |
Definition at line 76 of file PKPEditorDecisionActionsManager.inc.php.
Referenced by EditorDecisionActionsManager\getActionLabels(), and getStageDecisions().
| PKPEditorDecisionActionsManager::getRecommendationOptions | ( | $stageId | ) |
Get an associative array matching editor recommendation codes with locale strings. (Includes default '' => "Choose One" string.)
| $stageId | integer |
Definition at line 57 of file PKPEditorDecisionActionsManager.inc.php.
| PKPEditorDecisionActionsManager::getStageDecisions | ( | $context, | |
| $stageId, | |||
$makeDecision = true |
|||
| ) |
Get the available decisions by stage ID and user making decision permissions, if the user can make decisions or if it is recommendOnly user.
| $context | Context |
| $stageId | int WORKFLOW_STAGE_ID_... |
| $makeDecision | boolean If the user can make decisions |
Definition at line 31 of file PKPEditorDecisionActionsManager.inc.php.
References _editorialStageDecisions(), _submissionStageDecisions(), and HookRegistry\call().
| PKPEditorDecisionActionsManager::getStageNotifications | ( | ) |
Get the stage-level notification type constants.
Definition at line 130 of file PKPEditorDecisionActionsManager.inc.php.