Uses of Class
org.chorem.pollen.services.exceptions.PollAccountNotFound

Packages that use PollAccountNotFound
org.chorem.pollen.services.impl   
 

Uses of PollAccountNotFound in org.chorem.pollen.services.impl
 

Methods in org.chorem.pollen.services.impl that throw PollAccountNotFound
 void PollService.closePoll(String pollId, UserAccount userAccount, String accountId)
           
 Vote VoteService.createVote(Poll poll, Vote vote)
           
 void PollService.deletePoll(String pollId, UserAccount userAccount, String accountId)
           
 PollAccount PollService.getPollAccountByAccountId(String accountId)
           
 PollAccount PollService.getPollAccountEditable(String accountId, UserAccount userAccount, Poll poll)
          Retrieve a pollAccount with accountId.
 



Copyright © 2009-2012 CodeLutin. All Rights Reserved.