Public Member Functions

ArtworkFileDAODelegate Class Reference
[Monograph]

Operations for retrieving and modifying ArtworkFile objects. More...

Inheritance diagram for ArtworkFileDAODelegate:
MonographFileDAODelegate

List of all members.

Public Member Functions

 ArtworkFileDAODelegate ()
 deleteObject (&$submissionFile)
fromRow (&$row)
insertObject (&$artworkFile, $sourceFile, $isUpload=false)
 newDataObject ()
 updateObject (&$artworkFile, &$previousFile)

Detailed Description

Operations for retrieving and modifying ArtworkFile objects.

See also:
ArtworkFile

The SubmissionFileDAO will delegate to this class if it wishes to access ArtworkFile classes.

Definition at line 23 of file ArtworkFileDAODelegate.inc.php.


Member Function Documentation

ArtworkFileDAODelegate.ArtworkFileDAODelegate (  ) 

Constructor

Definition at line 27 of file ArtworkFileDAODelegate.inc.php.

References MonographFileDAODelegate.MonographFileDAODelegate().

ArtworkFileDAODelegate.deleteObject ( &$  submissionFile  ) 
See also:
SubmissionFileDAODelegate.deleteObject()

Reimplemented from MonographFileDAODelegate.

Definition at line 113 of file ArtworkFileDAODelegate.inc.php.

& ArtworkFileDAODelegate.fromRow ( &$  row  ) 
See also:
SubmissionFileDAODelegate.fromRow()
Returns:
ArtworkFile

Reimplemented from MonographFileDAODelegate.

Definition at line 131 of file ArtworkFileDAODelegate.inc.php.

& ArtworkFileDAODelegate.insertObject ( &$  artworkFile,
sourceFile,
isUpload = false 
)
See also:
SubmissionFileDAODelegate.insert()
Parameters:
$artworkFile ArtworkFile
Returns:
ArtworkFile

Reimplemented from MonographFileDAODelegate.

Definition at line 40 of file ArtworkFileDAODelegate.inc.php.

ArtworkFileDAODelegate.newDataObject (  ) 
See also:
SubmissionFileDAODelegate.newDataObject()
Returns:
MonographFile

Reimplemented from MonographFileDAODelegate.

Definition at line 149 of file ArtworkFileDAODelegate.inc.php.

ArtworkFileDAODelegate.updateObject ( &$  artworkFile,
&$  previousFile 
)
See also:
SubmissionFileDAODelegate.update()
Parameters:
$artworkFile ArtworkFile
$previousFile ArtworkFile

Reimplemented from MonographFileDAODelegate.

Definition at line 73 of file ArtworkFileDAODelegate.inc.php.


The documentation for this class was generated from the following file: