Uses of Class
com.logicaldoc.core.document.Rating
Package
Description
-
Uses of Rating in com.logicaldoc.core.document
Modifier and TypeMethodDescriptionHibernateRatingDAO.findByDocIdAndUserId
(long docId, long userId) RatingDAO.findByDocIdAndUserId
(long docId, long userId) Finds the rating for the given user id and the given document idHibernateRatingDAO.findVotesByDocId
(long docId) RatingDAO.findVotesByDocId
(long docId) Returns a rating that contains count and average of vote on the given documentModifier and TypeMethodDescriptionHibernateRatingDAO.findByDocId
(long docId) RatingDAO.findByDocId
(long docId) Finds the ratings stored for the given document idModifier and TypeMethodDescriptionvoid
HibernateRatingDAO.store
(Rating rating, DocumentHistory transaction) void
RatingDAO.store
(Rating rating, DocumentHistory transaction) Stores a rating and saves the document's history -
Uses of Rating in com.logicaldoc.webservice.model