org.sonar.jpa.dao
Class ProfilesDao

java.lang.Object
  extended by org.sonar.jpa.dao.BaseDao
      extended by org.sonar.jpa.dao.ProfilesDao

public class ProfilesDao
extends BaseDao


Constructor Summary
ProfilesDao(DatabaseSession session)
           
 
Method Summary
 RulesProfile getActiveProfile(String languageKey, String projectResourceKey)
           
 RulesProfile getProfile(String languageKey, String profileName)
           
 
Methods inherited from class org.sonar.jpa.dao.BaseDao
getSession
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProfilesDao

public ProfilesDao(DatabaseSession session)
Method Detail

getActiveProfile

public RulesProfile getActiveProfile(String languageKey,
                                     String projectResourceKey)

getProfile

public RulesProfile getProfile(String languageKey,
                               String profileName)


Copyright © 2009-2012 SonarSource. All Rights Reserved.