Class for a Monograph. More...
Public Member Functions | |
| getAssocType () | |
| getCommentsToEditor () | |
| getCopyrightNotice ($locale) | |
| getDatePublished () | |
| getHideAuthor () | |
| getLocalizedFullTitle () | |
| getLocalizedSubtitle () | |
| getLocalizedSupportingAgencies () | |
| getPressId () | |
| getSeriesAbbrev () | |
| getSeriesId () | |
| getSeriesPosition () | |
| getSeriesTitle () | |
| getStageId () | |
| getSubtitle ($locale) | |
| getSupportingAgencies ($locale) | |
| getWorkType () | |
| isMetadataApproved () | |
| Monograph () | |
| setCommentsToEditor ($commentsToEditor) | |
| setCopyrightNotice ($copyrightNotice, $locale) | |
| setDatePublished ($datePublished) | |
| setHideAuthor ($hideAuthor) | |
| setPressId ($pressId) | |
| setSeriesAbbrev ($abbrev) | |
| setSeriesId ($id) | |
| setSeriesPosition ($seriesPosition) | |
| setSeriesTitle ($title) | |
| setStageId ($stageId) | |
| setSubtitle ($subtitle, $locale) | |
| setSupportingAgencies ($title, $locale) | |
| setWorkType ($workType) | |
Class for a Monograph.
Definition at line 38 of file Monograph.inc.php.
| Monograph.getAssocType | ( | ) |
Definition at line 54 of file Monograph.inc.php.
| Monograph.getCommentsToEditor | ( | ) |
| Monograph.getCopyrightNotice | ( | $ | locale | ) |
Get the copyright notice for a given locale
| string | $locale |
Definition at line 159 of file Monograph.inc.php.
| Monograph.getDatePublished | ( | ) |
Get date published.
Definition at line 300 of file Monograph.inc.php.
Referenced by isMetadataApproved().
| Monograph.getHideAuthor | ( | ) |
Return boolean indicating if author should be hidden in contributor statement.
Definition at line 176 of file Monograph.inc.php.
| Monograph.getLocalizedFullTitle | ( | ) |
Get the monograph full title (with prefix, title and subtitle).
Definition at line 229 of file Monograph.inc.php.
References getLocalizedSubtitle().
| Monograph.getLocalizedSubtitle | ( | ) |
Get the localized version of the subtitle
Definition at line 248 of file Monograph.inc.php.
Referenced by getLocalizedFullTitle().
| Monograph.getLocalizedSupportingAgencies | ( | ) |
Get localized supporting agencies array.
Definition at line 274 of file Monograph.inc.php.
| Monograph.getPressId | ( | ) |
get press id
Definition at line 62 of file Monograph.inc.php.
Referenced by PublishedMonograph.getCategories().
| Monograph.getSeriesAbbrev | ( | ) |
Get the series's abbreviated identifier.
Definition at line 110 of file Monograph.inc.php.
| Monograph.getSeriesId | ( | ) |
| Monograph.getSeriesPosition | ( | ) |
Get the position of this monograph within a series.
Definition at line 126 of file Monograph.inc.php.
| Monograph.getSeriesTitle | ( | ) |
| Monograph.getStageId | ( | ) |
Get the monograph's current publication stage ID
Reimplemented in ReviewerSubmission.
Definition at line 192 of file Monograph.inc.php.
Referenced by SeriesEditorSubmission.getSubmissionStatus().
| Monograph.getSubtitle | ( | $ | locale | ) |
Get the subtitle for a given locale
| string | $locale |
Definition at line 257 of file Monograph.inc.php.
| Monograph.getSupportingAgencies | ( | $ | locale | ) |
Get supporting agencies.
| $locale |
Definition at line 283 of file Monograph.inc.php.
| Monograph.getWorkType | ( | ) |
Get the work type (constant in WORK_TYPE_...)
Definition at line 212 of file Monograph.inc.php.
| Monograph.isMetadataApproved | ( | ) |
Get whether or not this monograph has metadata approved to be available in catalog.
Definition at line 318 of file Monograph.inc.php.
References getDatePublished().
Referenced by PublishedMonograph.isAvailable().
| Monograph.Monograph | ( | ) |
get monograph id
Definition at line 44 of file Monograph.inc.php.
Referenced by PublishedMonograph.PublishedMonograph(), ReviewerSubmission.ReviewerSubmission(), and SeriesEditorSubmission.SeriesEditorSubmission().
| Monograph.setCommentsToEditor | ( | $ | commentsToEditor | ) |
Set comments to editor.
| $commentsToEditor | string |
Definition at line 150 of file Monograph.inc.php.
| Monograph.setCopyrightNotice | ( | $ | copyrightNotice, | |
| $ | locale | |||
| ) |
Set the copyright notice for a locale
| string | $copyrightNotice | |
| string | $locale |
Definition at line 168 of file Monograph.inc.php.
| Monograph.setDatePublished | ( | $ | datePublished | ) |
Set date published.
| $datePublished | date |
Definition at line 309 of file Monograph.inc.php.
| Monograph.setHideAuthor | ( | $ | hideAuthor | ) |
Set if author should be hidden in the contributor statement.
| $hideAuthor | boolean |
Definition at line 184 of file Monograph.inc.php.
| Monograph.setPressId | ( | $ | pressId | ) |
| Monograph.setSeriesAbbrev | ( | $ | abbrev | ) |
Set the series's abbreviated identifier.
| $abbrev | string |
Definition at line 118 of file Monograph.inc.php.
| Monograph.setSeriesId | ( | $ | id | ) |
| Monograph.setSeriesPosition | ( | $ | seriesPosition | ) |
Set the series position for this monograph.
| $seriesPosition | string |
Definition at line 134 of file Monograph.inc.php.
| Monograph.setSeriesTitle | ( | $ | title | ) |
| Monograph.setStageId | ( | $ | stageId | ) |
Set the monograph's current publication stage ID
| $stageId | int |
Reimplemented in ReviewerSubmission.
Definition at line 200 of file Monograph.inc.php.
| Monograph.setSubtitle | ( | $ | subtitle, | |
| $ | locale | |||
| ) |
Set the subtitle for a locale
| string | $subtitle | |
| string | $locale |
Definition at line 266 of file Monograph.inc.php.
| Monograph.setSupportingAgencies | ( | $ | title, | |
| $ | locale | |||
| ) |
Set supporting agencies.
| $supportingAgencies | array | |
| $locale |
Definition at line 292 of file Monograph.inc.php.
| Monograph.setWorkType | ( | $ | workType | ) |
Set the work type (constant in WORK_TYPE_...)
| $workType | int |
Definition at line 220 of file Monograph.inc.php.
1.7.1