Property | Type | Description | |
---|---|---|---|
$_contextId | The context id | ||
$_formParams | Parameters to configure the form template. | ||
$_pubObject | The pub object the identifiers are edited of Submission, Representation, SubmissionFile + OJS Issue | ||
$_stageId | The current stage id, WORKFLOW_STAGE_ID_ |
Method | Description | |
---|---|---|
__construct ( $pubObject, $stageId = null, $formParams = null ) | Constructor. | |
clearPubId ( $pubIdPlugInClassName ) | Clear pub id. | |
execute ( $request ) | Store objects with pub ids. | |
fetch ( $request ) | ||
getAssocType ( $pubObject ) : integer | Get assoc type of the given object. | |
getContextId ( ) : integer | Get the context id | |
getFormParams ( ) : array | Get the extra form parameters. | |
getPubObject ( ) : object | Get the pub object | |
getStageId ( ) : integer | Get the stage id | |
initData ( ) | ||
readInputData ( ) | ||
validate ( ) |
public __construct ( $pubObject, $stageId = null, $formParams = null ) | ||
$pubObject | object | |
$stageId | integer | |
$formParams | array |
public clearPubId ( $pubIdPlugInClassName ) | ||
$pubIdPlugInClassName | string |
public getAssocType ( $pubObject ) : integer | ||
$pubObject | ||
return | integer | ASSOC_TYPE_ |
public getFormParams ( ) : array | ||
return | array |
public getStageId ( ) : integer | ||
return | integer | WORKFLOW_STAGE_ID_ |
public $_pubObject |