Open Journal Systems  3.3.0
PKPSubmission Class Reference
Inheritance diagram for PKPSubmission:
DataObject Submission ReviewerSubmission

Public Member Functions

 __construct ()
 
 _getContextLicenseFieldValue ($locale, $field)
 
 getAbstract ($locale)
 
 getAuthorEmails ()
 
 getAuthors ($onlyIncludeInBrowse=false)
 
 getAuthorString ($preferred=true, $familyOnly=false)
 
 getBestId ()
 
 getCitations ()
 
 getContextId ()
 
 getCopyrightHolder ($locale)
 
 getCopyrightNotice ($locale)
 
 getCopyrightYear ()
 
 getCoverage ($locale)
 
 getCurrentPublication ()
 
 getDAO ()
 
 getDatePublished ()
 
 getDateStatusModified ()
 
 getDateSubmitted ()
 
 getDiscipline ($locale)
 
 getEndingPage ()
 
 getFullTitle ($locale)
 
 getLanguage ()
 
 getLastModified ()
 
 getLatestPublication ()
 
 getLicenseURL ()
 
 getLocale ()
 
 getLocalizedAbstract ()
 
 getLocalizedCopyrightHolder ($preferredLocale=null)
 
 getLocalizedCoverage ()
 
getLocalizedData ($key, $preferredLocale=null)
 
 getLocalizedDiscipline ()
 
 getLocalizedFullTitle ()
 
 getLocalizedPrefix ()
 
 getLocalizedSponsor ()
 
 getLocalizedSubject ()
 
 getLocalizedSubtitle ()
 
 getLocalizedTitle ($preferredLocale=null, $includePrefix=true)
 
 getLocalizedType ()
 
 getPageArray ()
 
 getPages ()
 
 getPrefix ($locale)
 
 getPrimaryAuthor ()
 
 getPublishedPublications ()
 
 getRights ($locale)
 
 getSectionId ()
 
 getShortAuthorString ()
 
 getSource ($locale)
 
 getSponsor ($locale)
 
 getStageId ()
 
 getStartingPage ()
 
 getStatus ()
 
 getStatusKey ()
 
getStatusMap ()
 
 getStoredPubId ($pubIdType)
 
 getSubject ($locale)
 
 getSubmissionProgress ()
 
 getSubtitle ($locale)
 
 getTitle ($locale, $includePrefix=true)
 
 getType ($locale)
 
 getViews ()
 
 isCCLicense ()
 
 setAbstract ($abstract, $locale)
 
 setCitations ($citations)
 
 setContextId ($contextId)
 
 setCopyrightHolder ($copyrightHolder, $locale)
 
 setCopyrightNotice ($copyrightNotice, $locale)
 
 setCopyrightYear ($copyrightYear)
 
 setCoverage ($coverage, $locale)
 
 setDatePublished ($datePublished)
 
 setDateStatusModified ($dateModified)
 
 setDateSubmitted ($dateSubmitted)
 
 setDiscipline ($discipline, $locale)
 
 setHideAuthor ($hideAuthor)
 
 setLanguage ($language)
 
 setLastModified ($dateModified)
 
 setLicenseURL ($licenseURL)
 
 setLocale ($locale)
 
 setPages ($pages)
 
 setPrefix ($prefix, $locale)
 
 setRights ($rights, $locale)
 
 setSource ($source, $locale)
 
 setSponsor ($sponsor, $locale)
 
 setStageId ($stageId)
 
 setStatus ($status)
 
 setStoredPubId ($pubIdType, $pubId)
 
 setSubject ($subject, $locale)
 
 setSubmissionProgress ($submissionProgress)
 
 setSubtitle ($subtitle, $locale)
 
 setTitle ($title, $locale)
 
 setType ($type, $locale)
 
 stampLastActivity ()
 
 stampModified ()
 
 stampStatusModified ()
 
- Public Member Functions inherited from DataObject
 addSupportedMetadataAdapter ($metadataAdapter)
 
 extractMetadata ($metadataSchema)
 
 getAdditionalMetadataFieldNames ()
 
getAllData ()
 
