|
Open Journal Systems
3.3.0
|
Public Member Functions | |
| _fromRow ($primaryRow) | |
Public Member Functions inherited from PKPPublicationDAO | |
| changePubId ($pubObjectId, $pubIdType, $pubId) | |
| deleteAllPubIds ($contextId, $pubIdType) | |
| deleteById ($publicationId) | |
| deletePubId ($pubObjectId, $pubIdType) | |
| insertObject ($publication) | |
| newDataObject () | |
| pubIdExists ($pubIdType, $pubId, $excludePubObjectId, $contextId) | |
| updateObject ($publication) | |
Public Member Functions inherited from SchemaDAO | |
| deleteObject ($object) | |
| getById ($objectId) | |
| getInsertId () | |
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) | |
Data Fields | |
| $primaryTableColumns | |
Data Fields inherited from PKPPublicationDAO | |
| $controlledVocabProps = ['disciplines', 'keywords', 'languages', 'subjects', 'supportingAgencies'] | |
| $primaryKeyColumn = 'publication_id' | |
| $schemaName = SCHEMA_PUBLICATION | |
| $settingsTableName = 'publication_settings' | |
| $tableName = 'publications' | |
Data Fields inherited from SchemaDAO | |
| $primaryKeyColumn | |
| $primaryTableColumns = array() | |
| $schemaName | |
| $settingsTableName | |
| $tableName | |
Data Fields inherited from DAO | |
| $_dataSource | |
Additional Inherited Members | |
Static Public Member Functions inherited from DAO | |
| static | getDataChangedEvent ($elementId=null, $parentElementId=null, $content='') |
Protected Member Functions inherited from DAO | |
| _getInsertId ($table='', $id='') | |
Add OJS-specific functions for PKPPublicationDAO.
Definition at line 18 of file PublicationDAO.inc.php.
| PublicationDAO::_fromRow | ( | $primaryRow | ) |
Return a DataObject from a result row
| $primaryRow | array The result row from the primary table lookup |
Reimplemented from PKPPublicationDAO.
Definition at line 39 of file PublicationDAO.inc.php.
References PKPServices\get().
| PublicationDAO::$primaryTableColumns |
Definition at line 21 of file PublicationDAO.inc.php.