org.apache.continuum.dao
Interface SystemConfigurationDao

All Known Implementing Classes:
SystemConfigurationDaoImpl

public interface SystemConfigurationDao

Version:
$Id: SystemConfigurationDao.java 684085 2008-08-08 20:48:14Z evenisse $
Author:
Emmanuel Venisse

Method Summary
 SystemConfiguration addSystemConfiguration(SystemConfiguration systemConf)
           
 SystemConfiguration getSystemConfiguration()
           
 void updateSystemConfiguration(SystemConfiguration systemConf)
           
 

Method Detail

addSystemConfiguration

SystemConfiguration addSystemConfiguration(SystemConfiguration systemConf)

updateSystemConfiguration

void updateSystemConfiguration(SystemConfiguration systemConf)
                               throws ContinuumStoreException
Throws:
ContinuumStoreException

getSystemConfiguration

SystemConfiguration getSystemConfiguration()
                                           throws ContinuumStoreException
Throws:
ContinuumStoreException


Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.