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. 
org.chorem.pollen.votecounting.services Services proposés par le module VoteCounting. 
 

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)
           
 

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

Methods in org.chorem.pollen.votecounting.services that return types with arguments of type PollChoiceDTO
protected  List<PollChoiceDTO> ImportExportService.toPollChoices(List<org.jdom.Element> listPollChoices)
           
 

Methods in org.chorem.pollen.votecounting.services with parameters of type PollChoiceDTO
protected  org.jdom.Element ImportExportService.toDOM(PollChoiceDTO pollChoice)
           
 



Copyright © 2009-2012 CodeLutin. All Rights Reserved.