PHP Class ReviewerSubmission, ojs

Inheritance: extends Paper
Mostrar archivo Open project: pkp/ojs Class Usage Examples

Public Properties

Property Type Description
$editorDecisions the editor decisions of this submission
$peerReviewComments SubmissionComments peer review comments of this submission
$reviewerFileRevisions SubmissionFile reviewer file revisions of this submission

Public Methods

Method Description
__construct ( ) Constructor.
getCancelled ( ) : boolean Get the cancelled value.
getCompetingInterests ( ) : string Get the competing interests for this submission.
getDateAcknowledged ( ) : string Get the reviewer's acknowledged date.
getDateAssigned ( ) : string Get the reviewer's assigned date.
getDateCompleted ( ) : string Get the reviewer's completed date.
getDateConfirmed ( ) : string Get the reviewer's confirmed date.
getDateDue ( ) : string Get the reviewer's due date.
getDateNotified ( ) : string Get the reviewer's notified date.
getDateResponseDue ( ) : string Get the reviewer's response due date.
getDecisions ( ) : array Get editor decisions.
getDeclined ( ) : boolean Get the declined value.
getMostRecentPeerReviewComment ( ) : SubmissionComment Get most recent peer review comment.
getQuality ( ) : integer Get quality.
getRecommendation ( ) : string Get reviewer recommendation.
getReplaced ( ) : boolean Get the replaced value.
getReviewId ( ) : integer Get ID of review assignment.
getReviewMethod ( ) : integer Get the method of the review (open, blind, or double-blind).
getReviewerFullName ( ) : string Get full name of reviewer.
getReviewerId ( ) : integer Get ID of reviewer.
getRound ( ) : integer Get round.
getStageId ( ) : integer Get stageId.
getStep ( ) : integer Get step.
setCancelled ( $cancelled ) Set the reviewer's cancelled value.
setCompetingInterests ( $competingInterests ) Set the competing interests statement.
setDateAcknowledged ( $dateAcknowledged ) Set the reviewer's acknowledged date.
setDateAssigned ( $dateAssigned ) Set the reviewer's assigned date.
setDateCompleted ( $dateCompleted ) Set the reviewer's completed date.
setDateConfirmed ( $dateConfirmed ) Set the reviewer's confirmed date.
setDateDue ( $dateDue ) Set the reviewer's due date.
setDateNotified ( $dateNotified ) Set the reviewer's notified date.
setDateResponseDue ( $dateResponseDue ) Set the reviewer's response due date.
setDecisions ( $editorDecisions ) Set editor decisions.
setDeclined ( $declined ) Set the reviewer's declined value.
setMostRecentPeerReviewComment ( $peerReviewComment ) Set most recent peer review comment.
setQuality ( $quality ) Set quality.
setRecommendation ( $recommendation ) Set reviewer recommendation.
setReplaced ( $replaced ) Set the reviewer's replaced value.
setReviewId ( $reviewId ) Set ID of review assignment
setReviewMethod ( $method ) Set the type of review.
setReviewerFullName ( $reviewerFullName ) Set full name of reviewer.
setReviewerId ( $reviewerId ) Set ID of reviewer.
setRound ( $round ) Set round.
setStageId ( $stageId ) Set stageId.
setStep ( $step ) Set status.

Method Details

__construct() public method

Constructor.
public __construct ( )

getCancelled() public method

Get the cancelled value.
public getCancelled ( ) : boolean
return boolean

getCompetingInterests() public method

Get the competing interests for this submission.
public getCompetingInterests ( ) : string
return string

getDateAcknowledged() public method

Get the reviewer's acknowledged date.
public getDateAcknowledged ( ) : string
return string

getDateAssigned() public method

Get the reviewer's assigned date.
public getDateAssigned ( ) : string
return string

getDateCompleted() public method

Get the reviewer's completed date.
public getDateCompleted ( ) : string
return string

getDateConfirmed() public method

Get the reviewer's confirmed date.
public getDateConfirmed ( ) : string
return string

getDateDue() public method

Get the reviewer's due date.
public getDateDue ( ) : string
return string

getDateNotified() public method

Get the reviewer's notified date.
public getDateNotified ( ) : string
return string

getDateResponseDue() public method

