Uses of Class
org.chorem.pollen.bean.PollUrl

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 PollUrlService.getPollCloneUrl(Poll poll)
           
 PollUrl PollUrlService.getPollEditUrl(Poll poll)
           
 PollUrl PollUrlService.getPollExportUrl(Poll poll)
           
 PollUrl PollUrlService.getPollModerateUrl(Poll poll)
           
 PollUrl PollUrlService.getPollResultUrl(Poll poll)
           
 PollUrl PollUrlService.getPollSummaryUrl(Poll poll)
           
 PollUrl PollUrlService.getPollVoteUrl(Poll poll)
           
 PollUrl PollUrlService.getPollVoteUrl(Poll poll, PollAccount pollAccount)
           
protected  PollUrl PollUrlService.newPollUrl(PollActions action, Poll poll, boolean admin)
           
protected  PollUrl PollUrlService.newPollUrl(PollActions action, Poll poll, PollAccount pollAccount)
           
 

Methods in org.chorem.pollen.services.impl with parameters of type PollUrl
 void SecurityService.removeAccountIdWhenConnected(PollUrl url, UserAccount userAccount)
           
 



Copyright © 2009-2012 CodeLutin. All Rights Reserved.