PHP 클래스 ReviewerSubmission, ojs

상속: extends Paper
파일 보기 프로젝트 열기: pkp/ojs 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$editorDecisions the editor decisions of this submission
$peerReviewComments SubmissionComments peer review comments of this submission
$reviewerFileRevisions SubmissionFile reviewer file revisions of this submission

공개 메소드들

메소드 설명
__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.

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( )

getCancelled() 공개 메소드

Get the cancelled value.
public getCancelled ( ) : boolean
리턴 boolean

getCompetingInterests() 공개 메소드

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

getDateAcknowledged() 공개 메소드

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

getDateAssigned() 공개 메소드

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

getDateCompleted() 공개 메소드

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

getDateConfirmed() 공개 메소드

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

getDateDue() 공개 메소드

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

getDateNotified() 공개 메소드

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

getDateResponseDue() 공개 메소드

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

getDecisions() 공개 메소드

Get editor decisions.
public getDecisions ( ) : array
리턴 array

getDeclined() 공개 메소드

Get the declined value.
public getDeclined ( ) : boolean
리턴 boolean

getMostRecentPeerReviewComment() 공개 메소드

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

getQuality() 공개 메소드

Get quality.
public getQuality ( ) : integer
리턴 integer

getRecommendation() 공개 메소드

Get reviewer recommendation.
public getRecommendation ( ) : string
리턴 string

getReplaced() 공개 메소드

Get the replaced value.
public getReplaced ( ) : boolean
리턴 boolean

getReviewId() 공개 메소드

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

getReviewMethod() 공개 메소드

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

getReviewerFullName() 공개 메소드

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

getReviewerId() 공개 메소드

Get ID of reviewer.
public getReviewerId ( ) : integer
리턴 integer

getRound() 공개 메소드

Get round.
public getRound ( ) : integer
리턴 integer

getStageId() 공개 메소드

Get stageId.
public getStageId ( ) : integer
리턴 integer

getStep() 공개 메소드

Get step.
public getStep ( ) : integer
리턴 integer

setCancelled() 공개 메소드

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

setCompetingInterests() 공개 메소드

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

setDateAcknowledged() 공개 메소드

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

setDateAssigned() 공개 메소드

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

setDateCompleted() 공개 메소드

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

setDateConfirmed() 공개 메소드

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

setDateDue() 공개 메소드

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

setDateNotified() 공개 메소드

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

setDateResponseDue() 공개 메소드

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

setDecisions() 공개 메소드

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

setDeclined() 공개 메소드

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

setMostRecentPeerReviewComment() 공개 메소드

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

setQuality() 공개 메소드

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

setRecommendation() 공개 메소드

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

setReplaced() 공개 메소드

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

setReviewId() 공개 메소드

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

setReviewMethod() 공개 메소드

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

setReviewerFullName() 공개 메소드

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

setReviewerId() 공개 메소드

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

setRound() 공개 메소드

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

setStageId() 공개 메소드

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

setStep() 공개 메소드

Set status.
public setStep ( $step )

프로퍼티 상세

$editorDecisions 공개적으로 프로퍼티

the editor decisions of this submission
public $editorDecisions

$peerReviewComments 공개적으로 프로퍼티

SubmissionComments peer review comments of this submission
public $peerReviewComments

$reviewerFileRevisions 공개적으로 프로퍼티

SubmissionFile reviewer file revisions of this submission
public $reviewerFileRevisions