getData ($key, $locale=null)
 
 getHasLoadableAdapters ()
 
 getId ()
 
 getLocaleMetadataFieldNames ()
 
 getMetadataFieldNames ($translated=true)
 
 getSetMetadataFieldNames ($translated=true)
 
 getSupportedExtractionAdapters ()
 
 getSupportedInjectionAdapters ()
 
 getSupportedMetadataSchemas ()
 
 hasData ($key, $locale=null)
 
 injectMetadata ($metadataDescription)
 
 removeSupportedMetadataAdapter ($metadataSchemaName)
 
 setAllData (&$data)
 
 setData ($key, $value, $locale=null)
 
 setHasLoadableAdapters ($hasLoadableAdapters)
 
 setId ($id)
 
 unsetData ($key, $locale=null)
 
 upcastTo ($targetObject)
 

Additional Inherited Members

- Data Fields inherited from DataObject
 $_data = array()
 
 $_extractionAdaptersLoaded = false
 
 $_hasLoadableAdapters = false
 
 $_injectionAdaptersLoaded = false
 
 $_metadataExtractionAdapters = array()
 
 $_metadataInjectionAdapters = array()
 

Detailed Description

The Submission class implements the abstract data model of a scholarly submission.

See also
PKPSubmissionDAO

Definition at line 36 of file PKPSubmission.inc.php.

Constructor & Destructor Documentation

◆ __construct()

PKPSubmission::__construct ( )

Constructor.

Reimplemented from DataObject.

Definition at line 40 of file PKPSubmission.inc.php.

References DataObject\setHasLoadableAdapters().

Member Function Documentation

◆ _getContextLicenseFieldValue()

PKPSubmission::_getContextLicenseFieldValue (   $locale,
  $field 
)
abstract

Get the value of a license field from the containing context.

Parameters
$localestring Locale code
$fieldPERMISSIONS_FIELD_...
Returns
string|null

◆ getAbstract()

PKPSubmission::getAbstract (   $locale)

Get abstract.

Parameters
$locale
Returns
string
Deprecated:
3.2.0.0

Definition at line 650 of file PKPSubmission.inc.php.

References getCurrentPublication().

◆ getAuthorEmails()

PKPSubmission::getAuthorEmails ( )

Return a list of author email addresses of the current publication.

Returns
array
Deprecated:
3.2.0.0

Definition at line 403 of file PKPSubmission.inc.php.

References Mail\encodeDisplayName(), and getAuthors().

◆ getAuthors()

PKPSubmission::getAuthors (   $onlyIncludeInBrowse = false)

Get all authors of the current publication

Parameters
$onlyIncludeInBrowseboolean whether to limit to include_in_browse authors.
Returns
array Authors
Deprecated:
3.2.0.0

Definition at line 420 of file PKPSubmission.inc.php.

References getCurrentPublication().

Referenced by getAuthorEmails(), and getAuthorString().

◆ getAuthorString()

PKPSubmission::getAuthorString (   $preferred = true,
  $familyOnly = false 
)

Return string of author names, separated by the specified token

Parameters
$preferredboolean If the preferred public name should be used, if exist
$familyOnlyboolean return list of family names only (default false)
Returns
string
Deprecated:
3.2.0.0

Definition at line 368 of file PKPSubmission.inc.php.

References getAuthors(), getCurrentPublication(), and DAORegistry\getDAO().

◆ getBestId()

PKPSubmission::getBestId ( )

Return the "best" article ID – If a urlPath is set, use it; otherwise use the internal article Id.

Returns
string
Deprecated:
3.2.0.0

Definition at line 53 of file PKPSubmission.inc.php.

References getCurrentPublication(), and DataObject\getId().

◆ getCitations()

PKPSubmission::getCitations ( )

Get citations.

Returns
string
Deprecated:
3.2.0.0

Definition at line 982 of file PKPSubmission.inc.php.

References getCurrentPublication().

◆ getContextId()

PKPSubmission::getContextId ( )

Get the context ID for the current publication

Returns
int
Deprecated:
3.2.0.0

Definition at line 210 of file PKPSubmission.inc.php.

References DataObject\getData().

◆ getCopyrightHolder()

PKPSubmission::getCopyrightHolder (   $locale)

