Uses of Class
model.entity.CommentVote
-
Packages that use CommentVote Package Description model.entity Package contenenti le entità persistenti -
-
Uses of CommentVote in model.entity
Fields in model.entity with type parameters of type CommentVote Modifier and Type Field Description protected Map<User,CommentVote>
Comment. votes
Methods in model.entity that return CommentVote Modifier and Type Method Description CommentVote
Comment. getVote(User user)
Ottieni il voto di un utente al commento in questione (o
-