com.atlassian.jira.issue.vote
Interface VoteManager

All Known Implementing Classes:
DefaultVoteManager

public interface VoteManager


Method Summary
 boolean addVote(User user, org.ofbiz.core.entity.GenericValue issue)
           
 Collection getVoters(org.ofbiz.core.entity.GenericValue issue)
           
 boolean hasVoted(User user, org.ofbiz.core.entity.GenericValue issue)
           
 boolean isVotingEnabled()
           
 boolean removeVote(User user, org.ofbiz.core.entity.GenericValue issue)
           
 

Method Detail

addVote

public boolean addVote(User user,
                       org.ofbiz.core.entity.GenericValue issue)

removeVote

public boolean removeVote(User user,
                          org.ofbiz.core.entity.GenericValue issue)

getVoters

public Collection getVoters(org.ofbiz.core.entity.GenericValue issue)

isVotingEnabled

public boolean isVotingEnabled()

hasVoted

public boolean hasVoted(User user,
                        org.ofbiz.core.entity.GenericValue issue)


Copyright © 2002-2006 Atlassian. All Rights Reserved.