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

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

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

Methods in org.chorem.pollen.services.impl that throw PollNotFoundException
 void PollService.addChoice(String pollId, Choice choice)
           
 void PollService.checkPoll(PollUri uri)
           
 void PollService.checkPollAccount(PollUri uri)
           
 void PollService.checkPollCreator(PollUri uri)
           
 void PollService.checkPollResult(PollUri uri)
           
 void PollService.closePoll(String pollId, UserAccount userAccount, String accountId)
           
 void PollService.deleteChoice(String pollId, String choiceId)
           
 void PollService.deletePoll(String pollId, UserAccount userAccount, String accountId)
           
 String PollResultsService.exportPolltoXml(String pollId)
           
 PollResultList PollResultsService.getResults(String pollId)
           
 void PollService.updatePoll(Poll poll)
           
 



Copyright © 2009-2012 CodeLutin. All Rights Reserved.