Uses of Class
com.jalios.jcms.vote.Vote
-
Packages that use Vote Package Description com.jalios.jcms.vote -
-
Uses of Vote in com.jalios.jcms.vote
Methods in com.jalios.jcms.vote that return Vote Modifier and Type Method Description Vote
VoteManager. createVote(Publication pub, Member mbr, java.util.Map context, int rating)
Creates a vote and returns itVote
VoteManager. getVote(Publication pub, Member mbr)
Return a Vote bound on given Publication and given MemberMethods in com.jalios.jcms.vote that return types with arguments of type Vote Modifier and Type Method Description java.util.List<Vote>
VoteManager. getNegativeVoteList(Publication pub)
Return the positive vote List for given Publicationjava.util.List<Vote>
VoteManager. getPositiveVoteList(Publication pub)
Return the positive vote List for given Publicationjava.util.List<Vote>
VoteManager. getVoteList(Publication pub)
Return the vote List for given Publicationjava.util.List<Vote>
VoteManager. getVoteList(Publication pub, java.lang.String orderBy)
Return the vote List for given Publication with given orderMethods in com.jalios.jcms.vote with parameters of type Vote Modifier and Type Method Description void
VoteManager. notifyAuthor(Vote vote)
Notifies the Publication's author that he has received a new vote
-