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

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

public class KpiInstPeriodDAOImpl
extends AbstractHibernateDAO
implements IKpiInstPeriodDAO


Constructor Summary
KpiInstPeriodDAOImpl()
           
 
Method Summary
 java.util.List loadKpiInstPeriodId(java.lang.Integer kpiInstId)
          Load couples by Kpi Instance Id .
 
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

KpiInstPeriodDAOImpl

public KpiInstPeriodDAOImpl()
Method Detail

loadKpiInstPeriodId

public java.util.List loadKpiInstPeriodId(java.lang.Integer kpiInstId)
                                   throws it.eng.spago.error.EMFUserError
Description copied from interface: IKpiInstPeriodDAO
Load couples by Kpi Instance Id .

Specified by:
loadKpiInstPeriodId in interface IKpiInstPeriodDAO
Returns:
list of modelResource Id
Throws:
it.eng.spago.error.EMFUserError