Uses of Class
com.jalios.jcms.vote.Vote

Packages that use Vote
com.jalios.jcms.vote   
 

Uses of Vote in com.jalios.jcms.vote
 

Methods in com.jalios.jcms.vote that return Vote
 Vote VoteManager.createVote(Publication pub, Member mbr, Map context, int rating)
          Creates a vote and returns it
 Vote VoteManager.getVote(Publication pub, Member mbr)
          Return a Vote bound on given Publication and given Member
 

Methods in com.jalios.jcms.vote that return types with arguments of type Vote
 List<Vote> VoteManager.getPositiveVoteList(Publication pub)
          Return the positive vote List for given Publication
 List<Vote> VoteManager.getVoteList(Publication pub)
          Return the vote List for given Publication
 

Methods in com.jalios.jcms.vote with parameters of type Vote
 void VoteManager.notifyAuthor(Vote vote)
          Notifies the Publication's author that he has received a new vote
 



Copyright © 2001-2010 Jalios SA. All Rights Reserved.