Open Monograph Press
3.3.0
|
Public Member Functions | |
__construct () | |
_fromRow ($row) | |
deleteByAssoc ($assocType, $assocId) | |
deleteById ($spotlightId) | |
deleteByTypeId ($typeId) | |
deleteObject ($spotlight) | |
getByAssoc ($assocType, $assocId, $rangeInfo=null) | |
getById ($spotlightId) | |
getByPressId ($pressId, $rangeInfo=null) | |
getInsertId () | |
getLocaleFieldNames () | |
getMostRecentSpotlightByAssoc ($assocType, $assocId) | |
getNumSpotlightsByAssoc ($assocType, $assocId, $rangeInfo=null) | |
getRandomByPressId ($pressId, $quantity=1) | |
getSpotlightAssocId ($spotlightId) | |
getSpotlightAssocType ($spotlightId) | |
insertObject ($spotlight) | |
newDataObject () | |
updateLocaleFields (&$spotlight) | |
updateObject ($spotlight) | |
![]() | |
__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 | getDataChangedEvent ($elementId=null, $parentElementId=null, $content='') |
![]() | |
$_dataSource | |
![]() | |
_getInsertId ($table='', $id='') | |
Operations for retrieving and modifying Spotlight objects.
Definition at line 19 of file SpotlightDAO.inc.php.
SpotlightDAO::__construct | ( | ) |
Constructor
Definition at line 23 of file SpotlightDAO.inc.php.
SpotlightDAO::_fromRow | ( | $row | ) |
Internal function to return an Spotlight object from a row.
$row | array |
Definition at line 99 of file SpotlightDAO.inc.php.
References DAO\getDataObjectSettings(), and newDataObject().
Referenced by getById(), and getMostRecentSpotlightByAssoc().
SpotlightDAO::deleteByAssoc | ( | $assocType, | |
$assocId | |||
) |
Delete spotlights by Assoc ID
$assocType | int |
$assocId | int |
Definition at line 203 of file SpotlightDAO.inc.php.
References deleteById().
SpotlightDAO::deleteById | ( | $spotlightId | ) |
Delete an spotlight by spotlight ID.
$spotlightId | int |
Definition at line 181 of file SpotlightDAO.inc.php.
References DAO\update().
Referenced by deleteByAssoc(), and deleteObject().
SpotlightDAO::deleteByTypeId | ( | $typeId | ) |
Delete spotlights by spotlight type ID.
$typeId | int |
Definition at line 191 of file SpotlightDAO.inc.php.
References deleteObject().
SpotlightDAO::deleteObject | ( | $spotlight | ) |
Delete a spotlight.
$spotlight | Spotlight |
Definition at line 172 of file SpotlightDAO.inc.php.
References deleteById().
Referenced by deleteByTypeId().
SpotlightDAO::getByAssoc | ( | $assocType, | |
$assocId, | |||
$rangeInfo = null |
|||
) |
Retrieve an array of spotlights matching a particular assoc ID.
$assocType | int |
$assocId | int |
Definition at line 279 of file SpotlightDAO.inc.php.
References DAO\retrieveRange().
SpotlightDAO::getById | ( | $spotlightId | ) |
Retrieve a spotlight by spotlight ID.
$spotlightId | int |
Definition at line 32 of file SpotlightDAO.inc.php.
References _fromRow(), and DAO\retrieve().
SpotlightDAO::getByPressId | ( | $pressId, | |
$rangeInfo = null |
|||
) |
Retrieve an array of spotlights matching a press id.
$pressId | int |
Definition at line 216 of file SpotlightDAO.inc.php.
References DAO\retrieveRange().
Referenced by getRandomByPressId().
SpotlightDAO::getInsertId | ( | ) |
Get the ID of the last inserted spotlight.
Definition at line 338 of file SpotlightDAO.inc.php.
References DAO\_getInsertId().
Referenced by insertObject().
SpotlightDAO::getLocaleFieldNames | ( | ) |
Get the list of localized field names for this table
Reimplemented from DAO.
Definition at line 82 of file SpotlightDAO.inc.php.
SpotlightDAO::getMostRecentSpotlightByAssoc | ( | $assocType, | |
$assocId | |||
) |
Retrieve most recent spotlight by Assoc ID.
$assocType | int |
Definition at line 316 of file SpotlightDAO.inc.php.
References _fromRow(), and DAO\retrieve().
SpotlightDAO::getNumSpotlightsByAssoc | ( | $assocType, | |
$assocId, | |||
$rangeInfo = null |
|||
) |
Retrieve an array of numSpotlights spotlights matching a particular Assoc ID.
$assocType | int |
Definition at line 297 of file SpotlightDAO.inc.php.
References DAO\retrieveRange().
SpotlightDAO::getRandomByPressId | ( | $pressId, | |
$quantity = 1 |
|||
) |
Retrieve a random spotlight matching a press id.
$pressId | int |
$quantity | int (optional) If more than one is needed, specify here. |
Definition at line 247 of file SpotlightDAO.inc.php.
References getByPressId().
SpotlightDAO::getSpotlightAssocId | ( | $spotlightId | ) |
Retrieve spotlight Assoc ID by spotlight ID.
$spotlightId | int |
Definition at line 51 of file SpotlightDAO.inc.php.
References DAO\retrieve().
SpotlightDAO::getSpotlightAssocType | ( | $spotlightId | ) |
Retrieve spotlight Assoc ID by spotlight ID.
$spotlightId | int |
Definition at line 67 of file SpotlightDAO.inc.php.
References DAO\retrieve().
SpotlightDAO::insertObject | ( | $spotlight | ) |
Insert a new Spotlight.
$spotlight | Spotlight |
Definition at line 126 of file SpotlightDAO.inc.php.
References getInsertId(), DAO\update(), and updateLocaleFields().
SpotlightDAO::newDataObject | ( | ) |
Get a new data object.
Definition at line 90 of file SpotlightDAO.inc.php.
Referenced by _fromRow().
SpotlightDAO::updateLocaleFields | ( | & | $spotlight | ) |
Update the settings for this object
$spotlight | object |
Definition at line 115 of file SpotlightDAO.inc.php.
References DAO\updateDataObjectSettings().
Referenced by insertObject(), and updateObject().
SpotlightDAO::updateObject | ( | $spotlight | ) |
Update an existing spotlight.
$spotlight | Spotlight |
Definition at line 148 of file SpotlightDAO.inc.php.
References DAO\update(), and updateLocaleFields().