org.sonar.core.review
Interface ReviewMapper


public interface ReviewMapper

Since:
2.13

Method Summary
 ReviewDto selectById(long id)
           
 List<ReviewDto> selectByQuery(ReviewQuery query)
           
 List<ReviewDto> selectByResource(int resourceId)
           
 List<ReviewDto> selectCloseables(int resourceId, int snapshotId)
           
 

Method Detail

selectById

ReviewDto selectById(long id)

selectByResource

List<ReviewDto> selectByResource(int resourceId)

selectByQuery

List<ReviewDto> selectByQuery(ReviewQuery query)

selectCloseables

List<ReviewDto> selectCloseables(int resourceId,
                                 int snapshotId)


Copyright © 2009-2012 SonarSource. All Rights Reserved.