Public Member Functions

RepresentativesGridHandler Class Reference

Handle publication format grid requests for representatives. More...

List of all members.

Public Member Functions

 authorize (&$request, $args, $roleAssignments)
 deleteRepresentative ($args, &$request)
 editRepresentative ($args, &$request)
 getCategoryData ($category)
 getCategoryRowIdParameterName ()
getCategoryRowInstance ()
getMonograph ()
 getRequestArgs ()
getRowInstance ()
 loadData ($request, $filter=null)
 RepresentativesGridHandler ()
 setMonograph ($monograph)
 updateRepresentative ($args, &$request)

Detailed Description

Handle publication format grid requests for representatives.

Definition at line 27 of file RepresentativesGridHandler.inc.php.


Member Function Documentation

RepresentativesGridHandler.authorize ( &$  request,
args,
roleAssignments 
)
See also:
PKPHandler.authorize()
Parameters:
$request PKPRequest
$args array
$roleAssignments array

Definition at line 72 of file RepresentativesGridHandler.inc.php.

RepresentativesGridHandler.deleteRepresentative ( args,
&$  request 
)

Delete a representative entry

Parameters:
$args array
$request PKPRequest
Returns:
string Serialized JSON object

Definition at line 304 of file RepresentativesGridHandler.inc.php.

References getMonograph().

RepresentativesGridHandler.editRepresentative ( args,
&$  request 
)

Edit a representative entry

Parameters:
$args array
$request PKPRequest
Returns:
string Serialized JSON object

Definition at line 229 of file RepresentativesGridHandler.inc.php.

References getMonograph().

RepresentativesGridHandler.getCategoryData ( category  ) 
See also:
CategoryGridHandler.getCategoryData()

Definition at line 172 of file RepresentativesGridHandler.inc.php.

References getMonograph().

RepresentativesGridHandler.getCategoryRowIdParameterName (  ) 
See also:
CategoryGridHandler.getCategoryRowIdParameterName()

Definition at line 186 of file RepresentativesGridHandler.inc.php.

& RepresentativesGridHandler.getCategoryRowInstance (  ) 
See also:
CategoryGridHandler.getCategoryRowInstance()
Returns:
RepresentativesGridCategoryRow

Definition at line 164 of file RepresentativesGridHandler.inc.php.

& RepresentativesGridHandler.getMonograph (  ) 

Get the monograph associated with this grid.

Returns:
Monograph

Definition at line 50 of file RepresentativesGridHandler.inc.php.

Referenced by deleteRepresentative(), editRepresentative(), getCategoryData(), getRequestArgs(), getRowInstance(), and updateRepresentative().

RepresentativesGridHandler.getRequestArgs (  ) 
See also:
CategoryGridHandler.getRequestArgs()

Definition at line 193 of file RepresentativesGridHandler.inc.php.

References getMonograph().

& RepresentativesGridHandler.getRowInstance (  ) 
See also:
GridHandler.getRowInstance()
Returns:
RepresentativesGridRow

Definition at line 155 of file RepresentativesGridHandler.inc.php.

References getMonograph().

Referenced by updateRepresentative().

RepresentativesGridHandler.loadData ( request,
filter = null 
)
See also:
GridHandler.loadData

Definition at line 204 of file RepresentativesGridHandler.inc.php.

RepresentativesGridHandler.RepresentativesGridHandler (  ) 

Constructor

Definition at line 34 of file RepresentativesGridHandler.inc.php.

RepresentativesGridHandler.setMonograph ( monograph  ) 

Set the Monograph

Parameters:
Monograph 

Definition at line 58 of file RepresentativesGridHandler.inc.php.

RepresentativesGridHandler.updateRepresentative ( args,
&$  request 
)

Update a representative entry

Parameters:
$args array
$request PKPRequest
Returns:
string Serialized JSON object

Definition at line 252 of file RepresentativesGridHandler.inc.php.

References getMonograph(), and getRowInstance().


The documentation for this class was generated from the following file: