PHP 클래스 IssueGalleyGridHandler, ojs

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

공개 메소드들

메소드 설명
__construct ( ) Constructor
add ( $args, $request ) An action to add a new issue
authorize ( $request, &$args, $roleAssignments )
delete ( $args, $request ) Removes an issue galley
download ( $args, $request ) : string An action to download an issue galley
edit ( $args, $request ) : JSONMessage An action to edit a issue galley
getDataElementSequence ( $issueGalley )
getRequestArgs ( )
initFeatures ( $request, $args )
initialize ( $request, $args )
setDataElementSequence ( $request, $rowId, &$issueGalley, $newSequence )
update ( $args, $request ) : JSONMessage Update a issue
upload ( $args, $request ) : JSONMessage An action to upload an issue galley file.

보호된 메소드들

메소드 설명
getRowInstance ( ) : IssueGalleyGridRow Get the row handler - override the default row handler
loadData ( $request, $filter )

메소드 상세

__construct() 공개 메소드

Constructor
public __construct ( )

add() 공개 메소드

An action to add a new issue
public add ( $args, $request )
$args array
$request PKPRequest

authorize() 공개 메소드

public authorize ( $request, &$args, $roleAssignments )

delete() 공개 메소드

Removes an issue galley
public delete ( $args, $request )
$args array
$request PKPRequest

download() 공개 메소드

An action to download an issue galley
public download ( $args, $request ) : string
$args array
$request PKPRequest
리턴 string Serialized JSON object

edit() 공개 메소드

An action to edit a issue galley
public edit ( $args, $request ) : JSONMessage
$args array
$request PKPRequest
리턴 JSONMessage JSON object

getDataElementSequence() 공개 메소드

public getDataElementSequence ( $issueGalley )

getRequestArgs() 공개 메소드

public getRequestArgs ( )

getRowInstance() 보호된 메소드

Get the row handler - override the default row handler
protected getRowInstance ( ) : IssueGalleyGridRow
리턴 IssueGalleyGridRow

initFeatures() 공개 메소드

public initFeatures ( $request, $args )

initialize() 공개 메소드

public initialize ( $request, $args )

loadData() 보호된 메소드

protected loadData ( $request, $filter )

setDataElementSequence() 공개 메소드

public setDataElementSequence ( $request, $rowId, &$issueGalley, $newSequence )

update() 공개 메소드

Update a issue
public update ( $args, $request ) : JSONMessage
$args array
$request PKPRequest
리턴 JSONMessage JSON object

upload() 공개 메소드

An action to upload an issue galley file.
public upload ( $args, $request ) : JSONMessage
$args array
$request PKPRequest
리턴 JSONMessage JSON object