PHP 클래스 IssueEntryTabHandler, ojs

상속: extends PublicationEntryTabHandler
파일 보기 프로젝트 열기: pkp/ojs

공개 메소드들

메소드 설명
__construct ( ) Constructor
_getHandlerClassPath ( ) : String return a string to the Handler for this modal.
_getPublicationEntrySubmissionReviewForm ( ) : PKPForm Returns an instance of the form used for reviewing a submission's 'submission' metadata.
assignPubIds ( $args, $request ) : JSONMessage Assign submission public identifiers when scheduling for publication.
clearPubId ( $args, $request ) : JSONMessage Clear article pub id.
deleteCoverImage ( $args, $request ) : JSONMessage An action to delete an article cover image.
getAssignPublicIdentifiersFormTemplate ( ) : string Get the template for the assign public identifiers form.
identifiers ( $args, $request ) : JSONMessage Edit article pub ids
publicationMetadata ( $args, $request ) : JSONMessage Show the publication metadata form when scheduling for publication.
savePublicationMetadataForm ( $args, $request ) : JSONMessage Save publication metadata form when scheduling for publication.
updateIdentifiers ( $args, $request ) : JSONMessage Update article pub ids.
uploadCoverImage ( $args, $request ) : JSONMessage An action to upload an article cover image.

메소드 상세

__construct() 공개 메소드

Constructor
public __construct ( )

_getHandlerClassPath() 공개 메소드

return a string to the Handler for this modal.
public _getHandlerClassPath ( ) : String
리턴 String

_getPublicationEntrySubmissionReviewForm() 공개 메소드

Returns an instance of the form used for reviewing a submission's 'submission' metadata.
public _getPublicationEntrySubmissionReviewForm ( ) : PKPForm
리턴 PKPForm

assignPubIds() 공개 메소드

Assign submission public identifiers when scheduling for publication.
public assignPubIds ( $args, $request ) : JSONMessage
$args array
$request PKPRequest
리턴 JSONMessage JSON object

clearPubId() 공개 메소드

Clear article pub id.
public clearPubId ( $args, $request ) : JSONMessage
$args array
$request Request
리턴 JSONMessage JSON object

deleteCoverImage() 공개 메소드

An action to delete an article cover image.
public deleteCoverImage ( $args, $request ) : JSONMessage
$args array
$request PKPRequest
리턴 JSONMessage JSON object

getAssignPublicIdentifiersFormTemplate() 공개 메소드

Get the template for the assign public identifiers form.

identifiers() 공개 메소드

Edit article pub ids
public identifiers ( $args, $request ) : JSONMessage
$args array
$request Request
리턴 JSONMessage JSON object

publicationMetadata() 공개 메소드

Show the publication metadata form when scheduling for publication.
public publicationMetadata ( $args, $request ) : JSONMessage
$args array
$request Request
리턴 JSONMessage JSON object

savePublicationMetadataForm() 공개 메소드

Save publication metadata form when scheduling for publication.
public savePublicationMetadataForm ( $args, $request ) : JSONMessage
$args array
$request PKPRequest
리턴 JSONMessage JSON object

updateIdentifiers() 공개 메소드

Update article pub ids.
public updateIdentifiers ( $args, $request ) : JSONMessage
$args array
$request PKPRequest
리턴 JSONMessage JSON object

uploadCoverImage() 공개 메소드

An action to upload an article cover image.
public uploadCoverImage ( $args, $request ) : JSONMessage
$args array
$request PKPRequest
리턴 JSONMessage JSON object