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

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

Methods in org.chorem.pollen.business.converters that return VotingListDTO
 VotingListDTO DataVotingListConverter.createVotingListDTO(VotingList eVotingList)
          Création d'un dto votingList à partir d'une entité.
 

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

Methods in org.chorem.pollen.business.converters with parameters of type VotingListDTO
 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.
 

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

Methods in org.chorem.pollen.business.dto that return types with arguments of type VotingListDTO
 java.util.List<VotingListDTO> PollDTO.getVotingListDTOs()
           
 

Method parameters in org.chorem.pollen.business.dto with type arguments of type VotingListDTO
 void PollDTO.setVotingListDTOs(java.util.List<VotingListDTO> votingListDTOs)
           
 

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

Methods in org.chorem.pollen.business.services that return VotingListDTO
 VotingListDTO ServiceListImpl.findVotingListById(java.lang.String votingListId)
           
 VotingListDTO ServiceList.findVotingListById(java.lang.String votingListId)
          Recherche d'une liste par son identifiant
 

Methods in org.chorem.pollen.business.services that return types with arguments of type VotingListDTO
 java.util.List<VotingListDTO> ServiceListImpl.findVotingListByName(java.lang.String name)
           
 java.util.List<VotingListDTO> ServiceList.findVotingListByName(java.lang.String name)
          Recherche d une liste de votant à partir du nom
 java.util.List<VotingListDTO> ServiceListImpl.selectVotingList(java.util.Map<java.lang.String,java.lang.Object> properties)
           
 java.util.List<VotingListDTO> ServiceList.selectVotingList(java.util.Map<java.lang.String,java.lang.Object> properties)
          Recherche des listes à partir d'un filtre
 

Methods in org.chorem.pollen.business.services with parameters of type VotingListDTO
 java.lang.String ServiceListImpl.createVotingList(VotingListDTO votingList)
           
 java.lang.String ServiceList.createVotingList(VotingListDTO votingList)
          Création d'une liste de votant
 boolean ServiceListImpl.updateVotingList(VotingListDTO votingList)
           
 boolean ServiceList.updateVotingList(VotingListDTO votingList)
          Mise à jour d'une liste de votant
 

Method parameters in org.chorem.pollen.business.services with type arguments of type VotingListDTO
 java.util.List<VotingList> ServiceListImpl.createVotingLists(java.util.List<VotingListDTO> votingLists, java.lang.String pollId, org.nuiton.topia.TopiaContext trans)
           
 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
 



Copyright © 2009 CodeLutin. All Rights Reserved.