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:
ISpagoBIDao, 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
commitIfActiveAndClose, getSession, getUserProfile, logException, rollbackIfActiveAndClose, setUserID, setUserProfile, updateSbiCommonInfo4Insert, updateSbiCommonInfo4Update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface it.eng.spagobi.commons.dao.ISpagoBIDao
getUserProfile, setUserID, setUserProfile
 

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