|
Open Monograph Press
3.3.0
|
Public Member Functions | |
| getByFileId ($fileId) | |
| newDataObject () | |
Public Member Functions inherited from EventLogDAO | |
| build ($row) | |
| changeUser ($oldUserId, $newUserId) | |
| deleteByAssoc ($assocType, $assocId) | |
| deleteById ($logId, $assocType=null, $assocId=null) | |
| getByAssoc ($assocType, $assocId, $rangeInfo=null) | |
| getById ($logId, $assocType=null, $assocId=null) | |
| getInsertId () | |
| insertObject ($entry) | |
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 () | |
| getLocaleFieldNames () | |
| 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='') | |
Extension to EventLogDAO for submission file specific log entries.
Definition at line 20 of file SubmissionFileEventLogDAO.inc.php.
| SubmissionFileEventLogDAO::getByFileId | ( | $fileId | ) |
Get event log entries by submission file ID.
| $fileId | int |
Definition at line 37 of file SubmissionFileEventLogDAO.inc.php.
References EventLogDAO\getByAssoc().
| SubmissionFileEventLogDAO::newDataObject | ( | ) |
Instantiate a submission file event log entry.
Reimplemented from EventLogDAO.
Definition at line 26 of file SubmissionFileEventLogDAO.inc.php.