| Package | Description |
|---|---|
| org.chorem.pollen.services.impl |
| Modifier and Type | Method and Description |
|---|---|
void |
PollService.addChoice(String pollId,
Choice choice) |
void |
PollService.attachPoll(String pollId,
UserAccount userAccount) |
void |
PollService.closePoll(String pollId) |
void |
PollService.deleteChoice(String pollId,
String choiceId) |
void |
PollService.deletePoll(String pollId) |
String |
PollResultsService.exportPolltoXml(String pollId) |
Poll |
PollService.getExistingPollByPollId(String pollId) |
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.