Handle requests for the press-specific part of the public-facing catalog. More...
Public Member Functions | |
| CatalogHandler () | |
| category ($args, &$request) | |
| fullSize ($args, &$request) | |
| index ($args, &$request) | |
| newReleases ($args, &$request) | |
| results ($args, &$request) | |
| series ($args, &$request) | |
| setupTemplate (&$request) | |
| thumbnail ($args, &$request) | |
Handle requests for the press-specific part of the public-facing catalog.
Definition at line 22 of file CatalogHandler.inc.php.
| CatalogHandler.CatalogHandler | ( | ) |
Constructor
Definition at line 26 of file CatalogHandler.inc.php.
| CatalogHandler.category | ( | $ | args, | |
| &$ | request | |||
| ) |
View the content of a category.
| $args | array | |
| $request | PKPRequest |
Definition at line 78 of file CatalogHandler.inc.php.
References setupTemplate().
| CatalogHandler.fullSize | ( | $ | args, | |
| &$ | request | |||
| ) |
Serve the image for a category or series.
Definition at line 181 of file CatalogHandler.inc.php.
| CatalogHandler.index | ( | $ | args, | |
| &$ | request | |||
| ) |
Show the catalog home.
| $args | array | |
| $request | PKPRequest |
Definition at line 39 of file CatalogHandler.inc.php.
References setupTemplate().
| CatalogHandler.newReleases | ( | $ | args, | |
| &$ | request | |||
| ) |
Show the catalog new releases.
| $args | array | |
| $request | PKPRequest |
Definition at line 58 of file CatalogHandler.inc.php.
References setupTemplate().
| CatalogHandler.results | ( | $ | args, | |
| &$ | request | |||
| ) |
View the results of a search operation.
| $args | array | |
| $request | PKPRequest |
Definition at line 151 of file CatalogHandler.inc.php.
References MonographSearch.parseQuery(), MonographSearch.retrieveResults(), and setupTemplate().
| CatalogHandler.series | ( | $ | args, | |
| &$ | request | |||
| ) |
View the content of a series.
| $args | array | |
| $request | PKPRequest |
Definition at line 115 of file CatalogHandler.inc.php.
References setupTemplate().
| CatalogHandler.setupTemplate | ( | &$ | request | ) |
Set up the basic template.
Definition at line 258 of file CatalogHandler.inc.php.
Referenced by category(), index(), newReleases(), results(), and series().
| CatalogHandler.thumbnail | ( | $ | args, | |
| &$ | request | |||
| ) |
Serve the thumbnail for a category or series.
Definition at line 220 of file CatalogHandler.inc.php.
1.7.1