org.sonar.core.rule
Interface RuleMapper


public interface RuleMapper


Method Summary
 List<RuleDto> selectAll()
           
 RuleDto selectById(Long id)
           
 

Method Detail

selectAll

List<RuleDto> selectAll()

selectById

RuleDto selectById(Long id)


Copyright © 2009-2012 SonarSource. All Rights Reserved.