Handle publication format grid requests for identification codes. More...
Public Member Functions | |
| authorize (&$request, $args, $roleAssignments) | |
| deleteCode ($args, &$request) | |
| editCode ($args, &$request) | |
| & | getMonograph () |
| & | getPublicationFormat () |
| getRequestArgs () | |
| & | getRowInstance () |
| IdentificationCodeGridHandler () | |
| & | loadData ($request, $filter=null) |
| setMonograph ($monograph) | |
| setPublicationFormat ($publicationFormat) | |
| updateCode ($args, &$request) | |
Handle publication format grid requests for identification codes.
Definition at line 26 of file IdentificationCodeGridHandler.inc.php.
| IdentificationCodeGridHandler.authorize | ( | &$ | request, | |
| $ | args, | |||
| $ | roleAssignments | |||
| ) |
| $request | PKPRequest | |
| $args | array | |
| $roleAssignments | array |
Definition at line 89 of file IdentificationCodeGridHandler.inc.php.
| IdentificationCodeGridHandler.deleteCode | ( | $ | args, | |
| &$ | request | |||
| ) |
Delete a code
| $args | array | |
| $request | PKPRequest |
Definition at line 306 of file IdentificationCodeGridHandler.inc.php.
References getMonograph().
| IdentificationCodeGridHandler.editCode | ( | $ | args, | |
| &$ | request | |||
| ) |
Edit a code
| $args | array | |
| $request | PKPRequest |
Definition at line 231 of file IdentificationCodeGridHandler.inc.php.
References getMonograph().
| & IdentificationCodeGridHandler.getMonograph | ( | ) |
Get the monograph associated with this grid.
Definition at line 52 of file IdentificationCodeGridHandler.inc.php.
Referenced by deleteCode(), editCode(), getRequestArgs(), getRowInstance(), and updateCode().
| & IdentificationCodeGridHandler.getPublicationFormat | ( | ) |
Get the publication format assocated with these identification codes
Definition at line 68 of file IdentificationCodeGridHandler.inc.php.
Referenced by getRequestArgs(), and loadData().
| IdentificationCodeGridHandler.getRequestArgs | ( | ) |
Get the arguments that will identify the data in the grid In this case, the monograph.
Definition at line 196 of file IdentificationCodeGridHandler.inc.php.
References getMonograph(), and getPublicationFormat().
| & IdentificationCodeGridHandler.getRowInstance | ( | ) |
Definition at line 186 of file IdentificationCodeGridHandler.inc.php.
References getMonograph().
Referenced by updateCode().
| IdentificationCodeGridHandler.IdentificationCodeGridHandler | ( | ) |
Constructor
Definition at line 36 of file IdentificationCodeGridHandler.inc.php.
| & IdentificationCodeGridHandler.loadData | ( | $ | request, | |
| $ | filter = null | |||
| ) |
Definition at line 209 of file IdentificationCodeGridHandler.inc.php.
References getPublicationFormat().
| IdentificationCodeGridHandler.setMonograph | ( | $ | monograph | ) |
Set the Monograph
| Monograph |
Definition at line 60 of file IdentificationCodeGridHandler.inc.php.
| IdentificationCodeGridHandler.setPublicationFormat | ( | $ | publicationFormat | ) |
Set the publication format
| PublicationFormat |
Definition at line 76 of file IdentificationCodeGridHandler.inc.php.
| IdentificationCodeGridHandler.updateCode | ( | $ | args, | |
| &$ | request | |||
| ) |
Update a code
| $args | array | |
| $request | PKPRequest |
Definition at line 254 of file IdentificationCodeGridHandler.inc.php.
References getMonograph(), and getRowInstance().
1.7.1