|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Option | |
|---|---|
| org.sakaiproject.poll.logic | |
| org.sakaiproject.poll.model | |
| org.sakaiproject.poll.util | |
| Uses of Option in org.sakaiproject.poll.logic |
|---|
| Methods in org.sakaiproject.poll.logic that return Option | |
|---|---|
Option |
PollListManager.getOptionById(Long optionId)
Get a specific option by its id |
| Methods in org.sakaiproject.poll.logic that return types with arguments of type Option | |
|---|---|
List<Option> |
PollListManager.getOptionsForPoll(Long pollId)
Get all options for a specific poll |
List<Option> |
PollListManager.getOptionsForPoll(Poll poll)
Get all options for a specific poll |
List<Option> |
PollListManager.getVisibleOptionsForPoll(Long pollId)
Get options for the given poll that are not flagged as deleted. |
| Methods in org.sakaiproject.poll.logic with parameters of type Option | |
|---|---|
void |
PollListManager.deleteOption(Option option)
Delete an option from the database. |
void |
PollListManager.deleteOption(Option option,
boolean soft)
Delete a poll option, either "hard" or "soft". |
List<Vote> |
PollVoteManager.getAllVotesForOption(Option option)
Get all votes for Option |
boolean |
PollListManager.saveOption(Option t)
Save an individual option |
| Uses of Option in org.sakaiproject.poll.model |
|---|
| Methods in org.sakaiproject.poll.model that return types with arguments of type Option | |
|---|---|
List<Option> |
Poll.getPollOptions()
|
| Methods in org.sakaiproject.poll.model with parameters of type Option | |
|---|---|
void |
Poll.addOption(Option option)
|
| Method parameters in org.sakaiproject.poll.model with type arguments of type Option | |
|---|---|
void |
Poll.setOptions(List<Option> value)
|
| Constructors in org.sakaiproject.poll.model with parameters of type Option | |
|---|---|
Vote(Poll poll,
Option option,
String subId)
|
|
| Uses of Option in org.sakaiproject.poll.util |
|---|
| Methods in org.sakaiproject.poll.util with parameters of type Option | |
|---|---|
static Element |
PollUtil.optionToXml(Option option,
Document doc,
Stack<Element> stack)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||