Handle social media grid requests. More...
Public Member Functions | |
| authorize (&$request, $args, $roleAssignments) | |
| deleteMedia ($args, &$request) | |
| editMedia ($args, &$request) | |
| & | getPress () |
| getRequestArgs () | |
| & | getRowInstance () |
| & | loadData ($request, $filter=null) |
| ManageSocialMediaGridHandler () | |
| setPress ($press) | |
| updateMedia ($args, &$request) | |
Handle social media grid requests.
Definition at line 26 of file ManageSocialMediaGridHandler.inc.php.
| ManageSocialMediaGridHandler.authorize | ( | &$ | request, | |
| $ | args, | |||
| $ | roleAssignments | |||
| ) |
| $request | PKPRequest | |
| $args | array | |
| $roleAssignments | array |
Definition at line 74 of file ManageSocialMediaGridHandler.inc.php.
| ManageSocialMediaGridHandler.deleteMedia | ( | $ | args, | |
| &$ | request | |||
| ) |
Delete a media entry
| $args | array | |
| $request | PKPRequest |
Definition at line 263 of file ManageSocialMediaGridHandler.inc.php.
References getPress().
| ManageSocialMediaGridHandler.editMedia | ( | $ | args, | |
| &$ | request | |||
| ) |
Edit a social media entry
| $args | array | |
| $request | PKPRequest |
Definition at line 188 of file ManageSocialMediaGridHandler.inc.php.
References getPress().
| & ManageSocialMediaGridHandler.getPress | ( | ) |
Get the press associated with this grid.
Definition at line 52 of file ManageSocialMediaGridHandler.inc.php.
Referenced by deleteMedia(), editMedia(), getRequestArgs(), getRowInstance(), loadData(), and updateMedia().
| ManageSocialMediaGridHandler.getRequestArgs | ( | ) |
Get the arguments that will identify the data in the grid
Definition at line 156 of file ManageSocialMediaGridHandler.inc.php.
References getPress().
| & ManageSocialMediaGridHandler.getRowInstance | ( | ) |
Definition at line 146 of file ManageSocialMediaGridHandler.inc.php.
References getPress().
Referenced by updateMedia().
| & ManageSocialMediaGridHandler.loadData | ( | $ | request, | |
| $ | filter = null | |||
| ) |
Definition at line 166 of file ManageSocialMediaGridHandler.inc.php.
References getPress().
| ManageSocialMediaGridHandler.ManageSocialMediaGridHandler | ( | ) |
Constructor
Definition at line 33 of file ManageSocialMediaGridHandler.inc.php.
| ManageSocialMediaGridHandler.setPress | ( | $ | press | ) |
| ManageSocialMediaGridHandler.updateMedia | ( | $ | args, | |
| &$ | request | |||
| ) |
Edit a social media entry
| $args | array | |
| $request | PKPRequest |
Definition at line 211 of file ManageSocialMediaGridHandler.inc.php.
References getPress(), and getRowInstance().
1.7.1