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

Packages that use Choice
org.chorem.pollen.business   
org.chorem.pollen.business.converters   
org.chorem.pollen.business.persistence   
 

Uses of Choice in org.chorem.pollen.business
 

Methods in org.chorem.pollen.business that return types with arguments of type Choice
 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)
           
 

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 PollAbstract.getChoiceByTopiaId(java.lang.String topiaId)
           
 Choice Poll.getChoiceByTopiaId(java.lang.String topiaId)
          Recupère l'attribut choice à partir de son topiaId.
 

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

Methods in org.chorem.pollen.business.persistence with parameters of type Choice
 void PollAbstract.addChoice(Choice choice)
           
 void Poll.addChoice(Choice choice)
           
 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> VoteToChoiceDAOAbstract.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 VoteDAOAbstract.findContainsChoice(Choice... v)
          Retourne le premier élément 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 PollDAOAbstract.findContainsChoice(Choice... v)
          Retourne le premier élément trouvé dont l'attribut choice contient le paramètre
 VoteToChoice VoteAbstract.getChoiceVoteToChoice(Choice value)
           
 VoteToChoice Vote.getChoiceVoteToChoice(Choice value)
           
 void PollAbstract.removeChoice(Choice value)
           
 void Poll.removeChoice(Choice choice)
           
 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 PollAbstract.addAllChoice(java.util.List<Choice> values)
           
 void Poll.addAllChoice(java.util.List<Choice> choice)
           
 void PollAbstract.setChoice(java.util.List<Choice> values)
           
 void Poll.setChoice(java.util.List<Choice> choice)
           
 



Copyright © 2009 CodeLutin. All Rights Reserved.