Uses of Interface
org.chorem.pollen.business.persistence.Choice

Packages that use Choice
org.chorem.pollen.business.converters Gestion de la conversion des DTO en entités et des entités en DTO. 
org.chorem.pollen.business.persistence   
org.chorem.pollen.business.services Services proposés par le module Business. 
 

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

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

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

Uses of Choice in org.chorem.pollen.business.persistence
 

Classes in org.chorem.pollen.business.persistence with type parameters of type Choice
 class ChoiceDAOAbstract<E extends Choice>
          Implantation DAO pour l'entité Choice.
 class ChoiceDAOImpl<E extends Choice>
          Implantation du DAO pour l'entité Choice.
 

Classes in org.chorem.pollen.business.persistence that implement Choice
 class ChoiceAbstract
          Implantation POJO pour l'entité Choice.
 class ChoiceImpl
          Implantation des operations pour l'entité Choice.
 

Fields in org.chorem.pollen.business.persistence declared as Choice
 Choice VoteToChoiceAbstract.choice
           
 

Fields in org.chorem.pollen.business.persistence with type parameters of type Choice
 java.util.List<Choice> PollAbstract.choice
           
 

Methods in org.chorem.pollen.business.persistence that return Choice
 Choice VoteToChoiceAbstract.getChoice()
           
 Choice VoteToChoice.getChoice()
           
 Choice Poll.getChoiceByTopiaId(java.lang.String topiaId)
          Recupère l'attribut choice à partir de son topiaId.
 Choice PollAbstract.getChoiceByTopiaId(java.lang.String topiaId)
           
 

Methods in org.chorem.pollen.business.persistence that return types with arguments of type Choice
 java.util.List<Choice> Poll.getChoice()
           
 java.util.List<Choice> PollAbstract.getChoice()
           
 

Methods in org.chorem.pollen.business.persistence with parameters of type Choice
 void Poll.addChoice(Choice choice)
           
 void PollAbstract.addChoice(Choice choice)
           
 java.util.List<E> VoteToChoiceDAOAbstract.findAllContainsChoice(Choice... v)
          Retourne les éléments trouvé dont l'attribut choice contient le paramètre
 java.util.List<E> VoteDAOAbstract.findAllContainsChoice(Choice... v)
          Retourne les éléments trouvé dont l'attribut choice contient le paramètre
 java.util.List<E> PollDAOAbstract.findAllContainsChoice(Choice... v)
          Retourne les éléments trouvé dont l'attribut choice contient le paramètre
 E VoteToChoiceDAOAbstract.findContainsChoice(Choice... v)
          Retourne le premier élément trouvé dont l'attribut choice contient le paramètre
 E VoteDAOAbstract.findContainsChoice(Choice... v)
          Retourne le premier élément trouvé dont l'attribut choice contient le paramètre
 E PollDAOAbstract.findContainsChoice(Choice... v)
          Retourne le premier élément trouvé dont l'attribut choice contient le paramètre
 VoteToChoice Vote.getChoiceVoteToChoice(Choice value)
           
 VoteToChoice VoteAbstract.getChoiceVoteToChoice(Choice value)
           
 void Poll.removeChoice(Choice choice)
           
 void PollAbstract.removeChoice(Choice value)
           
 void VoteToChoiceAbstract.setChoice(Choice value)
           
 void VoteToChoice.setChoice(Choice value)
           
 

Method parameters in org.chorem.pollen.business.persistence with type arguments of type Choice
 void Poll.addAllChoice(java.util.List<Choice> choice)
           
 void PollAbstract.addAllChoice(java.util.List<Choice> values)
           
 void Poll.setChoice(java.util.List<Choice> choice)
           
 void PollAbstract.setChoice(java.util.List<Choice> values)
           
 

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

Methods in org.chorem.pollen.business.services that return types with arguments of type Choice
 java.util.List<Choice> ServiceChoiceImpl.createChoices(java.util.List<ChoiceDTO> choices, java.lang.String pollId, org.nuiton.topia.TopiaContext trans)
           
 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
 



Copyright © 2009-2010 CodeLutin. All Rights Reserved.