Open Journal Systems
3.3.0
|
Public Member Functions | |
changePubId ($pubObjectId, $pubIdType, $pubId) | |
deleteAllPubIds ($contextId, $pubIdType) | |
deletePubId ($pubObjectId, $pubIdType) | |
pubIdExists ($pubIdType, $pubId, $excludePubObjectId, $contextId) | |
Interface that DAOs would need to implement in order for pub ID support to be added.
Definition at line 16 of file PKPPubIdPluginDAO.inc.php.
PKPPubIdPluginDAO::changePubId | ( | $pubObjectId, | |
$pubIdType, | |||
$pubId | |||
) |
Change the public ID of a submission.
$pubObjectId | int ID of the pub object |
$pubIdType | string One of the NLM pub-id-type values or 'other::something' if not part of the official NLM list (see http://dtd.nlm.nih.gov/publishing/tag-library/n-4zh0.html). |
$pubId | string |
Reimplemented in IssueDAO, SubmissionFileDAO, PKPPublicationDAO, and ArticleGalleyDAO.
PKPPubIdPluginDAO::deleteAllPubIds | ( | $contextId, | |
$pubIdType | |||
) |
Delete the public IDs of all submissions in this context.
$contextId | int |
$pubIdType | string One of the NLM pub-id-type values or 'other::something' if not part of the official NLM list (see http://dtd.nlm.nih.gov/publishing/tag-library/n-4zh0.html). |
Reimplemented in IssueDAO, SubmissionFileDAO, PKPPublicationDAO, and ArticleGalleyDAO.
PKPPubIdPluginDAO::deletePubId | ( | $pubObjectId, | |
$pubIdType | |||
) |
Delete the public ID of a submission.
$pubObjectId | int ID of the pub object |
$pubIdType | string One of the NLM pub-id-type values or 'other::something' if not part of the official NLM list (see http://dtd.nlm.nih.gov/publishing/tag-library/n-4zh0.html). |
Reimplemented in IssueDAO, SubmissionFileDAO, PKPPublicationDAO, and ArticleGalleyDAO.
PKPPubIdPluginDAO::pubIdExists | ( | $pubIdType, | |
$pubId, | |||
$excludePubObjectId, | |||
$contextId | |||
) |
Checks if public identifier exists (other than for the specified submission ID, which is treated as an exception).
$pubIdType | string One of the NLM pub-id-type values or 'other::something' if not part of the official NLM list (see http://dtd.nlm.nih.gov/publishing/tag-library/n-4zh0.html). |
$pubId | string |
$excludePubObjectId | int ID of the pub object to be excluded from the search. |
$contextId | int |
Reimplemented in IssueDAO, SubmissionFileDAO, PKPPublicationDAO, and ArticleGalleyDAO.