Open Journal Systems
3.3.0
|
Public Member Functions | |
__construct () | |
assign ($args, $request) | |
authorize ($request, &$args, $roleAssignments) | |
initialize ($request) | |
![]() | |
addPolicy ($authorizationPolicy, $addToTop=false) | |
addRoleAssignment ($roleIds, $operations) | |
getApiToken () | |
& | getAuthorizedContext () |
& | getAuthorizedContextObject ($assocType) |
& | getDispatcher () |
getFirstUserContext ($user, $contexts) | |
getId () | |
getLastAuthorizationMessage () | |
getRoleAssignment ($roleId) | |
getRoleAssignments () | |
getSiteRedirectContext ($request) | |
getTargetContext ($request, &$contextsCount=null) | |
index ($args, $request) | |
markRoleAssignmentsChecked () | |
requireSSL () | |
setApiToken ($apiToken) | |
setDispatcher ($dispatcher) | |
setEnforceRestrictedSite ($enforceRestrictedSite) | |
setId ($id) | |
setupTemplate ($request) | |
validate ($requiredContexts=null, $request=null) | |
Data Fields | |
$publication | |
$submission | |
![]() | |
$_authorizationDecisionManager | |
$_checks = array() | |
$_dispatcher | |
$_enforceRestrictedSite = true | |
$_id | |
$_isBackendPage = false | |
$_roleAssignments = array() | |
$_roleAssignmentsChecked = false | |
Additional Inherited Members | |
![]() | |
static | getPageParamName ($rangeName) |
static | getRangeInfo ($request, $rangeName, $contextData=null) |
static | hashPageContext ($request, $contextData=array()) |
![]() | |
$_apiToken = null | |
A handler to assign a publication to an issue before scheduling for publication.
Definition at line 20 of file AssignToIssueHandler.inc.php.
AssignToIssueHandler::__construct | ( | ) |
Constructor.
Reimplemented from PKPHandler.
Definition at line 37 of file AssignToIssueHandler.inc.php.
References PKPHandler\addRoleAssignment().
AssignToIssueHandler::assign | ( | $args, | |
$request | |||
) |
Display a form to assign an issue to a publication
$args | array |
$request | PKPRequest |
Definition at line 81 of file AssignToIssueHandler.inc.php.
References PKPServices\get(), PKPTemplateManager\getManager(), and AppLocale\requireComponents().
AssignToIssueHandler::authorize | ( | $request, | |
& | $args, | ||
$roleAssignments | |||
) |
Authorize this request.
Routers will call this method automatically thereby enforcing authorization. This method will be called before the validate() method and before passing control on to the handler operation.
NB: This method will be called once for every request only.
$request | Request |
$args | array request arguments |
$roleAssignments | array the operation role assignment, see getRoleAssignment() for more details. |
Reimplemented from PKPHandler.
Definition at line 62 of file AssignToIssueHandler.inc.php.
References PKPHandler\addPolicy().
AssignToIssueHandler::initialize | ( | $request | ) |
Subclasses can override this method to configure the handler.
NB: This method will be called after validation and authorization.
$request | PKPRequest |
Reimplemented from PKPHandler.
Definition at line 52 of file AssignToIssueHandler.inc.php.
References PKPHandler\getAuthorizedContextObject(), and PKPHandler\setupTemplate().
Publication AssignToIssueHandler::$publication |
Definition at line 32 of file AssignToIssueHandler.inc.php.
Submission AssignToIssueHandler::$submission |
Definition at line 26 of file AssignToIssueHandler.inc.php.