Open Journal Systems  3.3.0
InterestEntryDAO Class Reference
Inheritance diagram for InterestEntryDAO:
ControlledVocabEntryDAO DAO

Public Member Functions

 getAdditionalFieldNames ()
 
 getByControlledVocabId ($controlledVocabId, $rangeInfo=null, $filter=null)
 
 getByIds ($entryIds)
 
 newDataObject ()
 
- Public Member Functions inherited from ControlledVocabEntryDAO
 _fromRow ($row)
 
 deleteObject ($controlledVocabEntry)
 
 deleteObjectById ($controlledVocabEntryId)
 
 getByContextId ($symbolic, $contextId, $locale)
 
 getById ($controlledVocabEntryId, $controlledVocabId=null)
 
 getBySetting ($settingValue, $symbolic, $assocType=0, $assocId=0, $settingName='name', $locale='')
 
 getInsertId ()
 
 getLocaleFieldNames ()
 
 getSettingsDAO ()
 
 insertObject ($controlledVocabEntry)
 
 resequence ($controlledVocabId)
 
 updateLocaleFields ($controlledVocabEntry)
 
 updateObject ($controlledVocabEntry)
 
- 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)
 
 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='')
 

Detailed Description

Definition at line 21 of file InterestEntryDAO.inc.php.

Member Function Documentation

◆ getAdditionalFieldNames()

InterestEntryDAO::getAdditionalFieldNames ( )

Get the list of non-localized additional fields to store.

Returns
array

Reimplemented from DAO.

Definition at line 35 of file InterestEntryDAO.inc.php.

◆ getByControlledVocabId()

InterestEntryDAO::getByControlledVocabId (   $controlledVocabId,
  $rangeInfo = null,
  $filter = null 
)

Retrieve an iterator of controlled vocabulary entries matching a particular controlled vocabulary ID.

Parameters
$controlledVocabIdint
$rangeInfoRangeInfo optional range information for result
$filterstring Optional filter to match to beginnings of results
Returns
object DAOResultFactory containing matching CVE objects

Reimplemented from ControlledVocabEntryDAO.

Definition at line 47 of file InterestEntryDAO.inc.php.

References DAO\retrieveRange().

◆ getByIds()

InterestEntryDAO::getByIds (   $entryIds)

Retrieve controlled vocab entries matching a list of vocab entry IDs

Parameters
$entryIdsarray
Returns
DAOResultFactory

Definition at line 76 of file InterestEntryDAO.inc.php.

References DAO\retrieve().

◆ newDataObject()

InterestEntryDAO::newDataObject ( )

Construct a new data object corresponding to this DAO.

Returns
PaperTypeEntry

Reimplemented from ControlledVocabEntryDAO.

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


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