Class for assigning categories to series. More...
Public Member Functions | |
| authorize (&$request, $args, $roleAssignments) | |
| CategoriesListbuilderHandler () | |
| CategoriesListbuilderHandler () | |
| getMonographId () | |
| getOptions () | |
| getOptions () | |
| & | getPress () |
| getRequestArgs () | |
| getRequestArgs () | |
| getRowDataElement (&$request, $rowId) | |
| getRowDataElement (&$request, $rowId) | |
| getSeriesId () | |
| initialize (&$request) | |
| initialize (&$request) | |
| loadData (&$request) | |
| loadData (&$request) | |
| setMonographId ($monographId) | |
| setPress (&$press) | |
| setSeriesId ($seriesId) | |
Class for assigning categories to series.
Class for assigning categories to submissions.
Definition at line 17 of file CategoriesListbuilderHandler.inc.php.
| CategoriesListbuilderHandler.authorize | ( | &$ | request, | |
| $ | args, | |||
| $ | roleAssignments | |||
| ) |
| $request | PKPRequest | |
| $args | array | |
| $roleAssignments | array |
Reimplemented from SetupListbuilderHandler.
Definition at line 41 of file CategoriesListbuilderHandler.inc.php.
| CategoriesListbuilderHandler.CategoriesListbuilderHandler | ( | ) |
Constructor
Definition at line 24 of file CategoriesListbuilderHandler.inc.php.
References SetupListbuilderHandler.SetupListbuilderHandler().
| CategoriesListbuilderHandler.CategoriesListbuilderHandler | ( | ) |
Constructor
Definition at line 27 of file CategoriesListbuilderHandler.inc.php.
| CategoriesListbuilderHandler.getMonographId | ( | ) |
Get the monograph ID
Definition at line 59 of file CategoriesListbuilderHandler.inc.php.
Referenced by getOptions(), getRequestArgs(), and loadData().
| CategoriesListbuilderHandler.getOptions | ( | ) |
Get possible items to populate autosuggest list with
Definition at line 64 of file CategoriesListbuilderHandler.inc.php.
References getPress(), and getSeriesId().
| CategoriesListbuilderHandler.getOptions | ( | ) |
Get possible items to populate autosuggest list with
Definition at line 99 of file CategoriesListbuilderHandler.inc.php.
References getMonographId(), and getPress().
| & CategoriesListbuilderHandler.getPress | ( | ) |
Get the current press
Reimplemented from SetupListbuilderHandler.
Definition at line 75 of file CategoriesListbuilderHandler.inc.php.
Referenced by getOptions(), and loadData().
| CategoriesListbuilderHandler.getRequestArgs | ( | ) |
Preserve the monograph ID for internal listbuilder requests.
Definition at line 125 of file CategoriesListbuilderHandler.inc.php.
References getMonographId(), and getRequestArgs().
| CategoriesListbuilderHandler.getRequestArgs | ( | ) |
Preserve the series ID for internal listbuilder requests.
Definition at line 87 of file CategoriesListbuilderHandler.inc.php.
References getSeriesId().
Referenced by getRequestArgs().
| CategoriesListbuilderHandler.getRowDataElement | ( | &$ | request, | |
| $ | rowId | |||
| ) |
Definition at line 137 of file CategoriesListbuilderHandler.inc.php.
References getRowDataElement().
| CategoriesListbuilderHandler.getRowDataElement | ( | &$ | request, | |
| $ | rowId | |||
| ) |
Definition at line 99 of file CategoriesListbuilderHandler.inc.php.
Referenced by getRowDataElement().
| CategoriesListbuilderHandler.getSeriesId | ( | ) |
Get the series ID
Definition at line 44 of file CategoriesListbuilderHandler.inc.php.
Referenced by getOptions(), getRequestArgs(), and loadData().
| CategoriesListbuilderHandler.initialize | ( | &$ | request | ) |
Configure the grid
| PKPRequest | $request |
Reimplemented from SetupListbuilderHandler.
Definition at line 159 of file CategoriesListbuilderHandler.inc.php.
References initialize(), setMonographId(), and setPress().
| CategoriesListbuilderHandler.initialize | ( | &$ | request | ) |
Configure the grid
| PKPRequest | $request |
Reimplemented from SetupListbuilderHandler.
Definition at line 121 of file CategoriesListbuilderHandler.inc.php.
References setSeriesId().
Referenced by initialize().
| CategoriesListbuilderHandler.loadData | ( | &$ | request | ) |
Load the list from an external source into the grid structure
| $request | PKPRequest |
Definition at line 83 of file CategoriesListbuilderHandler.inc.php.
References getMonographId(), and getPress().
| CategoriesListbuilderHandler.loadData | ( | &$ | request | ) |
Load the list from an external source into the grid structure
| $request | PKPRequest |
Definition at line 52 of file CategoriesListbuilderHandler.inc.php.
References getPress(), and getSeriesId().
| CategoriesListbuilderHandler.setMonographId | ( | $ | monographId | ) |
Set the monograph ID
| $monographId | int |
Definition at line 51 of file CategoriesListbuilderHandler.inc.php.
Referenced by initialize().
| CategoriesListbuilderHandler.setPress | ( | &$ | press | ) |
Set the current press
| $press | Press |
Reimplemented from SetupListbuilderHandler.
Definition at line 67 of file CategoriesListbuilderHandler.inc.php.
Referenced by initialize().
| CategoriesListbuilderHandler.setSeriesId | ( | $ | seriesId | ) |
Set the series ID
| $seriesId | int |
Definition at line 36 of file CategoriesListbuilderHandler.inc.php.
Referenced by initialize().
1.7.1