Operations for retrieving and modifying MonographFile objects. More...
Public Member Functions | |
| _deleteDependentObjects (&$monographFile) | |
| _deleteDependentObjects (&$monographFile) | |
| _updateDependentObjects (&$monographFile, &$previousFile) | |
| _updateDependentObjects (&$monographFile, &$previousFile) | |
| deleteObject (&$submissionFile) | |
| deleteObject (&$submissionFile) | |
| & | fromRow (&$row) |
| & | fromRow (&$row) |
| getLocaleFieldNames () | |
| getLocaleFieldNames () | |
| getSubmissionEntityName () | |
| getSubmissionEntityName () | |
| & | insertObject (&$monographFile, $sourceFile, $isUpload=false) |
| & | insertObject (&$monographFile, $sourceFile, $isUpload=false) |
| MonographFileDAODelegate () | |
| MonographFileDAODelegate () | |
| newDataObject () | |
| newDataObject () | |
| updateObject (&$monographFile, &$previousFile) | |
| updateObject (&$monographFile, &$previousFile) | |
Operations for retrieving and modifying MonographFile objects.
The SubmissionFileDAO will delegate to this class if it wishes to access MonographFile classes.
Definition at line 24 of file MonographFileDAODelegate.inc.php.
| MonographFileDAODelegate._deleteDependentObjects | ( | &$ | monographFile | ) |
Delete all objects that depend on the given file.
| $monographFile | MonographFile |
Definition at line 331 of file MonographFileDAODelegate.inc.php.
Referenced by deleteObject().
| MonographFileDAODelegate._deleteDependentObjects | ( | &$ | monographFile | ) |
Delete all objects that depend on the given file.
| $monographFile | MonographFile |
Definition at line 331 of file MonographFileDAODelegate.inc.php.
| MonographFileDAODelegate._updateDependentObjects | ( | &$ | monographFile, | |
| &$ | previousFile | |||
| ) |
Update all objects that depend on the given file.
| $monographFile | MonographFile | |
| $previousFile | MonographFile |
Definition at line 299 of file MonographFileDAODelegate.inc.php.
| MonographFileDAODelegate._updateDependentObjects | ( | &$ | monographFile, | |
| &$ | previousFile | |||
| ) |
Update all objects that depend on the given file.
| $monographFile | MonographFile | |
| $previousFile | MonographFile |
Definition at line 299 of file MonographFileDAODelegate.inc.php.
Referenced by updateObject().
| MonographFileDAODelegate.deleteObject | ( | &$ | submissionFile | ) |
Reimplemented in ArtworkFileDAODelegate, and ArtworkFileDAODelegate.
Definition at line 203 of file MonographFileDAODelegate.inc.php.
References _deleteDependentObjects().
Referenced by insertObject().
| MonographFileDAODelegate.deleteObject | ( | &$ | submissionFile | ) |
Reimplemented in ArtworkFileDAODelegate, and ArtworkFileDAODelegate.
Definition at line 203 of file MonographFileDAODelegate.inc.php.
References _deleteDependentObjects().
| & MonographFileDAODelegate.fromRow | ( | &$ | row | ) |
Reimplemented in ArtworkFileDAODelegate, and ArtworkFileDAODelegate.
Definition at line 243 of file MonographFileDAODelegate.inc.php.
References newDataObject().
| & MonographFileDAODelegate.fromRow | ( | &$ | row | ) |
Reimplemented in ArtworkFileDAODelegate, and ArtworkFileDAODelegate.
Definition at line 243 of file MonographFileDAODelegate.inc.php.
References newDataObject().
| MonographFileDAODelegate.getLocaleFieldNames | ( | ) |
Definition at line 284 of file MonographFileDAODelegate.inc.php.
Referenced by getLocaleFieldNames().
| MonographFileDAODelegate.getLocaleFieldNames | ( | ) |
Definition at line 284 of file MonographFileDAODelegate.inc.php.
References getLocaleFieldNames().
| MonographFileDAODelegate.getSubmissionEntityName | ( | ) |
Definition at line 39 of file MonographFileDAODelegate.inc.php.
| MonographFileDAODelegate.getSubmissionEntityName | ( | ) |
Definition at line 39 of file MonographFileDAODelegate.inc.php.
| & MonographFileDAODelegate.insertObject | ( | &$ | monographFile, | |
| $ | sourceFile, | |||
| $ | isUpload = false | |||
| ) |
| $monographFile | MonographFile |
Reimplemented in ArtworkFileDAODelegate, and ArtworkFileDAODelegate.
Definition at line 48 of file MonographFileDAODelegate.inc.php.
References deleteObject().
| & MonographFileDAODelegate.insertObject | ( | &$ | monographFile, | |
| $ | sourceFile, | |||
| $ | isUpload = false | |||
| ) |
| $monographFile | MonographFile |
Reimplemented in ArtworkFileDAODelegate, and ArtworkFileDAODelegate.
Definition at line 48 of file MonographFileDAODelegate.inc.php.
References deleteObject().
| MonographFileDAODelegate.MonographFileDAODelegate | ( | ) |
Constructor
Definition at line 28 of file MonographFileDAODelegate.inc.php.
| MonographFileDAODelegate.MonographFileDAODelegate | ( | ) |
Constructor
Definition at line 28 of file MonographFileDAODelegate.inc.php.
Referenced by ArtworkFileDAODelegate.ArtworkFileDAODelegate().
| MonographFileDAODelegate.newDataObject | ( | ) |
Reimplemented in ArtworkFileDAODelegate, and ArtworkFileDAODelegate.
Definition at line 273 of file MonographFileDAODelegate.inc.php.
| MonographFileDAODelegate.newDataObject | ( | ) |
Reimplemented in ArtworkFileDAODelegate, and ArtworkFileDAODelegate.
Definition at line 273 of file MonographFileDAODelegate.inc.php.
Referenced by fromRow().
| MonographFileDAODelegate.updateObject | ( | &$ | monographFile, | |
| &$ | previousFile | |||
| ) |
| $monographFile | MonographFile | |
| $previousFile | MonographFile |
Reimplemented in ArtworkFileDAODelegate, and ArtworkFileDAODelegate.
Definition at line 131 of file MonographFileDAODelegate.inc.php.
References _updateDependentObjects().
| MonographFileDAODelegate.updateObject | ( | &$ | monographFile, | |
| &$ | previousFile | |||
| ) |
| $monographFile | MonographFile | |
| $previousFile | MonographFile |
Reimplemented in ArtworkFileDAODelegate, and ArtworkFileDAODelegate.
Definition at line 131 of file MonographFileDAODelegate.inc.php.
References _updateDependentObjects().
1.7.1