|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Poll | |
|---|---|
| org.exoplatform.poll.service | |
| org.exoplatform.poll.service.impl | |
| Uses of Poll in org.exoplatform.poll.service |
|---|
| Methods in org.exoplatform.poll.service that return Poll | |
|---|---|
static Poll |
Utils.calculateVote(Poll poll,
String userId,
String voteOptions)
Calculate data of poll when user Voted. |
Poll |
PollService.getPoll(String pollId)
Gets the poll. |
Poll |
DataStorage.getPoll(String pollId)
|
Poll |
PollService.removePoll(String pollId)
Removes the poll. |
Poll |
DataStorage.removePoll(String pollId)
|
| Methods in org.exoplatform.poll.service that return types with arguments of type Poll | |
|---|---|
List<Poll> |
PollService.getPagePoll()
Gets list polls. |
List<Poll> |
DataStorage.getPagePoll()
|
| Methods in org.exoplatform.poll.service with parameters of type Poll | |
|---|---|
static Poll |
Utils.calculateVote(Poll poll,
String userId,
String voteOptions)
Calculate data of poll when user Voted. |
void |
PollService.savePoll(Poll poll,
boolean isNew,
boolean isVote)
Save poll. |
void |
DataStorage.savePoll(Poll poll,
boolean isNew,
boolean isVote)
|
void |
PollService.setClosedPoll(Poll poll)
Sets the closed poll. |
void |
DataStorage.setClosedPoll(Poll poll)
|
| Uses of Poll in org.exoplatform.poll.service.impl |
|---|
| Methods in org.exoplatform.poll.service.impl that return Poll | |
|---|---|
Poll |
PollServiceImpl.getPoll(String pollId)
|
Poll |
JCRDataStorage.getPoll(String pollId)
|
Poll |
PollServiceImpl.removePoll(String pollId)
|
Poll |
JCRDataStorage.removePoll(String pollId)
|
| Methods in org.exoplatform.poll.service.impl that return types with arguments of type Poll | |
|---|---|
List<Poll> |
PollServiceImpl.getPagePoll()
|
List<Poll> |
JCRDataStorage.getPagePoll()
|
| Methods in org.exoplatform.poll.service.impl with parameters of type Poll | |
|---|---|
void |
PollServiceImpl.savePoll(Poll poll,
boolean isNew,
boolean isVote)
|
void |
JCRDataStorage.savePoll(Poll poll,
boolean isNew,
boolean isVote)
|
void |
PollServiceImpl.setClosedPoll(Poll poll)
|
void |
JCRDataStorage.setClosedPoll(Poll poll)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||