
Public Member Functions | |
| getAccessStatus () | |
| getArticleId () | |
| getBestArticleId ($journal=null) | |
| getDatePublished () | |
| getDOI () | |
| & | getGalleys () |
| getIssueId () | |
| & | getLocalizedGalleys () |
| getPubId () | |
| getPublicArticleId () | |
| getSectionId () | |
| getSeq () | |
| & | getSuppFiles () |
| getViews () | |
| PublishedArticle () | |
| setAccessStatus ($accessStatus) | |
| setArticleId ($articleId) | |
| setDatePublished ($datePublished) | |
| setGalleys (&$galleys) | |
| setIssueId ($issueId) | |
| setPubId ($pubId) | |
| setPublicArticleId ($publicArticleId) | |
| setSectionId ($sectionId) | |
| setSeq ($seq) | |
| setSuppFiles ($suppFiles) | |
| setViews ($views) | |
Definition at line 21 of file PublishedArticle.inc.php.
| PublishedArticle.getAccessStatus | ( | ) |
get access status
Definition at line 149 of file PublishedArticle.inc.php.
References DataObject.getData().
| PublishedArticle.getArticleId | ( | ) |
Get ID of associated article.
Reimplemented from Article.
Definition at line 50 of file PublishedArticle.inc.php.
References DataObject.getData().
Referenced by getBestArticleId(), and getDOI().
| PublishedArticle.getBestArticleId | ( | $ | journal = null |
) |
Return the "best" article ID -- If a public article ID is set, use it; otherwise use the internal article Id. (Checks the journal settings to ensure that the public ID feature is enabled.)
| $journal | Object the journal this article is in |
Definition at line 245 of file PublishedArticle.inc.php.
References getArticleId(), DAORegistry.getDAO(), Article.getJournalId(), and getPublicArticleId().
| PublishedArticle.getDatePublished | ( | ) |
Get date published.
Definition at line 99 of file PublishedArticle.inc.php.
References DataObject.getData().
| PublishedArticle.getDOI | ( | ) |
Get a DOI for this article.
Definition at line 262 of file PublishedArticle.inc.php.
References getArticleId(), DAORegistry.getDAO(), Request.getJournal(), and Article.getJournalId().
| & PublishedArticle.getGalleys | ( | ) |
Get the galleys for an article.
Definition at line 165 of file PublishedArticle.inc.php.
References DataObject.getData().
| PublishedArticle.getIssueId | ( | ) |
Get ID of the issue this article is in.
Definition at line 66 of file PublishedArticle.inc.php.
References DataObject.getData().
| & PublishedArticle.getLocalizedGalleys | ( | ) |
Get the localized galleys for an article.
Definition at line 174 of file PublishedArticle.inc.php.
References HookRegistry.call(), DataObject.getData(), Locale.getLocale(), and Locale.getPrimaryLocale().
| PublishedArticle.getPubId | ( | ) |
Get ID of published article.
Definition at line 34 of file PublishedArticle.inc.php.
References DataObject.getData().
| PublishedArticle.getPublicArticleId | ( | ) |
Get public article id
Definition at line 223 of file PublishedArticle.inc.php.
References DataObject.getData().
Referenced by getBestArticleId().
| PublishedArticle.getSectionId | ( | ) |
Get section ID of the issue this article is in.
Reimplemented from Article.
Definition at line 82 of file PublishedArticle.inc.php.
References DataObject.getData().
| PublishedArticle.getSeq | ( | ) |
Get sequence of article in table of contents.
Definition at line 117 of file PublishedArticle.inc.php.
References DataObject.getData().
| & PublishedArticle.getSuppFiles | ( | ) |
Get supplementary files for this article.
Definition at line 206 of file PublishedArticle.inc.php.
References DataObject.getData().
| PublishedArticle.getViews | ( | ) |
Get views of the published article.
Definition at line 133 of file PublishedArticle.inc.php.
References DataObject.getData().
| PublishedArticle.PublishedArticle | ( | ) |
Constructor.
Definition at line 26 of file PublishedArticle.inc.php.
| PublishedArticle.setAccessStatus | ( | $ | accessStatus | ) |
set access status
| $accessStatus | int |
Definition at line 157 of file PublishedArticle.inc.php.
References DataObject.setData().
| PublishedArticle.setArticleId | ( | $ | articleId | ) |
Set ID of associated article.
| $articleId | int |
Reimplemented from Article.
Definition at line 58 of file PublishedArticle.inc.php.
References DataObject.setData().
| PublishedArticle.setDatePublished | ( | $ | datePublished | ) |
Set date published.
| $datePublished | date |
Definition at line 109 of file PublishedArticle.inc.php.
| PublishedArticle.setGalleys | ( | &$ | galleys | ) |
Set the galleys for an article.
| $galleys | array ArticleGalley |
Definition at line 198 of file PublishedArticle.inc.php.
References DataObject.setData().
| PublishedArticle.setIssueId | ( | $ | issueId | ) |
Set ID of the issue this article is in.
| $issueId | int |
Definition at line 74 of file PublishedArticle.inc.php.
References DataObject.setData().
| PublishedArticle.setPubId | ( | $ | pubId | ) |
Set ID of published article.
| $pubId | int |
Definition at line 42 of file PublishedArticle.inc.php.
References DataObject.setData().
| PublishedArticle.setPublicArticleId | ( | $ | publicArticleId | ) |
Set public article id
| $publicArticleId | string |
Definition at line 234 of file PublishedArticle.inc.php.
References DataObject.setData().
| PublishedArticle.setSectionId | ( | $ | sectionId | ) |
Set section ID of the issue this article is in.
| $sectionId | int |
Reimplemented from Article.
Definition at line 90 of file PublishedArticle.inc.php.
References DataObject.setData().
| PublishedArticle.setSeq | ( | $ | seq | ) |
Set sequence of article in table of contents.
| $sequence | float |
Definition at line 125 of file PublishedArticle.inc.php.
References DataObject.setData().
| PublishedArticle.setSuppFiles | ( | $ | suppFiles | ) |
Set supplementary file for this article.
| $suppFiles | array SuppFiles |
Definition at line 215 of file PublishedArticle.inc.php.
References DataObject.setData().
| PublishedArticle.setViews | ( | $ | views | ) |
Set views of the published article.
| $views | int |
Definition at line 141 of file PublishedArticle.inc.php.
References DataObject.setData().
1.5.6