Base class for selecting files to add a user to. More...
Public Member Functions | |
| authorize (&$request, &$args, $roleAssignments, $stageId) | |
| authorize (&$request, &$args, $roleAssignments, $stageId) | |
| FilesListbuilderHandler ($fileStage) | |
| FilesListbuilderHandler ($fileStage) | |
| getFileStage () | |
| getFileStage () | |
| getOptions ($monographFiles) | |
| getOptions ($monographFiles) | |
| getRequestArgs () | |
| getRequestArgs () | |
| getRowDataElement (&$request, $rowId) | |
| getRowDataElement (&$request, $rowId) | |
| initialize (&$request) | |
| initialize (&$request) | |
| setupTemplate () | |
| setupTemplate () | |
Public Attributes | |
| $_fileStage | |
Base class for selecting files to add a user to.
Definition at line 17 of file FilesListbuilderHandler.inc.php.
| FilesListbuilderHandler.authorize | ( | &$ | request, | |
| &$ | args, | |||
| $ | roleAssignments, | |||
| $ | stageId | |||
| ) |
Definition at line 51 of file FilesListbuilderHandler.inc.php.
Referenced by authorize().
| FilesListbuilderHandler.authorize | ( | &$ | request, | |
| &$ | args, | |||
| $ | roleAssignments, | |||
| $ | stageId | |||
| ) |
Definition at line 51 of file FilesListbuilderHandler.inc.php.
References authorize().
| FilesListbuilderHandler.FilesListbuilderHandler | ( | $ | fileStage | ) |
Constructor
Definition at line 25 of file FilesListbuilderHandler.inc.php.
| FilesListbuilderHandler.FilesListbuilderHandler | ( | $ | fileStage | ) |
Constructor
Definition at line 25 of file FilesListbuilderHandler.inc.php.
Referenced by CopyeditingFilesListbuilderHandler.CopyeditingFilesListbuilderHandler(), and ProofFilesListbuilderHandler.ProofFilesListbuilderHandler().
| FilesListbuilderHandler.getFileStage | ( | ) |
Get file stage.
Definition at line 40 of file FilesListbuilderHandler.inc.php.
Referenced by ProofFilesListbuilderHandler.getOptions(), CopyeditingFilesListbuilderHandler.getOptions(), and getRowDataElement().
| FilesListbuilderHandler.getFileStage | ( | ) |
| FilesListbuilderHandler.getOptions | ( | $ | monographFiles | ) |
Load possible items to populate drop-down list with.
| $monographFiles | Array Submission files of this monograph. |
Definition at line 86 of file FilesListbuilderHandler.inc.php.
| FilesListbuilderHandler.getOptions | ( | $ | monographFiles | ) |
Load possible items to populate drop-down list with.
| $monographFiles | Array Submission files of this monograph. |
Definition at line 86 of file FilesListbuilderHandler.inc.php.
| FilesListbuilderHandler.getRequestArgs | ( | ) |
Reimplemented in ProofFilesListbuilderHandler, and ProofFilesListbuilderHandler.
Definition at line 101 of file FilesListbuilderHandler.inc.php.
Referenced by getRequestArgs().
| FilesListbuilderHandler.getRequestArgs | ( | ) |
Reimplemented in ProofFilesListbuilderHandler, and ProofFilesListbuilderHandler.
Definition at line 101 of file FilesListbuilderHandler.inc.php.
References getRequestArgs().
| FilesListbuilderHandler.getRowDataElement | ( | &$ | request, | |
| $ | rowId | |||
| ) |
Definition at line 122 of file FilesListbuilderHandler.inc.php.
References getFileStage(), and getRowDataElement().
| FilesListbuilderHandler.getRowDataElement | ( | &$ | request, | |
| $ | rowId | |||
| ) |
Definition at line 122 of file FilesListbuilderHandler.inc.php.
References getFileStage().
Referenced by getRowDataElement().
| FilesListbuilderHandler.initialize | ( | &$ | request | ) |
Configure the grid
| PKPRequest | $request |
Reimplemented in CopyeditingFilesListbuilderHandler, ProofFilesListbuilderHandler, CopyeditingFilesListbuilderHandler, and ProofFilesListbuilderHandler.
Definition at line 61 of file FilesListbuilderHandler.inc.php.
References initialize().
| FilesListbuilderHandler.initialize | ( | &$ | request | ) |
Configure the grid
| PKPRequest | $request |
Reimplemented in CopyeditingFilesListbuilderHandler, ProofFilesListbuilderHandler, CopyeditingFilesListbuilderHandler, and ProofFilesListbuilderHandler.
Definition at line 61 of file FilesListbuilderHandler.inc.php.
Referenced by initialize().
| FilesListbuilderHandler.setupTemplate | ( | ) |
Definition at line 111 of file FilesListbuilderHandler.inc.php.
References setupTemplate().
| FilesListbuilderHandler.setupTemplate | ( | ) |
Definition at line 111 of file FilesListbuilderHandler.inc.php.
Referenced by setupTemplate().
| FilesListbuilderHandler.$_fileStage |
File stage
Definition at line 20 of file FilesListbuilderHandler.inc.php.
1.7.1