|
Open Journal Systems
3.3.0
|
Additional Inherited Members | |
Data Fields inherited from DataObject | |
| $_data = array() | |
| $_extractionAdaptersLoaded = false | |
| $_hasLoadableAdapters = false | |
| $_injectionAdaptersLoaded = false | |
| $_metadataExtractionAdapters = array() | |
| $_metadataInjectionAdapters = array() | |
A submission's representation (Publication Format, Galley, ...)
Definition at line 18 of file Representation.inc.php.
| Representation::__construct | ( | ) |
Constructor.
Reimplemented from DataObject.
Definition at line 22 of file Representation.inc.php.
References DataObject\setHasLoadableAdapters().
| Representation::getContextId | ( | ) |
Get the context id from the submission assigned to this representation.
Definition at line 131 of file Representation.inc.php.
References PKPServices\get(), DAORegistry\getDAO(), and DataObject\getData().
| Representation::getDAO | ( | ) |
Get DAO class name for this object.
Reimplemented from DataObject.
Definition at line 141 of file Representation.inc.php.
References Application\getRepresentationDAO().
| Representation::getIsApproved | ( | ) |
Determines if a representation is approved or not.
Definition at line 75 of file Representation.inc.php.
References DataObject\getData().
| Representation::getLocalizedName | ( | ) |
Get "localized" format name (if applicable).
Reimplemented in ArticleGalley.
Definition at line 49 of file Representation.inc.php.
References DataObject\getLocalizedData().
| Representation::getName | ( | $locale | ) |
Get the format name (if applicable).
| $locale | string |
Reimplemented in ArticleGalley.
Definition at line 58 of file Representation.inc.php.
References DataObject\getData().
| Representation::getRemoteURL | ( | ) |
Get the remote URL at which this representation is retrievable.
Definition at line 114 of file Representation.inc.php.
References DataObject\getData().
| Representation::getRepresentationFiles | ( | $fileStage = null | ) |
Definition at line 145 of file Representation.inc.php.
References PKPServices\get(), DAORegistry\getDAO(), DataObject\getData(), and DataObject\getId().
| Representation::getSequence | ( | ) |
Get sequence of format in format listings for the submission.
Definition at line 33 of file Representation.inc.php.
References DataObject\getData().
| Representation::getStoredPubId | ( | $pubIdType | ) |
Get stored public ID of the submission.
| $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). |
Definition at line 94 of file Representation.inc.php.
References DataObject\getData().
| Representation::setIsApproved | ( | $isApproved | ) |
Sets whether a representation is approved or not.
| boolean | $isApproved |
Definition at line 83 of file Representation.inc.php.
References DataObject\setData().
| Representation::setName | ( | $name, | |
$locale = null |
|||
| ) |
Set name.
| $name | string |
| $locale |
Definition at line 67 of file Representation.inc.php.
References DataObject\setData().
| Representation::setRemoteURL | ( | $remoteURL | ) |
Set the remote URL for retrieving this representation.
| $remoteURL | string |
Definition at line 123 of file Representation.inc.php.
References DataObject\setData().
| Representation::setSequence | ( | $seq | ) |
Set sequence of format in format listings for the submission.
| $seq | float |
Definition at line 41 of file Representation.inc.php.
References DataObject\setData().
| Representation::setStoredPubId | ( | $pubIdType, | |
| $pubId | |||
| ) |
Set the stored public ID of the submission.
| $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 |
Definition at line 105 of file Representation.inc.php.
References DataObject\setData().