|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sonar.api.database.daos.RulesDao
@Deprecated public class RulesDao
| Constructor Summary | |
|---|---|
RulesDao(RulesDao target)
Deprecated. |
|
| Method Summary | |
|---|---|
void |
addActiveRulesToProfile(List<ActiveRule> activeRules,
int profileId,
String pluginKey)
Deprecated. |
Long |
countRules(List<String> plugins,
String categoryName)
Deprecated. |
List<RulesCategory> |
getCategories()
Deprecated. |
RulesCategory |
getCategory(String key)
Deprecated. |
RulesProfile |
getProfileById(int profileId)
Deprecated. |
Rule |
getRuleByKey(String pluginKey,
String ruleKey)
Deprecated. |
RuleParam |
getRuleParam(Rule rule,
String paramKey)
Deprecated. |
List<RuleParam> |
getRuleParams()
Deprecated. |
List<Rule> |
getRules()
Deprecated. |
List<Rule> |
getRulesByCategory(RulesCategory categ)
Deprecated. |
List<Rule> |
getRulesByPlugin(String pluginKey)
Deprecated. |
List<RuleFailureModel> |
getViolations(Snapshot snapshot)
Deprecated. |
boolean |
isRuleParamEqual(RuleParam ruleParam,
RuleParam ruleParamFromDatabase,
String ruleKey,
String pluginKey)
Deprecated. |
void |
synchronizeRuleOfActiveRule(ActiveRule activeRule,
String pluginKey)
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RulesDao(RulesDao target)
| Method Detail |
|---|
public List<Rule> getRules()
public List<Rule> getRulesByPlugin(String pluginKey)
public List<Rule> getRulesByCategory(RulesCategory categ)
public Rule getRuleByKey(String pluginKey,
String ruleKey)
public Long countRules(List<String> plugins,
String categoryName)
public List<RulesCategory> getCategories()
public RulesCategory getCategory(String key)
public List<RuleParam> getRuleParams()
public RuleParam getRuleParam(Rule rule,
String paramKey)
public void addActiveRulesToProfile(List<ActiveRule> activeRules,
int profileId,
String pluginKey)
public List<RuleFailureModel> getViolations(Snapshot snapshot)
public void synchronizeRuleOfActiveRule(ActiveRule activeRule,
String pluginKey)
public boolean isRuleParamEqual(RuleParam ruleParam,
RuleParam ruleParamFromDatabase,
String ruleKey,
String pluginKey)
public RulesProfile getProfileById(int profileId)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||