Get the reviewer's response due date.
public getDateResponseDue ( ) : string
return string

getDecisions() public method

Get editor decisions.
public getDecisions ( ) : array
return array

getDeclined() public method

Get the declined value.
public getDeclined ( ) : boolean
return boolean

getMostRecentPeerReviewComment() public method

Get most recent peer review comment.
public getMostRecentPeerReviewComment ( ) : SubmissionComment
return SubmissionComment

getQuality() public method

Get quality.
public getQuality ( ) : integer
return integer

getRecommendation() public method

Get reviewer recommendation.
public getRecommendation ( ) : string
return string

getReplaced() public method

Get the replaced value.
public getReplaced ( ) : boolean
return boolean

getReviewId() public method

Get ID of review assignment.
public getReviewId ( ) : integer
return integer

getReviewMethod() public method

Get the method of the review (open, blind, or double-blind).
public getReviewMethod ( ) : integer
return integer

getReviewerFullName() public method

Get full name of reviewer.
public getReviewerFullName ( ) : string
return string

getReviewerId() public method

Get ID of reviewer.
public getReviewerId ( ) : integer
return integer

getRound() public method

Get round.
public getRound ( ) : integer
return integer

getStageId() public method

Get stageId.
public getStageId ( ) : integer
return integer

getStep() public method

Get step.
public getStep ( ) : integer
return integer

setCancelled() public method

Set the reviewer's cancelled value.
public setCancelled ( $cancelled )

setCompetingInterests() public method

Set the competing interests statement.
public setCompetingInterests ( $competingInterests )
$competingInterests string

setDateAcknowledged() public method

Set the reviewer's acknowledged date.
public setDateAcknowledged ( $dateAcknowledged )
$dateAcknowledged string

setDateAssigned() public method

Set the reviewer's assigned date.
public setDateAssigned ( $dateAssigned )
$dateAssigned string

setDateCompleted() public method

Set the reviewer's completed date.
public setDateCompleted ( $dateCompleted )
$dateCompleted string

setDateConfirmed() public method

Set the reviewer's confirmed date.
public setDateConfirmed ( $dateConfirmed )
$dateConfirmed string

setDateDue() public method

Set the reviewer's due date.
public setDateDue ( $dateDue )
$dateDue string

setDateNotified() public method

Set the reviewer's notified date.
public setDateNotified ( $dateNotified )
$dateNotified string

setDateResponseDue() public method

Set the reviewer's response due date.
public setDateResponseDue ( $dateResponseDue )
$dateResponseDue string

setDecisions() public method

Set editor decisions.
public setDecisions ( $editorDecisions )
$editorDecisions array

setDeclined() public method

Set the reviewer's declined value.
public setDeclined ( $declined )
$declined boolean

setMostRecentPeerReviewComment() public method

Set most recent peer review comment.
public setMostRecentPeerReviewComment ( $peerReviewComment )
$peerReviewComment SubmissionComment

setQuality() public method

Set quality.
public setQuality ( $quality )
$quality int

setRecommendation() public method

Set reviewer recommendation.
public setRecommendation ( $recommendation )
$recommendation string

setReplaced() public method

Set the reviewer's replaced value.
public setReplaced ( $replaced )
$replaced boolean

setReviewId() public method

Set ID of review assignment
public setReviewId ( $reviewId )
$reviewId int

setReviewMethod() public method

Set the type of review.
public setReviewMethod ( $method )
$method int

setReviewerFullName() public method

Set full name of reviewer.
public setReviewerFullName ( $reviewerFullName )
$reviewerFullName string

setReviewerId() public method

Set ID of reviewer.
public setReviewerId ( $reviewerId )
$reviewerId int

setRound() public method

Set round.
public setRound ( $round )
$round int

setStageId() public method

Set stageId.
public setStageId ( $stageId )
$stageId int

setStep() public method

Set status.
public setStep ( $step )

Property Details

$editorDecisions public_oe property

the editor decisions of this submission
public $editorDecisions

$peerReviewComments public_oe property

SubmissionComments peer review comments of this submission
public $peerReviewComments

$reviewerFileRevisions public_oe property

SubmissionFile reviewer file revisions of this submission
public $reviewerFileRevisions