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

Packages that use VotingList
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 VotingList in org.chorem.pollen.business.converters
 

Methods in org.chorem.pollen.business.converters with parameters of type VotingList
 VotingListDTO DataVotingListConverter.createVotingListDTO(VotingList eVotingList)
          Création d'un dto votingList à partir d'une entité.
 void DataVotingListConverter.populatePersonVotingList(VotingListDTO votingListDTO, VotingList eVotingList)
          Mise à jour des PersonToList d'une entité votingList à partir d'un dto votingList.
 void DataVotingListConverter.populateVotingListEntity(VotingListDTO votingListDTO, VotingList eVotingList)
          Création d'une liste à partir d'un dto liste.
 

Method parameters in org.chorem.pollen.business.converters with type arguments of type VotingList
 java.util.List<VotingListDTO> DataVotingListConverter.createVotingListDTOs(java.util.List<VotingList> lVotingLists)
          Retourne une liste de dtos votingList à partir d'une liste d'entités.
 

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

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

Classes in org.chorem.pollen.business.persistence that implement VotingList
 class VotingListAbstract
          Implantation POJO pour l'entité VotingList.
 class VotingListImpl
          Implantation des operations pour l'entité VotingList.
 

Fields in org.chorem.pollen.business.persistence declared as VotingList
 VotingList VoteAbstract.votingList
           
 VotingList PersonToListAbstract.votingList
           
 

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

Methods in org.chorem.pollen.business.persistence that return VotingList
 VotingList Vote.getVotingList()
           
 VotingList VoteAbstract.getVotingList()
           
 VotingList PersonToListAbstract.getVotingList()
           
 VotingList PersonToList.getVotingList()
           
 VotingList Poll.getVotingListByTopiaId(java.lang.String topiaId)
          Recupère l'attribut votingList à partir de son topiaId.
 VotingList PollAbstract.getVotingListByTopiaId(java.lang.String topiaId)
           
 

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

Methods in org.chorem.pollen.business.persistence with parameters of type VotingList
 void Poll.addVotingList(VotingList votingList)
           
 void PollAbstract.addVotingList(VotingList votingList)
           
 java.util.List<E> VoteDAOAbstract.findAllByVotingList(VotingList v)
          Retourne les éléments ayant comme valeur pour l'attribut votingList le paramètre
 java.util.List<E> PollAccountDAOAbstract.findAllContainsVotingList(VotingList... v)
          Retourne les éléments trouvé dont l'attribut votingList contient le paramètre
 java.util.List<E> PersonToListDAOAbstract.findAllContainsVotingList(VotingList... v)
          Retourne les éléments trouvé dont l'attribut votingList contient le paramètre
 java.util.List<E> PollDAOAbstract.findAllContainsVotingList(VotingList... v)
          Retourne les éléments trouvé dont l'attribut votingList contient le paramètre
 E VoteDAOAbstract.findByVotingList(VotingList v)
          Retourne le premier élément trouvé ayant comme valeur pour l'attribut votingList le paramètre
 E PollAccountDAOAbstract.findContainsVotingList(VotingList... v)
          Retourne le premier élément trouvé dont l'attribut votingList contient le paramètre
 E PersonToListDAOAbstract.findContainsVotingList(VotingList... v)
          Retourne le premier élément trouvé dont l'attribut votingList contient le paramètre
 E PollDAOAbstract.findContainsVotingList(VotingList... v)
          Retourne le premier élément trouvé dont l'attribut votingList contient le paramètre
 PersonToList PollAccount.getVotingListPersonToList(VotingList value)
           
 PersonToList PollAccountAbstract.getVotingListPersonToList(VotingList value)
           
 void Poll.removeVotingList(VotingList votingList)
           
 void PollAbstract.removeVotingList(VotingList value)
           
 void Vote.setVotingList(VotingList votingList)
           
 void VoteAbstract.setVotingList(VotingList value)
           
 void PersonToListAbstract.setVotingList(VotingList value)
           
 void PersonToList.setVotingList(VotingList value)
           
 

Method parameters in org.chorem.pollen.business.persistence with type arguments of type VotingList
 void Poll.addAllVotingList(java.util.List<VotingList> votingList)
           
 void PollAbstract.addAllVotingList(java.util.List<VotingList> values)
           
 void Poll.setVotingList(java.util.List<VotingList> votingList)
           
 void PollAbstract.setVotingList(java.util.List<VotingList> values)
           
 

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

Methods in org.chorem.pollen.business.services that return types with arguments of type VotingList
 java.util.List<VotingList> ServiceList.createVotingLists(java.util.List<VotingListDTO> votingLists, java.lang.String pollId, org.nuiton.topia.TopiaContext transaction)
          Création des groupes de votant du sondage
 java.util.List<VotingList> ServiceListImpl.createVotingLists(java.util.List<VotingListDTO> votingLists, java.lang.String pollId, org.nuiton.topia.TopiaContext trans)
           
 



Copyright © 2009-2010 CodeLutin. All Rights Reserved.