| Package | Description |
|---|---|
| org.wso2.appserver.sample.chad | |
| org.wso2.appserver.sample.chad.command | |
| org.wso2.appserver.sample.chad.data |
| Modifier and Type | Method and Description |
|---|---|
ChadPoll[] |
ChadDataProvider.getAllChadPolls() |
ChadPoll |
ChadDataProvider.getChadPoll(String pollId) |
ChadPoll[] |
Chad.getStartedPolls() |
ChadPoll[] |
Chad.getStoppedPolls() |
ChadPoll[] |
Chad.listPolls() |
| Modifier and Type | Method and Description |
|---|---|
void |
ChadDataProvider.addChadPoll(ChadPoll chadPoll) |
void |
ChadDataProvider.updateChadPoll(ChadPoll chadPoll) |
| Modifier and Type | Method and Description |
|---|---|
ChadPoll |
GetPollCommand.getPoll() |
ChadPoll[] |
GetAllPollsCommand.getPolls() |
| Constructor and Description |
|---|
AddPollCommand(ChadPoll poll) |
UpdatePollCommand(ChadPoll poll) |
| Modifier and Type | Method and Description |
|---|---|
ChadPoll[] |
DatabaseChadDataProvider.getAllChadPolls() |
ChadPoll[] |
ChadPersistenceManager.getAllPolls()
Get all the polls in the system
|
ChadPoll |
DatabaseChadDataProvider.getChadPoll(String pollId) |
ChadPoll |
VotedIPAddress.getPoll() |
ChadPoll |
ChadPersistenceManager.getPoll(String pollId)
Retrieve a chad poll
|
| Modifier and Type | Method and Description |
|---|---|
void |
DatabaseChadDataProvider.addChadPoll(ChadPoll chadPoll) |
void |
ChadPersistenceManager.addPoll(ChadPoll poll)
Add a new Poll
|
void |
VotedIPAddress.setPoll(ChadPoll poll) |
void |
DatabaseChadDataProvider.updateChadPoll(ChadPoll chadPoll) |
void |
ChadPersistenceManager.updatePoll(ChadPoll poll)
Update a poll
|
Copyright © 2015 WSO2 Inc. All rights reserved.