Operations for retrieving and modifying IdentificationCode objects. More...
Public Member Functions | |
| & | _fromRow (&$row, $callHooks=true) |
| deleteById ($entryId) | |
| deleteObject ($identificationCode) | |
| & | getById ($identificationCodeId, $monographId=null) |
| & | getByPublicationFormatId ($publicationFormatId) |
| getInsertIdentificationCodeId () | |
| IdentificationCodeDAO () | |
| insertObject (&$identificationCode) | |
| newDataObject () | |
| updateObject (&$identificationCode) | |
Operations for retrieving and modifying IdentificationCode objects.
Definition at line 18 of file IdentificationCodeDAO.inc.php.
| & IdentificationCodeDAO._fromRow | ( | &$ | row, | |
| $ | callHooks = true | |||
| ) |
Internal function to return a IdentificationCode object from a row.
| $row | array | |
| $callHooks | boolean |
Definition at line 82 of file IdentificationCodeDAO.inc.php.
References newDataObject().
Referenced by getById().
| IdentificationCodeDAO.deleteById | ( | $ | entryId | ) |
delete a identification code by id.
| $entryId | int |
Definition at line 144 of file IdentificationCodeDAO.inc.php.
Referenced by deleteObject().
| IdentificationCodeDAO.deleteObject | ( | $ | identificationCode | ) |
Delete an identification code by id.
| $identificationCode | IdentificationCode |
Definition at line 136 of file IdentificationCodeDAO.inc.php.
References deleteById().
| & IdentificationCodeDAO.getById | ( | $ | identificationCodeId, | |
| $ | monographId = null | |||
| ) |
Retrieve an identification code by type id.
| $identificationCodeId | int | |
| $monographId | optional int |
Definition at line 32 of file IdentificationCodeDAO.inc.php.
References _fromRow().
| & IdentificationCodeDAO.getByPublicationFormatId | ( | $ | publicationFormatId | ) |
Retrieve all identification codes for a publication format
| $publicationFormatId | int |
Definition at line 60 of file IdentificationCodeDAO.inc.php.
| IdentificationCodeDAO.getInsertIdentificationCodeId | ( | ) |
Get the ID of the last inserted identification code.
Definition at line 154 of file IdentificationCodeDAO.inc.php.
Referenced by insertObject().
| IdentificationCodeDAO.IdentificationCodeDAO | ( | ) |
Constructor
Definition at line 22 of file IdentificationCodeDAO.inc.php.
| IdentificationCodeDAO.insertObject | ( | &$ | identificationCode | ) |
Insert a new identification code.
| $identificationCode | IdentificationCode |
Definition at line 98 of file IdentificationCodeDAO.inc.php.
References getInsertIdentificationCodeId().
| IdentificationCodeDAO.newDataObject | ( | ) |
Construct a new data object corresponding to this DAO.
Definition at line 72 of file IdentificationCodeDAO.inc.php.
Referenced by _fromRow().
| IdentificationCodeDAO.updateObject | ( | &$ | identificationCode | ) |
Update an existing identification code.
| $identificationCode | IdentificationCode |
Definition at line 119 of file IdentificationCodeDAO.inc.php.
1.7.1