Open Journal Systems
3.3.0
|
Public Member Functions | |
deleteObject ($submissionFile) | |
getAdditionalFieldNames () | |
getLocaleFieldNames () | |
insertObject ($supplementaryFile, $sourceFile, $isUpload=false) | |
newDataObject () | |
updateObject ($suppFile, $previousFile) | |
![]() | |
_deleteDependentObjects ($submissionFile) | |
_updateDependentObjects ($submissionFile, $previousFile) | |
changePubId ($pubObjectId, $pubIdType, $pubId) | |
deleteAllPubIds ($contextId, $pubIdType) | |
deletePubId ($pubObjectId, $pubIdType) | |
fromRow ($row) | |
pubIdExists ($pubIdType, $pubId, $excludePubObjectId, $contextId) | |
updateLocaleFields ($submissionFile) | |
![]() | |
__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) | |
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 | getDataChangedEvent ($elementId=null, $parentElementId=null, $content='') |
![]() | |
$_dataSource | |
![]() | |
_getInsertId ($table='', $id='') | |
Base class for operations for retrieving and modifying SupplementaryFile objects.
The SubmissionFileDAO will delegate to this class if it wishes to access SupplementaryFile classes.
Definition at line 23 of file SupplementaryFileDAODelegate.inc.php.
SupplementaryFileDAODelegate::deleteObject | ( | $submissionFile | ) |
Delete a submission file from the database.
$submissionFile | SubmissionFile |
Reimplemented from SubmissionFileDAODelegate.
Definition at line 84 of file SupplementaryFileDAODelegate.inc.php.
References DAO\update().
SupplementaryFileDAODelegate::getAdditionalFieldNames | ( | ) |
Get a list of additional field names to store in this DAO. This can be used to extend the table with virtual "columns", typically using the ..._settings table.
Reimplemented from SubmissionFileDAODelegate.
Definition at line 115 of file SupplementaryFileDAODelegate.inc.php.
SupplementaryFileDAODelegate::getLocaleFieldNames | ( | ) |
Get locale field names. Like getAdditionalFieldNames, but for localized (multilingual) fields.
Reimplemented from SubmissionFileDAODelegate.
Definition at line 103 of file SupplementaryFileDAODelegate.inc.php.
SupplementaryFileDAODelegate::insertObject | ( | $supplementaryFile, | |
$sourceFile, | |||
$isUpload = false |
|||
) |
$supplementaryFile | SupplementaryFile |
Reimplemented from SubmissionFileDAODelegate.
Definition at line 34 of file SupplementaryFileDAODelegate.inc.php.
References DAO\update().
SupplementaryFileDAODelegate::newDataObject | ( | ) |
Construct a new data object corresponding to this DAO.
Reimplemented from SubmissionFileDAODelegate.
Definition at line 127 of file SupplementaryFileDAODelegate.inc.php.
SupplementaryFileDAODelegate::updateObject | ( | $suppFile, | |
$previousFile | |||
) |
$suppFile | SupplementaryFile |
$previousFile | SupplementaryFile |
Reimplemented from SubmissionFileDAODelegate.
Definition at line 60 of file SupplementaryFileDAODelegate.inc.php.
References DAO\update().