Open Monograph Press
3.3.0
|
Public Member Functions | |
getActionLabels ($request, $stageId, $decisions) | |
getEditorTakenActionInReviewRound ($context, $reviewRound, $decisions=array()) | |
getRecommendationOptions ($stageId) | |
getStageDecisions ($request, $stageId, $makeDecision=true) | |
getStageNotifications () | |
Protected Member Functions | |
_externalReviewStageDecisions ($request, $makeDecision=true) | |
_internalReviewStageDecisions ($makeDecision=true) | |
_submissionStageDecisions ($stageId, $makeDecision=true) | |
![]() | |
_editorialStageDecisions ($makeDecision=true) | |
Wrapper class for create and assign editor decisions actions to template manager.
Definition at line 38 of file EditorDecisionActionsManager.inc.php.
|
protected |
Define and return editor decisions for the review stage. If the user cannot make decisions i.e. if it is a recommendOnly user, there will be no decisions options in the review stage.
$request | PKPRequest |
$makeDecision | boolean If the user can make decisions |
Definition at line 186 of file EditorDecisionActionsManager.inc.php.
References _internalReviewStageDecisions().
Referenced by getActionLabels().
|
protected |
Define and return editor decisions for the review stage. If the user cannot make decisions i.e. if it is a recommendOnly user, there will be no decisions options in the review stage.
$makeDecision | boolean If the user can make decisions |
Definition at line 139 of file EditorDecisionActionsManager.inc.php.
Referenced by _externalReviewStageDecisions(), getActionLabels(), getEditorTakenActionInReviewRound(), 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 |
Reimplemented from PKPEditorDecisionActionsManager.
Definition at line 122 of file EditorDecisionActionsManager.inc.php.
Referenced by getActionLabels().
EditorDecisionActionsManager::getActionLabels | ( | $request, | |
$stageId, | |||
$decisions | |||
) |
Get decision actions labels.
$request | PKPRequest |
$stageId | int |
$decisions | array |
Definition at line 47 of file EditorDecisionActionsManager.inc.php.
References PKPEditorDecisionActionsManager\_editorialStageDecisions(), _externalReviewStageDecisions(), _internalReviewStageDecisions(), and _submissionStageDecisions().
EditorDecisionActionsManager::getEditorTakenActionInReviewRound | ( | $context, | |
$reviewRound, | |||
$decisions = array() |
|||
) |
Check for editor decisions in the review round.
$context | Context |
$reviewRound | ReviewRound |
$decisions | array |
Definition at line 73 of file EditorDecisionActionsManager.inc.php.
References _internalReviewStageDecisions(), and DAORegistry\getDAO().
EditorDecisionActionsManager::getRecommendationOptions | ( | $stageId | ) |
Get an associative array matching editor recommendation codes with locale strings. (Includes default '' => "Choose One" string.)
$stageId | integer |
Reimplemented from PKPEditorDecisionActionsManager.
Definition at line 108 of file EditorDecisionActionsManager.inc.php.
EditorDecisionActionsManager::getStageDecisions | ( | $request, | |
$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 |
Reimplemented from PKPEditorDecisionActionsManager.
Definition at line 94 of file EditorDecisionActionsManager.inc.php.
References _internalReviewStageDecisions().
EditorDecisionActionsManager::getStageNotifications | ( | ) |
Get the stage-level notification type constants.
Reimplemented from PKPEditorDecisionActionsManager.
Definition at line 196 of file EditorDecisionActionsManager.inc.php.