com.j2biz.blogunity.dao
Class SystemConfigurationDAO

java.lang.Object
  extended bycom.j2biz.blogunity.dao.AbstractDAO
      extended bycom.j2biz.blogunity.dao.SystemConfigurationDAO

public class SystemConfigurationDAO
extends AbstractDAO

Since:
0.1
Author:
michelson

Field Summary
 
Fields inherited from class com.j2biz.blogunity.dao.AbstractDAO
eventService
 
Constructor Summary
SystemConfigurationDAO()
           
 
Method Summary
 SystemConfiguration getSystemConfiguration()
           
 void setSystemConfiguration(SystemConfiguration config)
           
 void updateSystemConfiguration(SystemConfiguration config)
           
 
Methods inherited from class com.j2biz.blogunity.dao.AbstractDAO
create, delete, getByID, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SystemConfigurationDAO

public SystemConfigurationDAO()
Method Detail

getSystemConfiguration

public SystemConfiguration getSystemConfiguration()
                                           throws BlogunityException
Throws:
BlogunityException

updateSystemConfiguration

public void updateSystemConfiguration(SystemConfiguration config)
                               throws BlogunityException
Throws:
BlogunityException

setSystemConfiguration

public void setSystemConfiguration(SystemConfiguration config)
                            throws BlogunityException
Throws:
BlogunityException


Copyright (c)j2biz.com