it.eng.spagobi.kpi.config.dao
Class PeriodicityDAOImpl

java.lang.Object
  extended by it.eng.spagobi.commons.dao.AbstractHibernateDAO
      extended by it.eng.spagobi.kpi.config.dao.PeriodicityDAOImpl
All Implemented Interfaces:
IPeriodicityDAO

public class PeriodicityDAOImpl
extends AbstractHibernateDAO
implements IPeriodicityDAO


Constructor Summary
PeriodicityDAOImpl()
           
 
Method Summary
 Periodicity loadPeriodicityById(java.lang.Integer id)
          Returns the Periodicity of the referred id
 java.util.List loadPeriodicityList()
          Returns the list of Periodicity.
 
Methods inherited from class it.eng.spagobi.commons.dao.AbstractHibernateDAO
getSession, logException
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PeriodicityDAOImpl

public PeriodicityDAOImpl()
Method Detail

loadPeriodicityById

public Periodicity loadPeriodicityById(java.lang.Integer id)
                                throws it.eng.spago.error.EMFUserError
Description copied from interface: IPeriodicityDAO
Returns the Periodicity of the referred id

Specified by:
loadPeriodicityById in interface IPeriodicityDAO
Parameters:
id - of the Periodicity
Returns:
Periodicity of the referred id
Throws:
it.eng.spago.error.EMFUserError - If an Exception occurred

loadPeriodicityList

public java.util.List loadPeriodicityList()
                                   throws it.eng.spago.error.EMFUserError
Description copied from interface: IPeriodicityDAO
Returns the list of Periodicity.

Specified by:
loadPeriodicityList in interface IPeriodicityDAO
Returns:
the list of all Periodicity.
Throws:
it.eng.spago.error.EMFUserError - if an Exception occurs