Open Monograph Press
3.3.0
|
Public Member Functions | |
addJavaScripts ($contextId, $request, $templateMgr) | |
assignPubId ($contextId, $form, $pubObject, $save=false) | |
clearPubId ($contextId, $pubIdPlugInClassName, $pubObject) | |
execute ($contextId, $form, $pubObject) | |
init ($contextId, $form, $pubObject) | |
readAssignInputData ($form) | |
readInputData ($contextId, $form) | |
setLinkActions ($contextId, $form, $pubObject) | |
validate ($contextId, $form, $pubObject) | |
Helper class for public identifiers plugins.
Definition at line 17 of file PKPPubIdPluginHelper.inc.php.
PKPPubIdPluginHelper::addJavaScripts | ( | $contextId, | |
$request, | |||
$templateMgr | |||
) |
Add pub id plugins JavaScripts.
$contextId | integer |
$request | PKPRequest |
$templateMgr | PKPTemplateManager |
Definition at line 68 of file PKPPubIdPluginHelper.inc.php.
References PluginRegistry\loadCategory().
PKPPubIdPluginHelper::assignPubId | ( | $contextId, | |
$form, | |||
$pubObject, | |||
$save = false |
|||
) |
Assign public identifier.
$contextId | integer |
$form | object |
$pubObject | object |
$save | boolean Whether the pub id shall be saved here Submission, Representation, SubmissionFile + OJS Issue |
Definition at line 167 of file PKPPubIdPluginHelper.inc.php.
References PluginRegistry\loadCategory().
PKPPubIdPluginHelper::clearPubId | ( | $contextId, | |
$pubIdPlugInClassName, | |||
$pubObject | |||
) |
Clear a pubId from a pubObject.
$contextId | integer |
$pubIdPlugInClassName | string |
$pubObject | object Submission, Representation, SubmissionFile + OJS Issue |
Definition at line 190 of file PKPPubIdPluginHelper.inc.php.
References PluginRegistry\loadCategory().
PKPPubIdPluginHelper::execute | ( | $contextId, | |
$form, | |||
$pubObject | |||
) |
Set the additional data from public identifier plugins.
$contextId | integer |
$form | object PKPPublicIdentifiersForm |
$pubObject | object Submission, Representation, SubmissionFile + OJS Issue |
Definition at line 137 of file PKPPubIdPluginHelper.inc.php.
References PluginRegistry\loadCategory().
PKPPubIdPluginHelper::init | ( | $contextId, | |
$form, | |||
$pubObject | |||
) |
Init the additional form fields from public identifier plugins.
$contextId | integer |
$form | object PKPPublicIdentifiersForm|CatalogEntryFormatMetadataForm |
$pubObject | object Submission, Representation, SubmissionFile + OJS Issue |
Definition at line 84 of file PKPPubIdPluginHelper.inc.php.
References PluginRegistry\loadCategory().
PKPPubIdPluginHelper::readAssignInputData | ( | $form | ) |
Read the the public identifiers' assign form field data.
$form | object Form containing the assign check box PKPAssignPublicIdentifiersForm OJS IssueEntryPublicationMetadataForm |
Definition at line 119 of file PKPPubIdPluginHelper.inc.php.
References PKPApplication\get(), and PluginRegistry\loadCategory().
PKPPubIdPluginHelper::readInputData | ( | $contextId, | |
$form | |||
) |
Read the additional input data from public identifier plugins.
$contextId | integer |
$form | object PKPPublicIdentifiersForm |
Definition at line 103 of file PKPPubIdPluginHelper.inc.php.
References PluginRegistry\loadCategory().
PKPPubIdPluginHelper::setLinkActions | ( | $contextId, | |
$form, | |||
$pubObject | |||
) |
Set form link actions.
$contextId | integer |
$form | object PKPPublicIdentifiersForm |
$pubObject | object Submission, Representation, SubmissionFile + OJS Issue |
Definition at line 49 of file PKPPubIdPluginHelper.inc.php.
References PluginRegistry\loadCategory().
PKPPubIdPluginHelper::validate | ( | $contextId, | |
$form, | |||
$pubObject | |||
) |
Validate the additional form fields from public identifier plugins.
$contextId | integer |
$form | object PKPPublicIdentifiersForm |
$pubObject | object Submission, Representation, SubmissionFile + OJS Issue |
Definition at line 26 of file PKPPubIdPluginHelper.inc.php.
References PluginRegistry\loadCategory().