Uses of Class
org.chorem.pollen.business.dto.ChoiceDTO

Packages that use ChoiceDTO
org.chorem.pollen.business.converters Gestion de la conversion des DTO en entités et des entités en DTO. 
org.chorem.pollen.business.dto Data Transfert Objects. 
org.chorem.pollen.business.services Services proposés par le module Business. 
 

Uses of ChoiceDTO in org.chorem.pollen.business.converters
 

Methods in org.chorem.pollen.business.converters that return ChoiceDTO
 ChoiceDTO DataChoiceConverter.createChoiceDTO(Choice eChoice)
          Création d'un dto choix à partir d'une entité choix.
 

Methods in org.chorem.pollen.business.converters that return types with arguments of type ChoiceDTO
 List<ChoiceDTO> DataChoiceConverter.createChoiceDTOs(Collection<Choice> cChoices)
          Retourne une liste de dtos choix à partir d'une collection d'entités.
 

Methods in org.chorem.pollen.business.converters with parameters of type ChoiceDTO
 void DataChoiceConverter.populateChoiceEntity(ChoiceDTO choiceDTO, Choice eChoice)
          Création d'une entité choix à partir d'un dto choix.
 

Uses of ChoiceDTO in org.chorem.pollen.business.dto
 

Methods in org.chorem.pollen.business.dto that return types with arguments of type ChoiceDTO
 List<ChoiceDTO> VoteDTO.getChoiceDTOs()
           
 List<ChoiceDTO> PollDTO.getChoiceDTOs()
           
 

Method parameters in org.chorem.pollen.business.dto with type arguments of type ChoiceDTO
 void VoteDTO.setChoiceDTOs(List<ChoiceDTO> choiceDTOs)
           
 void PollDTO.setChoiceDTOs(List<ChoiceDTO> choiceDTOs)
           
 

Uses of ChoiceDTO in org.chorem.pollen.business.services
 

Methods in org.chorem.pollen.business.services that return ChoiceDTO
 ChoiceDTO ServiceChoiceImpl.findChoiceById(String choiceId)
           
 ChoiceDTO ServiceChoice.findChoiceById(String choiceId)
          Recherche d'un choix par son identifiant
 

Methods in org.chorem.pollen.business.services that return types with arguments of type ChoiceDTO
 List<ChoiceDTO> ServiceChoiceImpl.findChoicesByName(String choiceName, String pollId)
           
 List<ChoiceDTO> ServiceChoice.findChoicesByName(String choiceName, String pollId)
          Recherche de choix d'un sondage à partir du nom
 List<ChoiceDTO> ServiceChoiceImpl.selectChoices(Map<String,Object> properties)
           
 List<ChoiceDTO> ServiceChoice.selectChoices(Map<String,Object> properties)
          Recherche de tous les choix d'un sondage
 

Methods in org.chorem.pollen.business.services with parameters of type ChoiceDTO
 String ServiceChoiceImpl.createChoice(ChoiceDTO choice)
           
 String ServiceChoice.createChoice(ChoiceDTO choice)
          Création d'un choix
 boolean ServiceChoiceImpl.updateChoice(ChoiceDTO choiceDTO)
           
 boolean ServiceChoice.updateChoice(ChoiceDTO choiceDTO)
          Mise à jour d'un choix pour un sondage
 

Method parameters in org.chorem.pollen.business.services with type arguments of type ChoiceDTO
 List<Choice> ServiceChoiceImpl.createChoices(List<ChoiceDTO> choices, String pollId, org.nuiton.topia.TopiaContext transaction)
           
 List<Choice> ServiceChoice.createChoices(List<ChoiceDTO> choices, String pollId, org.nuiton.topia.TopiaContext transaction)
          Création des choix du sondage
 



Copyright © 2009-2010 CodeLutin. All Rights Reserved.