
Public Member Functions | |
| createJournal () | |
| deleteJournal ($args) | |
| doImportOJS1 () | |
| editJournal ($args=array()) | |
| importOJS1 () | |
| journals () | |
| moveJournal () | |
| updateJournal () | |
Definition at line 18 of file AdminJournalHandler.inc.php.
| AdminJournalHandler.createJournal | ( | ) |
Display form to create a new journal.
Reimplemented from AdminHandler.
Definition at line 41 of file AdminJournalHandler.inc.php.
References editJournal().
| AdminJournalHandler.deleteJournal | ( | $ | args | ) |
Delete a journal.
| $args | array first parameter is the ID of the journal to delete |
Reimplemented from AdminHandler.
Definition at line 90 of file AdminJournalHandler.inc.php.
References DAORegistry.getDAO(), Config.getVar(), and Request.redirect().
| AdminJournalHandler.doImportOJS1 | ( | ) |
Import data from an OJS 1.x journal.
Reimplemented from AdminHandler.
Definition at line 150 of file AdminJournalHandler.inc.php.
References TemplateManager.getManager(), and AdminHandler.validate().
| AdminJournalHandler.editJournal | ( | $ | args = array() |
) |
Display form to create/edit a journal.
| $args | array optional, if set the first parameter is the ID of the journal to edit |
Reimplemented from AdminHandler.
Definition at line 49 of file AdminJournalHandler.inc.php.
Referenced by createJournal().
| AdminJournalHandler.importOJS1 | ( | ) |
Show form to import data from an OJS 1.x journal.
Reimplemented from AdminHandler.
Definition at line 136 of file AdminJournalHandler.inc.php.
| AdminJournalHandler.journals | ( | ) |
Display a list of the journals hosted on the site.
Reimplemented from AdminHandler.
Definition at line 23 of file AdminJournalHandler.inc.php.
References DAORegistry.getDAO(), TemplateManager.getManager(), and Handler.getRangeInfo().
| AdminJournalHandler.moveJournal | ( | ) |
Change the sequence of a journal on the site index page.
Reimplemented from AdminHandler.
Definition at line 118 of file AdminJournalHandler.inc.php.
References DAORegistry.getDAO(), Request.getUserVar(), and Request.redirect().
| AdminJournalHandler.updateJournal | ( | ) |
Save changes to a journal's settings.
Reimplemented from AdminHandler.
Definition at line 67 of file AdminJournalHandler.inc.php.
References Request.getUserVar(), PluginRegistry.loadCategory(), Request.redirect(), and AdminHandler.validate().
1.5.6