Uses of Class
com.logicaldoc.core.document.Rating
Packages that use Rating
-
Uses of Rating in com.logicaldoc.core.document.dao
Methods in com.logicaldoc.core.document.dao that return RatingModifier 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 documentMethods in com.logicaldoc.core.document.dao that return types with arguments of type RatingModifier and TypeMethodDescriptionHibernateRatingDAO.findByDocId
(long docId) RatingDAO.findByDocId
(long docId) Finds the ratings stored for the given document idMethods in com.logicaldoc.core.document.dao with parameters of type RatingModifier 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
Methods in com.logicaldoc.webservice.model that return RatingMethods in com.logicaldoc.webservice.model with parameters of type Rating