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

Packages that use PollUri
org.chorem.pollen.bean   
org.chorem.pollen.services.impl   
 

Uses of PollUri in org.chorem.pollen.bean
 

Methods in org.chorem.pollen.bean that return PollUri
 PollUri PollUrl.getPollUri()
           
static PollUri PollUri.newPollUri(String uri)
           
static PollUri PollUri.newPollUri(String pollId, String accountId)
           
 

Methods in org.chorem.pollen.bean with parameters of type 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.
 

Uses of PollUri in org.chorem.pollen.services.impl
 

Methods in org.chorem.pollen.services.impl with parameters of type PollUri
 void PollService.checkPoll(PollUri uri)
           
 void PollService.checkPollAccount(PollUri uri)
           
 void PollService.checkPollCreator(PollUri uri)
           
 void PollService.checkPollResult(PollUri uri)
           
 String VoteService.getUpdateVoteUrl(PollUri pollUri)
          Retrieve the URL to update a vote based on PollUri.
 



Copyright © 2009-2012 CodeLutin. All Rights Reserved.