Uses of Class
it.eng.spagobi.kpi.model.bo.ModelInstanceNode

Packages that use ModelInstanceNode
it.eng.spagobi.kpi.config.dao   
 

Uses of ModelInstanceNode in it.eng.spagobi.kpi.config.dao
 

Methods in it.eng.spagobi.kpi.config.dao that return ModelInstanceNode
 ModelInstanceNode IKpiDAO.loadModelInstanceById(java.lang.Integer id, java.util.Date requestedDate)
          Returns the ModelInstance of the referred id
 ModelInstanceNode KpiDAOImpl.loadModelInstanceById(java.lang.Integer id, java.util.Date requestedDate)
           
 ModelInstanceNode IKpiDAO.loadModelInstanceByLabel(java.lang.String label, java.util.Date requestedDate)
          Returns the ModelInstance of the referred label
 ModelInstanceNode KpiDAOImpl.loadModelInstanceByLabel(java.lang.String label, java.util.Date requestedDate)