Uses of Class
org.sonar.jpa.dao.RulesDao

Packages that use RulesDao
org.sonar.api.rules   
org.sonar.jpa.dao   
org.sonar.server.configuration   
 

Uses of RulesDao in org.sonar.api.rules
 

Constructors in org.sonar.api.rules with parameters of type RulesDao
DefaultRulesManager(RulesDao dao)
          Deprecated.  
 

Uses of RulesDao in org.sonar.jpa.dao
 

Methods in org.sonar.jpa.dao that return RulesDao
 RulesDao DaoFacade.getRulesDao()
           
 

Constructors in org.sonar.jpa.dao with parameters of type RulesDao
DaoFacade(ProfilesDao profilesDao, RulesDao rulesDao, MeasuresDao measuresDao)
           
 

Uses of RulesDao in org.sonar.server.configuration
 

Methods in org.sonar.server.configuration with parameters of type RulesDao
 void ProfilesBackup.importProfile(RulesDao rulesDao, RulesProfile toImport)
           
 

Constructors in org.sonar.server.configuration with parameters of type RulesDao
ProfilesManager(DatabaseSession session, RulesDao rulesDao)
           
 



Copyright © 2009-2012 SonarSource. All Rights Reserved.