Uses of Interface
it.eng.spagobi.bo.dao.IParameterUseDAO

Packages that use IParameterUseDAO
it.eng.spagobi.bo.dao   
it.eng.spagobi.bo.dao.hibernate   
it.eng.spagobi.bo.dao.jdbc   
 

Uses of IParameterUseDAO in it.eng.spagobi.bo.dao
 

Methods in it.eng.spagobi.bo.dao that return IParameterUseDAO
static IParameterUseDAO DAOFactory.getParameterUseDAO()
          Creates a DAO instance for a parameter use mode
 

Uses of IParameterUseDAO in it.eng.spagobi.bo.dao.hibernate
 

Classes in it.eng.spagobi.bo.dao.hibernate that implement IParameterUseDAO
 class ParameterUseDAOHibImpl
          Defines the Hibernate implementations for all DAO methods, for a parameter use mode.
 

Uses of IParameterUseDAO in it.eng.spagobi.bo.dao.jdbc
 

Classes in it.eng.spagobi.bo.dao.jdbc that implement IParameterUseDAO
 class ParameterUseDAOImpl
          Defines the JDBC implementations for all DAO methods, for a parameter use mode.