Form for adding/edditing a series stores/retrieves from an associative array. More...
Public Member Functions | |
| deleteCategoryEntry (&$request, $rowId) | |
| deleteSeriesEditorEntry (&$request, $rowId) | |
| execute ($args, &$request) | |
| fetch (&$request) | |
| getSeriesId () | |
| initData ($args, &$request) | |
| insertCategoryEntry (&$request, $newRowId) | |
| insertSeriesEditorEntry (&$request, $newRowId) | |
| readInputData () | |
| SeriesForm ($seriesId=null) | |
| setSeriesId ($seriesId) | |
| updateCategoryEntry (&$request, $rowId, $newRowId) | |
| updateSeriesEditorEntry (&$request, $rowId, $newRowId) | |
| validate () | |
Public Attributes | |
| $_seriesId | |
Form for adding/edditing a series stores/retrieves from an associative array.
Definition at line 21 of file SeriesForm.inc.php.
| SeriesForm.deleteCategoryEntry | ( | &$ | request, | |
| $ | rowId | |||
| ) |
Delete a category association with this series.
| $request | PKPRequest | |
| $rowId | int |
Definition at line 345 of file SeriesForm.inc.php.
References getSeriesId().
Referenced by updateCategoryEntry().
| SeriesForm.deleteSeriesEditorEntry | ( | &$ | request, | |
| $ | rowId | |||
| ) |
Delete a series editor association with this series.
| $request | PKPRequest | |
| $rowId | int |
Definition at line 297 of file SeriesForm.inc.php.
References getSeriesId().
Referenced by updateSeriesEditorEntry().
| SeriesForm.execute | ( | $ | args, | |
| &$ | request | |||
| ) |
Save series.
| $args | array | |
| $request | PKPRequest |
Definition at line 133 of file SeriesForm.inc.php.
References getSeriesId(), and setSeriesId().
| SeriesForm.fetch | ( | &$ | request | ) |
Fetch
| $request | PKPRequest |
Definition at line 105 of file SeriesForm.inc.php.
References getSeriesId().
| SeriesForm.getSeriesId | ( | ) |
Get the series ID for this series.
Definition at line 258 of file SeriesForm.inc.php.
Referenced by deleteCategoryEntry(), deleteSeriesEditorEntry(), execute(), fetch(), initData(), insertCategoryEntry(), and insertSeriesEditorEntry().
| SeriesForm.initData | ( | $ | args, | |
| &$ | request | |||
| ) |
Initialize form data from current settings.
| $args | array | |
| $request | PKPRequest |
Definition at line 56 of file SeriesForm.inc.php.
References getSeriesId().
| SeriesForm.insertCategoryEntry | ( | &$ | request, | |
| $ | newRowId | |||
| ) |
Persist a category association
Definition at line 322 of file SeriesForm.inc.php.
References getSeriesId().
Referenced by updateCategoryEntry().
| SeriesForm.insertSeriesEditorEntry | ( | &$ | request, | |
| $ | newRowId | |||
| ) |
Persist a series editor association
Definition at line 274 of file SeriesForm.inc.php.
References getSeriesId().
Referenced by updateSeriesEditorEntry().
| SeriesForm.readInputData | ( | ) |
Assign form data to user-submitted data.
Definition at line 124 of file SeriesForm.inc.php.
| SeriesForm.SeriesForm | ( | $ | seriesId = null |
) |
| SeriesForm.setSeriesId | ( | $ | seriesId | ) |
Set the series ID for this series.
| $seriesId | int |
Definition at line 266 of file SeriesForm.inc.php.
Referenced by execute(), and SeriesForm().
| SeriesForm.updateCategoryEntry | ( | &$ | request, | |
| $ | rowId, | |||
| $ | newRowId | |||
| ) |
Update a category association with this series.
| $request | PKPRequest | |
| $rowId | int old category | |
| $newRowId | array new category |
Definition at line 360 of file SeriesForm.inc.php.
References deleteCategoryEntry(), and insertCategoryEntry().
| SeriesForm.updateSeriesEditorEntry | ( | &$ | request, | |
| $ | rowId, | |||
| $ | newRowId | |||
| ) |
Update a series editor association with this series.
| $request | PKPRequest | |
| $rowId | int the old series editor | |
| $newRowId | array the new series editor |
Definition at line 312 of file SeriesForm.inc.php.
References deleteSeriesEditorEntry(), and insertSeriesEditorEntry().
| SeriesForm.validate | ( | ) |
Definition at line 82 of file SeriesForm.inc.php.
| SeriesForm.$_seriesId |
the id for the series being edited
Definition at line 23 of file SeriesForm.inc.php.
1.7.1