Operations for retrieving and modifying ArtworkFile objects. More...
Public Member Functions | |
| ArtworkFileDAODelegate () | |
| deleteObject (&$submissionFile) | |
| & | fromRow (&$row) |
| & | insertObject (&$artworkFile, $sourceFile, $isUpload=false) |
| newDataObject () | |
| updateObject (&$artworkFile, &$previousFile) | |
Operations for retrieving and modifying ArtworkFile objects.
The SubmissionFileDAO will delegate to this class if it wishes to access ArtworkFile classes.
Definition at line 23 of file ArtworkFileDAODelegate.inc.php.
| ArtworkFileDAODelegate.ArtworkFileDAODelegate | ( | ) |
Constructor
Definition at line 27 of file ArtworkFileDAODelegate.inc.php.
References MonographFileDAODelegate.MonographFileDAODelegate().
| ArtworkFileDAODelegate.deleteObject | ( | &$ | submissionFile | ) |
Reimplemented from MonographFileDAODelegate.
Definition at line 113 of file ArtworkFileDAODelegate.inc.php.
| & ArtworkFileDAODelegate.fromRow | ( | &$ | row | ) |
Reimplemented from MonographFileDAODelegate.
Definition at line 131 of file ArtworkFileDAODelegate.inc.php.
| & ArtworkFileDAODelegate.insertObject | ( | &$ | artworkFile, | |
| $ | sourceFile, | |||
| $ | isUpload = false | |||
| ) |
| $artworkFile | ArtworkFile |
Reimplemented from MonographFileDAODelegate.
Definition at line 40 of file ArtworkFileDAODelegate.inc.php.
| ArtworkFileDAODelegate.newDataObject | ( | ) |
Reimplemented from MonographFileDAODelegate.
Definition at line 149 of file ArtworkFileDAODelegate.inc.php.
| ArtworkFileDAODelegate.updateObject | ( | &$ | artworkFile, | |
| &$ | previousFile | |||
| ) |
| $artworkFile | ArtworkFile | |
| $previousFile | ArtworkFile |
Reimplemented from MonographFileDAODelegate.
Definition at line 73 of file ArtworkFileDAODelegate.inc.php.
1.7.1