Get stored copyright holder for the submission.

Parameters
$localestring locale
Returns
string
Deprecated:
3.2.0.0

Definition at line 277 of file PKPSubmission.inc.php.

References getCurrentPublication().

◆ getCopyrightNotice()

PKPSubmission::getCopyrightNotice (   $locale)

Get the copyright notice for a given locale

Parameters
$localestring
Returns
string
Deprecated:
3.2.0.0

Definition at line 956 of file PKPSubmission.inc.php.

References getCurrentPublication().

◆ getCopyrightYear()

PKPSubmission::getCopyrightYear ( )

Get stored copyright year for the submission.

Returns
string
Deprecated:
3.2.0.0

Definition at line 303 of file PKPSubmission.inc.php.

References getCurrentPublication().

◆ getCoverage()

PKPSubmission::getCoverage (   $locale)

Get coverage.

Parameters
$locale
Returns
string
Deprecated:
3.2.0.0

Definition at line 770 of file PKPSubmission.inc.php.

References getCurrentPublication().

◆ getCurrentPublication()

PKPSubmission::getCurrentPublication ( )

Get the current publication

Uses the currentPublicationId to get the current Publication object from the submission's list of publications.

Returns
Publication|null

Definition at line 68 of file PKPSubmission.inc.php.

References DataObject\getData().

Referenced by Submission\_getContextLicenseFieldValue(), getAbstract(), getAuthors(), getAuthorString(), getBestId(), getCitations(), getCopyrightHolder(), getCopyrightNotice(), getCopyrightYear(), getCoverage(), Submission\getCoverImage(), Submission\getCoverImageAltText(), getDatePublished(), getDiscipline(), getEndingPage(), getFullTitle(), Submission\getGalleys(), Submission\getHideAuthor(), getLanguage(), getLicenseURL(), getLocale(), getLocalizedAbstract(), getLocalizedCopyrightHolder(), getLocalizedCoverage(), Submission\getLocalizedCoverImage(), Submission\getLocalizedCoverImageAltText(), Submission\getLocalizedCoverImageUrl(), getLocalizedData(), getLocalizedDiscipline(), getLocalizedFullTitle(), getLocalizedPrefix(), getLocalizedSponsor(), getLocalizedSubject(), getLocalizedSubtitle(), getLocalizedTitle(), getLocalizedType(), getPageArray(), getPages(), getPrefix(), getPrimaryAuthor(), getRights(), Submission\getSectionId(), getShortAuthorString(), getSource(), getSponsor(), getStartingPage(), getStoredPubId(), getSubject(), getSubtitle(), getTitle(), getType(), isCCLicense(), setAbstract(), setCitations(), setCopyrightHolder(), setCopyrightNotice(), setCopyrightYear(), setCoverage(), setDatePublished(), setDiscipline(), setHideAuthor(), setLanguage(), setLicenseURL(), setLocale(), setPages(), setPrefix(), setRights(), Submission\setSectionId(), setSource(), setSponsor(), setStoredPubId(), setSubject(), setSubtitle(), and setType().

◆ getDAO()

PKPSubmission::getDAO ( )

Get DAO class name for this object.

Returns
DAO

Reimplemented from DataObject.

Definition at line 166 of file PKPSubmission.inc.php.

References DAORegistry\getDAO().

◆ getDatePublished()

PKPSubmission::getDatePublished ( )

Get date published.

Returns
date
Deprecated:
3.2.0.0

Definition at line 1171 of file PKPSubmission.inc.php.

References getCurrentPublication().

◆ getDateStatusModified()

PKPSubmission::getDateStatusModified ( )

Get the date of the last status modification.

Returns
date
Deprecated:
3.2.0.0

Definition at line 1025 of file PKPSubmission.inc.php.

References DataObject\getData().

◆ getDateSubmitted()

PKPSubmission::getDateSubmitted ( )

Get submission date.

Returns
date
Deprecated:
3.2.0.0

Definition at line 1007 of file PKPSubmission.inc.php.

References DataObject\getData().

◆ getDiscipline()

PKPSubmission::getDiscipline (   $locale)

Get discipline

Parameters
$locale
Returns
string
Deprecated:
3.2.0.0

