|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Poll | |
|---|---|
| org.exoplatform.poll.service | Provides classes necessary to manage processes relate to Poll. |
| 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 by id. |
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 of 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. |
abstract void |
PollEventListener.closePoll(Poll poll)
|
void |
PollEventLifeCycle.closePoll(Poll poll)
This will be call after close poll |
static String |
Utils.getCurrentUserVote(Poll poll)
|
static String |
Utils.getInfoVote(Poll poll)
Get a string from infoVote of poll |
static String |
Utils.getUserVote(Poll poll,
String userName)
Convert userVote of poll to s string |
void |
PollService.savePoll(Poll poll,
boolean isNew,
boolean isVote)
Saves poll. |
abstract void |
PollEventListener.savePoll(Poll poll,
boolean isNew,
boolean isVote)
|
void |
PollEventLifeCycle.savePoll(Poll poll,
boolean isNew,
boolean isVote)
This will be call after save poll |
void |
DataStorage.savePoll(Poll poll,
boolean isNew,
boolean isVote)
|
void |
PollService.setClosedPoll(Poll poll)
Sets the poll to closed. |
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 | |||||||||