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 Rating
HibernateRatingDAO. findByDocIdAndUserId(long docId, long userId)
Rating
RatingDAO. findByDocIdAndUserId(long docId, long userId)
Finds the rating for the given user id and the given document idRating
HibernateRatingDAO. findVotesByDocId(long docId)
Rating
RatingDAO. 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 boolean
HibernateRatingDAO. store(Rating rating, DocumentHistory transaction)
boolean
RatingDAO. 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 Rating
WSRating. toRating()
Methods in com.logicaldoc.webservice.model with parameters of type Rating Modifier and Type Method Description static WSRating
WSRating. fromRating(Rating rating)
-