Uses of Class
org.chorem.pollen.votecounting.dto.PollChoiceDTO

Packages that use PollChoiceDTO
org.chorem.pollen.votecounting.business Gestion des dépouillements. 
org.chorem.pollen.votecounting.dto Data Transfert Objects. 
 

Uses of PollChoiceDTO in org.chorem.pollen.votecounting.business
 

Methods in org.chorem.pollen.votecounting.business with parameters of type PollChoiceDTO
 void Context.addChoice(PollChoiceDTO choice)
          Ajout d'un nouveau choix au contexte
 void Context.addHiddenChoice(PollChoiceDTO choice)
          Ajout d'un nouveau choix au contexte
 

Uses of PollChoiceDTO in org.chorem.pollen.votecounting.dto
 

Methods in org.chorem.pollen.votecounting.dto that return types with arguments of type PollChoiceDTO
 List<PollChoiceDTO> PollDTO.getChoices()
           
 

Method parameters in org.chorem.pollen.votecounting.dto with type arguments of type PollChoiceDTO
 void PollDTO.setChoices(List<PollChoiceDTO> choices)
           
 



Copyright © 2009-2010 CodeLutin. All Rights Reserved.