public class PollsVoteService extends BaseService
session| Constructor and Description |
|---|
PollsVoteService(Session session) |
| Modifier and Type | Method and Description |
|---|---|
org.json.JSONObject |
addVote(long questionId,
long choiceId,
JSONObjectWrapper serviceContext) |
checkNull, getSession, mangleWrapper, setSession, toStringpublic PollsVoteService(Session session)
public org.json.JSONObject addVote(long questionId,
long choiceId,
JSONObjectWrapper serviceContext)
throws java.lang.Exception
java.lang.Exception