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

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

Uses of PollResult in org.chorem.pollen.bean
 

Methods in org.chorem.pollen.bean that return types with arguments of type PollResult
 List<PollResult> PollResultList.getPollResults()
           
 

Method parameters in org.chorem.pollen.bean with type arguments of type PollResult
 void PollResultList.setPollResults(List<PollResult> pollResults)
           
 

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

Methods in org.chorem.pollen.services.impl that return types with arguments of type PollResult
 List<PollResult> PollResultsService.createNumberVoteCountingResult(PollResultList resultListDTO, com.google.common.collect.Multimap<String,String> choicesResults, com.google.common.collect.Multimap<String,String> subtitles)
           
protected  List<PollResult> PollResultsService.createPollResults(Poll poll)
          Retourne la liste des résultats d'un sondage sous forme de DTOs.
 List<PollResult> PollResultsService.getTopRanking(List<PollResult> results)
           
 

Method parameters in org.chorem.pollen.services.impl with type arguments of type PollResult
 String PollResultsService.getResultValue(Choice choice, Collection<PollResult> results)
           
 List<PollResult> PollResultsService.getTopRanking(List<PollResult> results)
           
 



Copyright © 2009-2012 CodeLutin. All Rights Reserved.