Definition at line 690 of file PKPSubmission.inc.php.

References getCurrentPublication().

◆ getEndingPage()

PKPSubmission::getEndingPage ( )

Get ending page of a submission. Note the return type of string - this is not to be used for page counting.

Returns
string
Deprecated:
3.2.0.0

Definition at line 1120 of file PKPSubmission.inc.php.

References getCurrentPublication().

◆ getFullTitle()

PKPSubmission::getFullTitle (   $locale)

Get the submission full title (with prefix, title and subtitle).

Parameters
$localestring Locale to fetch data in.
Returns
string
Deprecated:
3.2.0.0

Definition at line 580 of file PKPSubmission.inc.php.

References getCurrentPublication().

◆ getLanguage()

PKPSubmission::getLanguage ( )

Get language.

Returns
string
Deprecated:
3.2.0.0

Definition at line 890 of file PKPSubmission.inc.php.

References getCurrentPublication().

◆ getLastModified()

PKPSubmission::getLastModified ( )

Get the date of the last modification.

Returns
date
Deprecated:
3.2.0.0

Definition at line 1043 of file PKPSubmission.inc.php.

References DataObject\getData().

◆ getLatestPublication()

PKPSubmission::getLatestPublication ( )

Get the latest publication

Returns the most recently created publication by ID

Returns
Publication|null

Definition at line 88 of file PKPSubmission.inc.php.

References DataObject\getData().

◆ getLicenseURL()

PKPSubmission::getLicenseURL ( )

Get stored license URL for the submission content.

Returns
string
Deprecated:
3.2.0.0

Definition at line 328 of file PKPSubmission.inc.php.

References getCurrentPublication().

◆ getLocale()

PKPSubmission::getLocale ( )

Get the locale of the submission.

Returns
string
Deprecated:
3.2.0.0

Definition at line 453 of file PKPSubmission.inc.php.

References getCurrentPublication().

Referenced by Submission\getLocalizedGalleys().

◆ getLocalizedAbstract()

PKPSubmission::getLocalizedAbstract ( )

Get "localized" submission abstract (if applicable).

Returns
string
Deprecated:
3.2.0.0

Definition at line 636 of file PKPSubmission.inc.php.

References getCurrentPublication().

◆ getLocalizedCopyrightHolder()

PKPSubmission::getLocalizedCopyrightHolder (   $preferredLocale = null)

Get the localized copyright holder for the current publication

Parameters
$preferredLocalestring Preferred locale code
Returns
string Localized copyright holder.
Deprecated:
3.2.0.0

Definition at line 197 of file PKPSubmission.inc.php.

References getCurrentPublication().

◆ getLocalizedCoverage()

PKPSubmission::getLocalizedCoverage ( )

Return the localized coverage

Returns
string
Deprecated:
3.2.0.0

Definition at line 756 of file PKPSubmission.inc.php.

References getCurrentPublication().

◆ getLocalizedData()

& PKPSubmission::getLocalizedData (   $key,
  $preferredLocale = null 
)

Get a piece of data for this object, localized to the current locale of the current publication if possible.

Parameters
$keystring
$preferredLocalestring
$returnLocalestring Optional reference to string receiving return value's locale
Returns
mixed
Deprecated:
3.2.0.0

Reimplemented from DataObject.

Definition at line 232 of file PKPSubmission.inc.php.

References getCurrentPublication().

◆ getLocalizedDiscipline()

PKPSubmission::getLocalizedDiscipline ( )

Return the localized discipline

Returns
string
Deprecated:
3.2.0.0

Definition at line 676 of file PKPSubmission.inc.php.

References getCurrentPublication().

◆ getLocalizedFullTitle()

PKPSubmission::getLocalizedFullTitle ( )

Get the submission full title (with prefix, title and subtitle).

Returns
string
Deprecated:
3.2.0.0

Definition at line 565 of file PKPSubmission.inc.php.

References getCurrentPublication().

◆ getLocalizedPrefix()

PKPSubmission::getLocalizedPrefix ( )

Get "localized" submission prefix (if applicable).

Returns
string
Deprecated:
3.2.0.0

