Handle publication format grid requests. More...
Public Member Functions | |
| authorize (&$request, $args, $roleAssignments) | |
| deleteFormat ($args, &$request) | |
| editFormat ($args, &$request) | |
| getInCatalogEntryModal () | |
| & | getMonograph () |
| getRequestArgs () | |
| & | getRowInstance () |
| & | loadData ($request, $filter=null) |
| PublicationFormatGridHandler () | |
| setAvailable ($args, &$request) | |
| setMonograph ($monograph) | |
| updateFormat ($args, &$request) | |
Handle publication format grid requests.
Definition at line 26 of file PublicationFormatGridHandler.inc.php.
| PublicationFormatGridHandler.authorize | ( | &$ | request, | |
| $ | args, | |||
| $ | roleAssignments | |||
| ) |
| $request | PKPRequest | |
| $args | array | |
| $roleAssignments | array |
Definition at line 87 of file PublicationFormatGridHandler.inc.php.
| PublicationFormatGridHandler.deleteFormat | ( | $ | args, | |
| &$ | request | |||
| ) |
Delete a format
| $args | array | |
| $request | PKPRequest |
Definition at line 302 of file PublicationFormatGridHandler.inc.php.
References getMonograph(), and MonographLog.logEvent().
| PublicationFormatGridHandler.editFormat | ( | $ | args, | |
| &$ | request | |||
| ) |
Edit a format
| $args | array | |
| $request | PKPRequest |
Definition at line 227 of file PublicationFormatGridHandler.inc.php.
References getMonograph().
| PublicationFormatGridHandler.getInCatalogEntryModal | ( | ) |
Get flag indicating if this grid is loaded inside a catalog entry modal or not.
Definition at line 73 of file PublicationFormatGridHandler.inc.php.
Referenced by getRequestArgs().
| & PublicationFormatGridHandler.getMonograph | ( | ) |
Get the monograph associated with this publication format grid.
Definition at line 56 of file PublicationFormatGridHandler.inc.php.
Referenced by deleteFormat(), editFormat(), getRequestArgs(), getRowInstance(), loadData(), setAvailable(), and updateFormat().
| PublicationFormatGridHandler.getRequestArgs | ( | ) |
Get the arguments that will identify the data in the grid In this case, the monograph.
Definition at line 193 of file PublicationFormatGridHandler.inc.php.
References getInCatalogEntryModal(), and getMonograph().
| & PublicationFormatGridHandler.getRowInstance | ( | ) |
Definition at line 182 of file PublicationFormatGridHandler.inc.php.
References getMonograph().
Referenced by updateFormat().
| & PublicationFormatGridHandler.loadData | ( | $ | request, | |
| $ | filter = null | |||
| ) |
Definition at line 205 of file PublicationFormatGridHandler.inc.php.
References getMonograph().
| PublicationFormatGridHandler.PublicationFormatGridHandler | ( | ) |
Constructor
Definition at line 36 of file PublicationFormatGridHandler.inc.php.
| PublicationFormatGridHandler.setAvailable | ( | $ | args, | |
| &$ | request | |||
| ) |
Set a format's "available" state
| $args | array | |
| $request | PKPRequest |
Definition at line 345 of file PublicationFormatGridHandler.inc.php.
References getMonograph(), and MonographLog.logEvent().
| PublicationFormatGridHandler.setMonograph | ( | $ | monograph | ) |
Set the Monograph
| Monograph |
Definition at line 64 of file PublicationFormatGridHandler.inc.php.
| PublicationFormatGridHandler.updateFormat | ( | $ | args, | |
| &$ | request | |||
| ) |
Update a format
| $args | array | |
| $request | PKPRequest |
Definition at line 250 of file PublicationFormatGridHandler.inc.php.
References getMonograph(), and getRowInstance().
1.7.1