Uses of Class
de.uka.ipd.consensus.impl.SQLRatingImpl

Packages that use SQLRatingImpl
de.uka.ipd.consensus.impl   
 

Uses of SQLRatingImpl in de.uka.ipd.consensus.impl
 

Methods in de.uka.ipd.consensus.impl with parameters of type SQLRatingImpl
protected  Collection SQLRatingManagerImpl.getHistory(SQLRatingImpl rating)
           
protected  void SQLRatingManagerImpl.changeRatingValue(SQLRatingImpl rating, double newval, double oldval, long newdate, long olddate, long newrateddate, long oldrateddate, String oldcomment)
           
protected  void SQLRatingManagerImpl.changeRatingComment(SQLRatingImpl rating, String comment)