Definition at line 596 of file PKPSubmission.inc.php.

References getCurrentPublication().

◆ getLocalizedSponsor()

PKPSubmission::getLocalizedSponsor ( )

Return the localized sponsor

Returns
string
Deprecated:
3.2.0.0

Definition at line 915 of file PKPSubmission.inc.php.

References getCurrentPublication().

◆ getLocalizedSubject()

PKPSubmission::getLocalizedSubject ( )

Return the localized subject

Returns
string
Deprecated:
3.2.0.0

Definition at line 716 of file PKPSubmission.inc.php.

References getCurrentPublication().

◆ getLocalizedSubtitle()

PKPSubmission::getLocalizedSubtitle ( )

Get the localized version of the subtitle

Returns
string
Deprecated:
3.2.0.0

Definition at line 524 of file PKPSubmission.inc.php.

References getCurrentPublication().

◆ getLocalizedTitle()

PKPSubmission::getLocalizedTitle (   $preferredLocale = null,
  $includePrefix = true 
)

Get "localized" submission title (if applicable).

Parameters
$preferredLocalestring
$includePrefixbool
Returns
string
Deprecated:
3.2.0.0

Definition at line 480 of file PKPSubmission.inc.php.

References getCurrentPublication().

Referenced by SwordPlugin\performAutomaticDeposits().

◆ getLocalizedType()

PKPSubmission::getLocalizedType ( )

Return the localized type (method/approach)

Returns
string
Deprecated:
3.2.0.0

Definition at line 796 of file PKPSubmission.inc.php.

References getCurrentPublication().

◆ getPageArray()

PKPSubmission::getPageArray ( )

get pages as a nested array of page ranges for example, pages of "pp. ii-ix, 9,15-18,a2,b2-b6" will return array( array(0 => 'ii', 1, => 'ix'), array(0 => '9'), array(0 => '15', 1 => '18'), array(0 => 'a2'), array(0 => 'b2', 1 => 'b6') )

Returns
array
Deprecated:
3.2.0.0

Definition at line 1131 of file PKPSubmission.inc.php.

References getCurrentPublication().

◆ getPages()

PKPSubmission::getPages ( )

get pages

Returns
string
Deprecated:
3.2.0.0

Definition at line 1097 of file PKPSubmission.inc.php.

References getCurrentPublication().

◆ getPrefix()

PKPSubmission::getPrefix (   $locale)

Get prefix.

Parameters
$locale
Returns
string
Deprecated:
3.2.0.0

Definition at line 610 of file PKPSubmission.inc.php.

References getCurrentPublication().

◆ getPrimaryAuthor()

PKPSubmission::getPrimaryAuthor ( )

Get the primary author of the current publication

Returns
Author|null
Deprecated:
3.2.0.0

Definition at line 440 of file PKPSubmission.inc.php.

References getCurrentPublication().

◆ getPublishedPublications()

PKPSubmission::getPublishedPublications ( )

Get the published publications

Returns publications with the STATUS_PUBLISHED status

Returns
array

Definition at line 105 of file PKPSubmission.inc.php.

References DataObject\getData().

◆ getRights()

PKPSubmission::getRights (   $locale)

Get rights.

Parameters
$locale
Returns
string
Deprecated:
3.2.0.0

Definition at line 837 of file PKPSubmission.inc.php.

References getCurrentPublication().

◆ getSectionId()

PKPSubmission::getSectionId ( )
abstract

Get section id.

Returns
int

Reimplemented in Submission.

◆ getShortAuthorString()

PKPSubmission::getShortAuthorString ( )

Return short author names string.

Returns
string
Deprecated:
3.2.0.0

Definition at line 390 of file PKPSubmission.inc.php.

References getCurrentPublication().

◆ getSource()

PKPSubmission::getSource (   $locale)

Get source.

Parameters
$locale
Returns
string
Deprecated:
3.2.0.0

Definition at line 864 of file PKPSubmission.inc.php.

References getCurrentPublication().

◆ getSponsor()

PKPSubmission::getSponsor (   $locale)

Get sponsor.

Parameters
$locale
Returns
string
Deprecated:
3.2.0.0

Definition at line 929 of file PKPSubmission.inc.php.

