|
Open Monograph Press
3.3.0
|
Public Member Functions | |
| _fromRow ($row) | |
| deleteById ($fileId, $revision=null) | |
| filenameExists ($contextId, $fileName) | |
| getByContextId ($contextId, $type=null) | |
| getById ($fileId, $contextId=null) | |
| getBySubmissionId ($submissionId, $type=null, $contextId=null) | |
| getInsertId () | |
| getLocaleFieldNames () | |
| insertObject ($libraryFile) | |
| newDataObject () | |
| updateLocaleFields (&$libraryFile) | |
| updateObject ($libraryFile) | |
Public Member Functions inherited from DAO | |
| __construct ($dataSource=null, $callHooks=true) | |
| concat () | |
| convertFromDB ($value, $type) | |
| convertToDB ($value, &$type) | |
| dateFromDB ($d) | |
| datetimeFromDB ($dt) | |
| datetimeToDB ($dt) | |
| dateToDB ($d) | |
| flushCache () | |
| formatDateToDB ($date, $defaultNumWeeks=null, $acceptPastDate=true) | |
| getAdditionalFieldNames () | |
| getAffectedRows () | |
| getDataObjectSettings ($tableName, $idFieldName, $idFieldValue, $dataObject) | |
| getDataSource () | |
| getDirectionMapping ($direction) | |
| getDriver () | |
| getType ($value) | |
| handleError ($dataSource, $sql) | |
| nullOrInt ($value) | |
| replace ($table, $arrFields, $keyCols) | |
| & | retrieve ($sql, $params=false, $callHooks=true) |
| & | retrieveCached ($sql, $params=false, $secsToCache=3600, $callHooks=true) |
| & | retrieveLimit ($sql, $params=false, $numRows=false, $offset=false, $callHooks=true) |
| & | retrieveRange ($sql, $params=false, $dbResultRange=null, $callHooks=true) |
| setCacheDir () | |
| setDataSource ($dataSource) | |
| update ($sql, $params=false, $callHooks=true, $dieOnError=true) | |
| updateDataObjectSettings ($tableName, $dataObject, $idArray) | |
Additional Inherited Members | |
Static Public Member Functions inherited from DAO | |
| static | getDataChangedEvent ($elementId=null, $parentElementId=null, $content='') |
Data Fields inherited from DAO | |
| $_dataSource | |
Protected Member Functions inherited from DAO | |
| _getInsertId ($table='', $id='') | |
Operations for retrieving and modifying LibraryFile objects.
Definition at line 19 of file LibraryFileDAO.inc.php.
| LibraryFileDAO::_fromRow | ( | $row | ) |
Internal function to return a LibraryFile object from a row.
| $row | array |
Definition at line 121 of file LibraryFileDAO.inc.php.
References HookRegistry\call(), DAO\datetimeFromDB(), DAO\getDataObjectSettings(), and newDataObject().
Referenced by getById().
| LibraryFileDAO::deleteById | ( | $fileId, | |
$revision = null |
|||
| ) |
Delete a library file by ID.
| $libraryId | int |
| $revision | int |
Definition at line 219 of file LibraryFileDAO.inc.php.
References DAO\update().
| LibraryFileDAO::filenameExists | ( | $contextId, | |
| $fileName | |||
| ) |
Check if a file with this filename already exists
| $contextId | int the context to check in. |
| $filename | String the filename to be checked |
Definition at line 236 of file LibraryFileDAO.inc.php.
References DAO\retrieve().
| LibraryFileDAO::getByContextId | ( | $contextId, | |
$type = null |
|||
| ) |
Retrieve all library files for a context.
| $contextId | int |
| $type | (optional) |
Definition at line 53 of file LibraryFileDAO.inc.php.
References DAO\retrieve().
| LibraryFileDAO::getById | ( | $fileId, | |
$contextId = null |
|||
| ) |
Retrieve a library file by ID.
| $fileId | int |
| $contextId | int optional |
Definition at line 27 of file LibraryFileDAO.inc.php.
References _fromRow(), and DAO\retrieve().
| LibraryFileDAO::getBySubmissionId | ( | $submissionId, | |
$type = null, |
|||
$contextId = null |
|||
| ) |
Retrieve all library files for a submission.
| $submissionId | int |
| $type | (optional) |
| $contextId | (optional) int |
Definition at line 73 of file LibraryFileDAO.inc.php.
References DAO\retrieve().
| LibraryFileDAO::getInsertId | ( | ) |
Get the ID of the last inserted library file.
Definition at line 251 of file LibraryFileDAO.inc.php.
References DAO\_getInsertId().
Referenced by insertObject().
| LibraryFileDAO::getLocaleFieldNames | ( | ) |
Get the list of fields for which data is localized.
Reimplemented from DAO.
Definition at line 100 of file LibraryFileDAO.inc.php.
| LibraryFileDAO::insertObject | ( | $libraryFile | ) |
Insert a new LibraryFile.
| $libraryFile | LibraryFile |
Definition at line 147 of file LibraryFileDAO.inc.php.
References getInsertId(), DAO\update(), and updateLocaleFields().
| LibraryFileDAO::newDataObject | ( | ) |
Construct a new data object corresponding to this DAO.
Definition at line 91 of file LibraryFileDAO.inc.php.
Referenced by _fromRow().
| LibraryFileDAO::updateLocaleFields | ( | & | $libraryFile | ) |
Update the localized fields for this file.
| $libraryFile |
Definition at line 108 of file LibraryFileDAO.inc.php.
References DAO\updateDataObjectSettings().
Referenced by insertObject(), and updateObject().
| LibraryFileDAO::updateObject | ( | $libraryFile | ) |
Update a LibraryFile
| $libraryFile | LibraryFile |
Definition at line 183 of file LibraryFileDAO.inc.php.
References DAO\datetimeToDB(), DAO\update(), and updateLocaleFields().