Handle publication format grid requests for publication dates. More...
Public Member Functions | |
| authorize (&$request, $args, $roleAssignments) | |
| deleteDate ($args, &$request) | |
| editDate ($args, &$request) | |
| & | getMonograph () |
| & | getPublicationFormat () |
| getRequestArgs () | |
| & | getRowInstance () |
| & | loadData ($request, $filter=null) |
| PublicationDateGridHandler () | |
| setMonograph ($monograph) | |
| setPublicationFormat ($publicationFormat) | |
| updateDate ($args, &$request) | |
Handle publication format grid requests for publication dates.
Definition at line 26 of file PublicationDateGridHandler.inc.php.
| PublicationDateGridHandler.authorize | ( | &$ | request, | |
| $ | args, | |||
| $ | roleAssignments | |||
| ) |
| $request | PKPRequest | |
| $args | array | |
| $roleAssignments | array |
Definition at line 89 of file PublicationDateGridHandler.inc.php.
| PublicationDateGridHandler.deleteDate | ( | $ | args, | |
| &$ | request | |||
| ) |
Delete a date
| $args | array | |
| $request | PKPRequest |
Definition at line 307 of file PublicationDateGridHandler.inc.php.
References getMonograph().
| PublicationDateGridHandler.editDate | ( | $ | args, | |
| &$ | request | |||
| ) |
Edit a date
| $args | array | |
| $request | PKPRequest |
Definition at line 232 of file PublicationDateGridHandler.inc.php.
References getMonograph().
| & PublicationDateGridHandler.getMonograph | ( | ) |
Get the monograph associated with this grid.
Definition at line 52 of file PublicationDateGridHandler.inc.php.
Referenced by deleteDate(), editDate(), getRequestArgs(), getRowInstance(), and updateDate().
| & PublicationDateGridHandler.getPublicationFormat | ( | ) |
Get the publication format assocated with these dates
Definition at line 68 of file PublicationDateGridHandler.inc.php.
Referenced by getRequestArgs(), and loadData().
| PublicationDateGridHandler.getRequestArgs | ( | ) |
Get the arguments that will identify the data in the grid In this case, the monograph.
Definition at line 197 of file PublicationDateGridHandler.inc.php.
References getMonograph(), and getPublicationFormat().
| & PublicationDateGridHandler.getRowInstance | ( | ) |
Definition at line 187 of file PublicationDateGridHandler.inc.php.
References getMonograph().
Referenced by updateDate().
| & PublicationDateGridHandler.loadData | ( | $ | request, | |
| $ | filter = null | |||
| ) |
Definition at line 210 of file PublicationDateGridHandler.inc.php.
References getPublicationFormat().
| PublicationDateGridHandler.PublicationDateGridHandler | ( | ) |
Constructor
Definition at line 36 of file PublicationDateGridHandler.inc.php.
| PublicationDateGridHandler.setMonograph | ( | $ | monograph | ) |
Set the Monograph
| Monograph |
Definition at line 60 of file PublicationDateGridHandler.inc.php.
| PublicationDateGridHandler.setPublicationFormat | ( | $ | publicationFormat | ) |
Set the publication format
| PublicationFormat |
Definition at line 76 of file PublicationDateGridHandler.inc.php.
| PublicationDateGridHandler.updateDate | ( | $ | args, | |
| &$ | request | |||
| ) |
Update a date
| $args | array | |
| $request | PKPRequest |
Definition at line 255 of file PublicationDateGridHandler.inc.php.
References getMonograph(), and getRowInstance().
1.7.1