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

Packages that use IRoleDAO
it.eng.spagobi.bo.dao   
it.eng.spagobi.bo.dao.hibernate   
it.eng.spagobi.bo.dao.jdbc   
it.eng.spagobi.security   
 

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

Methods in it.eng.spagobi.bo.dao that return IRoleDAO
static IRoleDAO DAOFactory.getRoleDAO()
          Creates a DAO instance for a role
 

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

Classes in it.eng.spagobi.bo.dao.hibernate that implement IRoleDAO
 class RoleDAOHibImpl
          Defines the Hibernate implementations for all DAO methods, for a Role.
 

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

Classes in it.eng.spagobi.bo.dao.jdbc that implement IRoleDAO
 class RoleDAOImpl
          Defines the JDBC implementations for all DAO methods, for a role.
 

Uses of IRoleDAO in it.eng.spagobi.security
 

Methods in it.eng.spagobi.security with parameters of type IRoleDAO
private  boolean RoleSynchronizer.exist(Role pRole, IRoleDAO aRoleDAO)
          Returns true if a role already exists into the role list, false if none.