| 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)
|