References getCurrentPublication().

◆ getStageId()

PKPSubmission::getStageId ( )

Get the submission's current publication stage ID

Returns
int
Deprecated:
3.2.0.0

Reimplemented in ReviewerSubmission.

Definition at line 1153 of file PKPSubmission.inc.php.

References DataObject\getData().

◆ getStartingPage()

PKPSubmission::getStartingPage ( )

Get starting page of a submission. Note the return type of string - this is not to be used for page counting.

Returns
string
Deprecated:
3.2.0.0

Definition at line 1110 of file PKPSubmission.inc.php.

References getCurrentPublication().

◆ getStatus()

PKPSubmission::getStatus ( )

Get submission status.

Returns
int
Deprecated:
3.2.0.0

Definition at line 1061 of file PKPSubmission.inc.php.

References DataObject\getData().

◆ getStatusKey()

PKPSubmission::getStatusKey ( )

Get a locale key for the paper's current status.

Returns
string

Definition at line 158 of file PKPSubmission.inc.php.

References DataObject\getData(), and getStatusMap().

◆ getStatusMap()

& PKPSubmission::getStatusMap ( )

Get a map for status constant to locale key.

Returns
array

Definition at line 141 of file PKPSubmission.inc.php.

Referenced by getStatusKey().

◆ getStoredPubId()

PKPSubmission::getStoredPubId (   $pubIdType)

Get stored public ID of the submission.

Parameters

Definition at line 248 of file PKPSubmission.inc.php.

References getCurrentPublication().

◆ getSubject()

PKPSubmission::getSubject (   $locale)

Get subject.

Parameters
$locale
Returns
string
Deprecated:
3.2.0.0

Definition at line 730 of file PKPSubmission.inc.php.

References getCurrentPublication().

◆ getSubmissionProgress()

PKPSubmission::getSubmissionProgress ( )

Get submission progress (most recently completed submission step).

Returns
int
Deprecated:
3.2.0.0

Definition at line 1079 of file PKPSubmission.inc.php.

References DataObject\getData().

◆ getSubtitle()

PKPSubmission::getSubtitle (   $locale)

Get the subtitle for a given locale

Parameters
$localestring
Returns
string
Deprecated:
3.2.0.0

Definition at line 538 of file PKPSubmission.inc.php.

References getCurrentPublication().

◆ getTitle()

PKPSubmission::getTitle (   $locale,
  $includePrefix = true 
)

Get title.

Parameters
$locale
$includePrefixbool
Returns
string|array
Deprecated:
3.2.0.0

Definition at line 495 of file PKPSubmission.inc.php.

References getCurrentPublication().

◆ getType()

PKPSubmission::getType (   $locale)

Get type (method/approach).

Parameters
$locale
Returns
string
Deprecated:
3.2.0.0

Definition at line 810 of file PKPSubmission.inc.php.

References getCurrentPublication().

◆ getViews()

PKPSubmission::getViews ( )

Get views of the submission.

Returns
int

Definition at line 1206 of file PKPSubmission.inc.php.

References $application, PKPApplication\getApplication(), and DataObject\getId().

◆ isCCLicense()

PKPSubmission::isCCLicense ( )

Determines whether or not the license for copyright on this submission is a Creative Commons license or not.

Returns
boolean
Deprecated:
3.2.0.0

Definition at line 1197 of file PKPSubmission.inc.php.

References getCurrentPublication().

◆ setAbstract()

PKPSubmission::setAbstract (   $abstract,
  $locale 
)

Set abstract.

Parameters
$abstractstring
$locale
Deprecated:
3.2.0.0

Definition at line 664 of file PKPSubmission.inc.php.

References getCurrentPublication().

◆ setCitations()

PKPSubmission::setCitations (   $citations)

Set citations.

Parameters
$citationsstring
Deprecated:
3.2.0.0

Definition at line 995 of file PKPSubmission.inc.php.

References getCurrentPublication().

◆ setContextId()

PKPSubmission::setContextId (   $contextId)

Set the context ID for the current publication

Parameters
$contextIdint
Deprecated:
3.2.0.0

Definition at line 219 of file PKPSubmission.inc.php.

