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.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)
           
 Poll PollService.getExistingPollByPollId(String pollId)
           
protected  Poll PollService.getNewPollCopy(String pollUid, UserAccount userAccount, boolean clone)
          Obtains a copy of an existing poll given his pollUid.
 Poll PollService.getPollEditable(String pollUid, UserAccount userAccount, boolean clone)
          Retrieve a Poll for edition.
 Poll PollService.updatePoll(Poll poll)
           
 



Copyright © 2009-2012 CodeLutin. All Rights Reserved.