org.apache.continuum.dao
Class SystemConfigurationDaoImpl
java.lang.Object
org.apache.continuum.dao.AbstractDao
org.apache.continuum.dao.SystemConfigurationDaoImpl
- All Implemented Interfaces:
- SystemConfigurationDao
@Repository(value="systemConfigurationDao")
public class SystemConfigurationDaoImpl
- extends AbstractDao
- implements SystemConfigurationDao
- Version:
- $Id: SystemConfigurationDaoImpl.java 1372260 2012-08-13 04:29:09Z brett $
- Author:
- Emmanuel Venisse
Methods inherited from class org.apache.continuum.dao.AbstractDao |
addObject, attachAndDelete, getAllObjectsDetached, getAllObjectsDetached, getAllObjectsDetached, getAllObjectsDetached, getContinuumPersistenceManagerFactory, getObjectById, getObjectById, getObjectFromQuery, getPersistenceManager, makePersistent, removeObject, rollback, updateObject |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SystemConfigurationDaoImpl
public SystemConfigurationDaoImpl()
addSystemConfiguration
public SystemConfiguration addSystemConfiguration(SystemConfiguration systemConf)
- Specified by:
addSystemConfiguration
in interface SystemConfigurationDao
updateSystemConfiguration
public void updateSystemConfiguration(SystemConfiguration systemConf)
throws ContinuumStoreException
- Specified by:
updateSystemConfiguration
in interface SystemConfigurationDao
- Throws:
ContinuumStoreException
getSystemConfiguration
public SystemConfiguration getSystemConfiguration()
throws ContinuumStoreException
- Specified by:
getSystemConfiguration
in interface SystemConfigurationDao
- Throws:
ContinuumStoreException
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.