org.whatsitcalled.webflange.model
Class ChartDAOHibernate

java.lang.Object
  extended by org.springframework.dao.support.DaoSupport
      extended by org.springframework.orm.hibernate3.support.HibernateDaoSupport
          extended by org.whatsitcalled.webflange.model.ChartDAOHibernate
All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean, ChartDAO

public class ChartDAOHibernate
extends org.springframework.orm.hibernate3.support.HibernateDaoSupport
implements ChartDAO


Field Summary
 
Fields inherited from class org.springframework.dao.support.DaoSupport
logger
 
Constructor Summary
ChartDAOHibernate()
           
 
Method Summary
 Chart getChart(java.lang.Long id)
           
 FileManager getFileManager()
           
 void saveChart(Chart chart)
           
 void setFileManager(FileManager fileManager)
           
 
Methods inherited from class org.springframework.orm.hibernate3.support.HibernateDaoSupport
checkDaoConfig, convertHibernateAccessException, createHibernateTemplate, getHibernateTemplate, getSession, getSession, getSessionFactory, releaseSession, setHibernateTemplate, setSessionFactory
 
Methods inherited from class org.springframework.dao.support.DaoSupport
afterPropertiesSet, initDao
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChartDAOHibernate

public ChartDAOHibernate()
Method Detail

getChart

public Chart getChart(java.lang.Long id)
Specified by:
getChart in interface ChartDAO

saveChart

public void saveChart(Chart chart)
Specified by:
saveChart in interface ChartDAO

getFileManager

public FileManager getFileManager()

setFileManager

public void setFileManager(FileManager fileManager)


Copyright © 2008 Innobuilt Software LLC. All Rights Reserved.