org.sonar.core.rule
Class RuleDao

java.lang.Object
  extended by org.sonar.core.rule.RuleDao
All Implemented Interfaces:
BatchComponent, ServerComponent

public class RuleDao
extends Object
implements BatchComponent, ServerComponent


Constructor Summary
RuleDao(MyBatis mybatis)
           
 
Method Summary
 List<RuleDto> selectAll()
           
 RuleDto selectById(Long id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RuleDao

public RuleDao(MyBatis mybatis)
Method Detail

selectAll

public List<RuleDto> selectAll()

selectById

public RuleDto selectById(Long id)


Copyright © 2009-2012 SonarSource. All Rights Reserved.