Uses of Class
com.logicaldoc.core.document.Rating
-
Packages that use Rating Package Description com.logicaldoc.core.document.dao com.logicaldoc.webservice.model -
-
Uses of Rating in com.logicaldoc.core.document.dao
Methods in com.logicaldoc.core.document.dao that return Rating Modifier and Type Method Description RatingHibernateRatingDAO. findByDocIdAndUserId(long docId, long userId)RatingRatingDAO. findByDocIdAndUserId(long docId, long userId)Finds the rating for the given user id and the given document idRatingHibernateRatingDAO. findVotesByDocId(long docId)RatingRatingDAO. findVotesByDocId(long docId)Returns a rating that contains count and average of vote on the given documentMethods in com.logicaldoc.core.document.dao that return types with arguments of type Rating Modifier and Type Method Description List<Rating>HibernateRatingDAO. findByDocId(long docId)List<Rating>RatingDAO. findByDocId(long docId)Finds the ratings stored for the given document idMethods in com.logicaldoc.core.document.dao with parameters of type Rating Modifier and Type Method Description voidHibernateRatingDAO. store(Rating rating, DocumentHistory transaction)voidRatingDAO. store(Rating rating, DocumentHistory transaction)Stores a rating and saves the document's history -
Uses of Rating in com.logicaldoc.webservice.model
Methods in com.logicaldoc.webservice.model that return Rating Modifier and Type Method Description RatingWSRating. toRating()Methods in com.logicaldoc.webservice.model with parameters of type Rating Modifier and Type Method Description static WSRatingWSRating. fromRating(Rating rating)
-