|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PollUrl | |
|---|---|
| org.chorem.pollen.bean | |
| org.chorem.pollen.services.impl | |
| Uses of PollUrl in org.chorem.pollen.bean |
|---|
| Methods in org.chorem.pollen.bean that return PollUrl | |
|---|---|
static PollUrl |
PollUrl.newPollUrl(PollUrl pollUrl,
String accountId)
Create a new PollUrl which is a copy of the given pollUrl with
an other accountId for PollUri. |
static PollUrl |
PollUrl.newPollUrl(String baseUrl,
PollUri pollUri)
Create a new PollUrl with baseUrl which is the application url
for this url, and the pollUri to identify the poll. |
| Methods in org.chorem.pollen.bean with parameters of type PollUrl | |
|---|---|
static PollUrl |
PollUrl.newPollUrl(PollUrl pollUrl,
String accountId)
Create a new PollUrl which is a copy of the given pollUrl with
an other accountId for PollUri. |
| Uses of PollUrl in org.chorem.pollen.services.impl |
|---|
| Methods in org.chorem.pollen.services.impl that return PollUrl | |
|---|---|
PollUrl |
PollService.getPollEditUrl(Poll poll)
|
PollUrl |
PollService.getPollResultUrl(Poll poll)
|
PollUrl |
PollService.getPollVoteUrl(Poll poll,
boolean moderate)
|
| Methods in org.chorem.pollen.services.impl with parameters of type PollUrl | |
|---|---|
protected void |
PollFeedService.addFeedEntry(Poll poll,
String title,
String content,
PollUrl pollVoteUrl)
Ajout d'une entrée dans un flux. |
void |
PollFeedService.onAddChoice(Poll poll,
Choice choice,
PollUrl pollVoteUrl)
|
void |
PollFeedService.onAddComment(Comment comment,
PollUrl pollVoteUrl)
|
void |
PollFeedService.onAddVote(Vote vote,
boolean anonymousVote,
String pollResult,
PollUrl pollVoteUrl)
|
void |
PollFeedService.onPollCreated(Poll poll,
PollUrl pollVoteUrl)
|
void |
EmailService.onPollCreated(Poll poll,
PollUrl voteURL,
PollUrl moderateUrl,
PollUrl modifURL)
|
void |
EmailService.onPollReminder(Poll poll,
PollUrl voteURL)
|
void |
PreventRuleService.onPollToRemind(Poll poll,
PollUrl pollVoteUrl)
|
protected void |
PreventRuleService.onPollToRemind(Poll poll,
PreventRule preventRule,
PollUrl pollVoteUrl,
int timeValue)
|
void |
EmailService.onRestrictedPersonAdded(Poll poll,
PollAccount account,
PollUrl voteURL)
|
void |
EmailService.onVoteAdded(Poll poll,
PollUrl voteURL,
PollUrl modifURL)
|
void |
PreventRuleService.onVoteAdded(Poll poll,
PollUrl pollVoteUrl,
PollUrl modifURL)
|
protected void |
PreventRuleService.onVoteAdded(Poll poll,
PreventRule preventRule,
PollUrl pollVoteUrl,
PollUrl modifURL)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||