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
 java.util.List<ChoiceDTO> DataChoiceConverter.createChoiceDTOs(java.util.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
 java.util.List<ChoiceDTO> PollDTO.getChoiceDTOs()
           
 java.util.List<ChoiceDTO> VoteDTO.getChoiceDTOs()
           
 

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

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

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

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

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

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



Copyright © 2009 CodeLutin. All Rights Reserved.