public interface ChadDataProvider
| Modifier and Type | Method and Description |
|---|---|
void |
addChadPoll(ChadPoll chadPoll) |
AdminUser |
getAdminUser(String username) |
ChadPoll[] |
getAllChadPolls() |
ChadPoll |
getChadPoll(String pollId) |
ChadPollResult |
getPollResult(String pollId) |
void |
updateChadPoll(ChadPoll chadPoll) |
void updateChadPoll(ChadPoll chadPoll)
ChadPollResult getPollResult(String pollId)
void addChadPoll(ChadPoll chadPoll)
ChadPoll[] getAllChadPolls()
Copyright © 2015 WSO2 Inc. All rights reserved.