References DataObject\setData().

◆ setCopyrightHolder()

PKPSubmission::setCopyrightHolder (   $copyrightHolder,
  $locale 
)

Set the stored copyright holder for the submission.

Parameters
$copyrightHolderstring Copyright holder
$localestring locale
Deprecated:
3.2.0.0

Definition at line 291 of file PKPSubmission.inc.php.

References getCurrentPublication().

◆ setCopyrightNotice()

PKPSubmission::setCopyrightNotice (   $copyrightNotice,
  $locale 
)

Set the copyright notice for a locale

Parameters
$copyrightNoticestring
$localestring
Deprecated:
3.2.0.0

Definition at line 970 of file PKPSubmission.inc.php.

References getCurrentPublication().

◆ setCopyrightYear()

PKPSubmission::setCopyrightYear (   $copyrightYear)

Set the stored copyright year for the submission.

Parameters
$copyrightYearstring Copyright holder
Deprecated:
3.2.0.0

Definition at line 316 of file PKPSubmission.inc.php.

References getCurrentPublication().

◆ setCoverage()

PKPSubmission::setCoverage (   $coverage,
  $locale 
)

Set coverage.

Parameters
$coveragestring
$locale
Deprecated:
3.2.0.0

Definition at line 784 of file PKPSubmission.inc.php.

References getCurrentPublication().

◆ setDatePublished()

PKPSubmission::setDatePublished (   $datePublished)

Set date published.

Parameters
$datePublisheddate
Deprecated:
3.2.0.0

Definition at line 1184 of file PKPSubmission.inc.php.

References getCurrentPublication().

◆ setDateStatusModified()

PKPSubmission::setDateStatusModified (   $dateModified)

Set the date of the last status modification.

Parameters
$dateModifieddate
Deprecated:
3.2.0.0

Definition at line 1034 of file PKPSubmission.inc.php.

References DataObject\setData().

◆ setDateSubmitted()

PKPSubmission::setDateSubmitted (   $dateSubmitted)

Set submission date.

Parameters
$dateSubmitteddate
Deprecated:
3.2.0.0

Definition at line 1016 of file PKPSubmission.inc.php.

References DataObject\setData().

◆ setDiscipline()

PKPSubmission::setDiscipline (   $discipline,
  $locale 
)

Set discipline

Parameters
$disciplinestring
$locale
Deprecated:
3.2.0.0

Definition at line 704 of file PKPSubmission.inc.php.

References getCurrentPublication().

◆ setHideAuthor()

PKPSubmission::setHideAuthor (   $hideAuthor)

Set option selection indicating if author should be hidden in issue ToC.

Parameters
$hideAuthorint AUTHOR_TOC_...
Deprecated:
3.2.0.0

Definition at line 353 of file PKPSubmission.inc.php.

References getCurrentPublication().

◆ setLanguage()

PKPSubmission::setLanguage (   $language)

Set language.

Parameters
$languagestring
Deprecated:
3.2.0.0

Definition at line 903 of file PKPSubmission.inc.php.

References getCurrentPublication().

◆ setLastModified()

PKPSubmission::setLastModified (   $dateModified)

Set the date of the last modification.

Parameters
$dateModifieddate
Deprecated:
3.2.0.0

Definition at line 1052 of file PKPSubmission.inc.php.

References DataObject\setData().

◆ setLicenseURL()

PKPSubmission::setLicenseURL (   $licenseURL)

Set the stored license URL for the submission content.

Parameters
$licensestring License of submission content
Deprecated:
3.2.0.0

Definition at line 341 of file PKPSubmission.inc.php.

References getCurrentPublication().

◆ setLocale()

PKPSubmission::setLocale (   $locale)

Set the locale of the submission.

Parameters
$localestring
Deprecated:
3.2.0.0

Definition at line 466 of file PKPSubmission.inc.php.

References getCurrentPublication().

◆ setPages()

PKPSubmission::setPages (   $pages)

set pages

Parameters
$pagesstring
Deprecated:
3.2.0.0

Definition at line 1141 of file PKPSubmission.inc.php.

References getCurrentPublication().

◆ setPrefix()

PKPSubmission::setPrefix (   $prefix,
  $locale 
)

