Handle publication format grid requests for markets. More...
Public Member Functions | |
| authorize (&$request, $args, $roleAssignments) | |
| deleteMarket ($args, &$request) | |
| editMarket ($args, &$request) | |
| & | getMonograph () |
| & | getPublicationFormat () |
| getRequestArgs () | |
| & | getRowInstance () |
| & | loadData ($request, $filter=null) |
| MarketsGridHandler () | |
| setMonograph ($monograph) | |
| setPublicationFormat ($publicationFormat) | |
| updateMarket ($args, &$request) | |
Handle publication format grid requests for markets.
Definition at line 26 of file MarketsGridHandler.inc.php.
| MarketsGridHandler.authorize | ( | &$ | request, | |
| $ | args, | |||
| $ | roleAssignments | |||
| ) |
| $request | PKPRequest | |
| $args | array | |
| $roleAssignments | array |
Definition at line 89 of file MarketsGridHandler.inc.php.
| MarketsGridHandler.deleteMarket | ( | $ | args, | |
| &$ | request | |||
| ) |
Delete a market entry
| $args | array | |
| $request | PKPRequest |
Definition at line 314 of file MarketsGridHandler.inc.php.
References getMonograph().
| MarketsGridHandler.editMarket | ( | $ | args, | |
| &$ | request | |||
| ) |
Edit a markets entry
| $args | array | |
| $request | PKPRequest |
Definition at line 239 of file MarketsGridHandler.inc.php.
References getMonograph().
| & MarketsGridHandler.getMonograph | ( | ) |
Get the monograph associated with this grid.
Definition at line 52 of file MarketsGridHandler.inc.php.
Referenced by deleteMarket(), editMarket(), getRequestArgs(), getRowInstance(), and updateMarket().
| & MarketsGridHandler.getPublicationFormat | ( | ) |
Get the publication format assocated with these markets
Definition at line 68 of file MarketsGridHandler.inc.php.
Referenced by getRequestArgs(), and loadData().
| MarketsGridHandler.getRequestArgs | ( | ) |
Get the arguments that will identify the data in the grid In this case, the monograph.
Definition at line 204 of file MarketsGridHandler.inc.php.
References getMonograph(), and getPublicationFormat().
| & MarketsGridHandler.getRowInstance | ( | ) |
Definition at line 194 of file MarketsGridHandler.inc.php.
References getMonograph().
Referenced by updateMarket().
| & MarketsGridHandler.loadData | ( | $ | request, | |
| $ | filter = null | |||
| ) |
Definition at line 217 of file MarketsGridHandler.inc.php.
References getPublicationFormat().
| MarketsGridHandler.MarketsGridHandler | ( | ) |
Constructor
Definition at line 36 of file MarketsGridHandler.inc.php.
| MarketsGridHandler.setMonograph | ( | $ | monograph | ) |
| MarketsGridHandler.setPublicationFormat | ( | $ | publicationFormat | ) |
Set the publication format
| PublicationFormat |
Definition at line 76 of file MarketsGridHandler.inc.php.
| MarketsGridHandler.updateMarket | ( | $ | args, | |
| &$ | request | |||
| ) |
Update a markets entry
| $args | array | |
| $request | PKPRequest |
Definition at line 262 of file MarketsGridHandler.inc.php.
References getMonograph(), and getRowInstance().
1.7.1