|
Open Journal Systems
3.3.0
|
Protected Member Functions | |
| _getPrimaryKeyColumn () | |
| _getTableName () | |
Protected Member Functions inherited from SettingsDAO | |
| _getCacheName () | |
Protected Member Functions inherited from DAO | |
| _getInsertId ($table='', $id='') | |
Additional Inherited Members | |
Public Member Functions inherited from SettingsDAO | |
| _buildObject (&$node, $paramArray=array()) | |
| _cacheMiss ($cache, $id) | |
| _getCache ($id) | |
| _installer_regexp_callback ($matches) | |
| _performReplacement ($rawInput, $paramArray=array()) | |
| deleteById ($id) | |
| deleteSetting ($id, $name, $locale=null) | |
| & | getSetting ($id, $name, $locale=null) |
| & | getSettings ($id) |
| installSettings ($id, $filename, $paramArray=array()) | |
| loadSettings ($id) | |
| updateSetting ($id, $name, $value, $type=null, $isLocalized=false) | |
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) | |
Static Public Member Functions inherited from DAO | |
| static | getDataChangedEvent ($elementId=null, $parentElementId=null, $content='') |
Data Fields inherited from DAO | |
| $_dataSource | |
Operations for retrieving and modifying journal settings.
Definition at line 19 of file JournalSettingsDAO.inc.php.
|
protected |
Get the primary key column name.
Reimplemented from SettingsDAO.
Definition at line 31 of file JournalSettingsDAO.inc.php.
|
protected |
Get the settings table name.
Reimplemented from SettingsDAO.
Definition at line 24 of file JournalSettingsDAO.inc.php.