Set prefix.

Parameters
$prefixstring
$locale
Deprecated:
3.2.0.0

Definition at line 624 of file PKPSubmission.inc.php.

References getCurrentPublication().

◆ setRights()

PKPSubmission::setRights (   $rights,
  $locale 
)

Set rights.

Parameters
$rightsstring
$locale
Deprecated:
3.2.0.0

Definition at line 851 of file PKPSubmission.inc.php.

References getCurrentPublication().

◆ setSource()

PKPSubmission::setSource (   $source,
  $locale 
)

Set source.

Parameters
$sourcestring
$locale
Deprecated:
3.2.0.0

Definition at line 878 of file PKPSubmission.inc.php.

References getCurrentPublication().

◆ setSponsor()

PKPSubmission::setSponsor (   $sponsor,
  $locale 
)

Set sponsor.

Parameters
$sponsorstring
$locale
Deprecated:
3.2.0.0

Definition at line 943 of file PKPSubmission.inc.php.

References getCurrentPublication().

◆ setStageId()

PKPSubmission::setStageId (   $stageId)

Set the submission's current publication stage ID

Parameters
$stageIdint
Deprecated:
3.2.0.0

Reimplemented in ReviewerSubmission.

Definition at line 1162 of file PKPSubmission.inc.php.

References DataObject\setData().

◆ setStatus()

PKPSubmission::setStatus (   $status)

Set submission status.

Parameters
$statusint
Deprecated:
3.2.0.0

Definition at line 1070 of file PKPSubmission.inc.php.

References DataObject\setData().

◆ setStoredPubId()

PKPSubmission::setStoredPubId (   $pubIdType,
  $pubId 
)

Set the stored public ID of the submission.

Parameters
$pubIdTypestring 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).
$pubIdstring
Deprecated:
3.2.0.0

Definition at line 264 of file PKPSubmission.inc.php.

References getCurrentPublication(), and DataObject\setData().

◆ setSubject()

PKPSubmission::setSubject (   $subject,
  $locale 
)

Set subject.

Parameters
$subjectstring
$locale
Deprecated:
3.2.0.0

Definition at line 744 of file PKPSubmission.inc.php.

References getCurrentPublication().

◆ setSubmissionProgress()

PKPSubmission::setSubmissionProgress (   $submissionProgress)

Set submission progress.

Parameters
$submissionProgressint
Deprecated:
3.2.0.0

Definition at line 1088 of file PKPSubmission.inc.php.

References DataObject\setData().

◆ setSubtitle()

PKPSubmission::setSubtitle (   $subtitle,
  $locale 
)

Set the subtitle for a locale

Parameters
$subtitlestring
$localestring
Deprecated:
3.2.0.0

Definition at line 552 of file PKPSubmission.inc.php.

References getCurrentPublication(), and DataObject\setData().

◆ setTitle()

PKPSubmission::setTitle (   $title,
  $locale 
)

Set title.

Parameters
$titlestring
$locale
Deprecated:
3.2.0.0

Definition at line 515 of file PKPSubmission.inc.php.

References DataObject\setData().

◆ setType()

PKPSubmission::setType (   $type,
  $locale 
)

Set type (method/approach).

Parameters
$typestring
$locale
Deprecated:
3.2.0.0

Definition at line 824 of file PKPSubmission.inc.php.

References getCurrentPublication().

◆ stampLastActivity()

PKPSubmission::stampLastActivity ( )

Stamp the date of the last recorded activity to the current time

Definition at line 125 of file PKPSubmission.inc.php.

References Core\getCurrentDate(), and DataObject\setData().

Referenced by stampStatusModified().

◆ stampModified()

PKPSubmission::stampModified ( )

Stamp the date of the last modification to the current time.

Definition at line 118 of file PKPSubmission.inc.php.

References Core\getCurrentDate(), and DataObject\setData().

◆ stampStatusModified()

PKPSubmission::stampStatusModified ( )

Stamp the date of the last status modification to the current time.

Deprecated:
3.2.0.0

Definition at line 133 of file PKPSubmission.inc.php.

References stampLastActivity().


The documentation for this class was generated from the following file: