Uses of Class
org.sonar.jpa.entity.Review

Packages that use Review
org.sonar.jpa.entity   
org.sonar.plugins.core.sensors   
 

Uses of Review in org.sonar.jpa.entity
 

Methods in org.sonar.jpa.entity that return Review
 Review Review.setAssigneeId(Integer assigneeId)
           
 Review Review.setTitle(String title)
           
 Review Review.setUserId(Integer userId)
           
 

Uses of Review in org.sonar.plugins.core.sensors
 

Methods in org.sonar.plugins.core.sensors with parameters of type Review
protected  void UpdateReviewsDecorator.checkReviewForUpdate(Review review, Date currentDate)
           
 



Copyright © 2009-2012 SonarSource. All Rights Reserved.