Operations for setting new release status on various items. More...
Public Member Functions | |
| deleteByAssoc ($assocType, $assocId) | |
| deleteByMonographId ($monographId) | |
| deleteNewRelease ($monographId, $assocType, $assocId) | |
| getMonographIdsByAssoc ($assocType, $assocId) | |
| getMonographsByAssoc ($assocType, $assocId) | |
| insertNewRelease ($monographId, $assocType, $assocId) | |
| NewReleaseDAO () | |
Operations for setting new release status on various items.
Definition at line 16 of file NewReleaseDAO.inc.php.
| NewReleaseDAO.deleteByAssoc | ( | $ | assocType, | |
| $ | assocId | |||
| ) |
Delete a new release by association.
| $assocType | int ASSOC_TYPE_... | |
| $assocId | int |
Definition at line 113 of file NewReleaseDAO.inc.php.
| NewReleaseDAO.deleteByMonographId | ( | $ | monographId | ) |
Delete a new release by ID.
| $monographId | int | |
| $pressId | int optional |
Definition at line 101 of file NewReleaseDAO.inc.php.
| NewReleaseDAO.deleteNewRelease | ( | $ | monographId, | |
| $ | assocType, | |||
| $ | assocId | |||
| ) |
Delete a new release.
| $monographId | int | |
| $assocType | int ASSOC_TYPE_... | |
| $assocId | int |
Definition at line 126 of file NewReleaseDAO.inc.php.
| NewReleaseDAO.getMonographIdsByAssoc | ( | $ | assocType, | |
| $ | assocId | |||
| ) |
Get monograph IDs by association.
| $assocType | int ASSOC_TYPE_... | |
| $assocId | int |
Definition at line 30 of file NewReleaseDAO.inc.php.
| NewReleaseDAO.getMonographsByAssoc | ( | $ | assocType, | |
| $ | assocId | |||
| ) |
Get monographs by association.
| $assocType | int ASSOC_TYPE_... | |
| $assocId | int |
Definition at line 55 of file NewReleaseDAO.inc.php.
| NewReleaseDAO.insertNewRelease | ( | $ | monographId, | |
| $ | assocType, | |||
| $ | assocId | |||
| ) |
Insert a new NewRelease.
| $monographId | int | |
| $assocType | int ASSOC_TYPE_... | |
| $assocId | int |
Definition at line 82 of file NewReleaseDAO.inc.php.
| NewReleaseDAO.NewReleaseDAO | ( | ) |
Constructor
Definition at line 20 of file NewReleaseDAO.inc.php.
1.7.1