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

Packages that use PollAccountDTO
org.chorem.pollen.business   
org.chorem.pollen.business.converters   
org.chorem.pollen.business.dto   
 

Uses of PollAccountDTO in org.chorem.pollen.business
 

Methods in org.chorem.pollen.business that return PollAccountDTO
 PollAccountDTO ServicePollAccount.findPollAccountById(java.lang.String pollAccountId)
          Récupération du compte à partir de son identifiant.
 PollAccountDTO ServicePollAccountImpl.findPollAccountById(java.lang.String pollAccountId)
           
 

Methods in org.chorem.pollen.business that return types with arguments of type PollAccountDTO
 java.util.List<PollAccountDTO> ServicePollAccount.findPollAccountsByUser(java.lang.String userId)
          Récupération des comptes d'un utilisateur.
 java.util.List<PollAccountDTO> ServicePollAccountImpl.findPollAccountsByUser(java.lang.String userId)
           
 java.util.List<PollAccountDTO> ServicePollAccount.selectPollAccounts(java.util.Map<java.lang.String,java.lang.Object> properties)
          Recherche des comptes à partir d'un filtre.
 java.util.List<PollAccountDTO> ServicePollAccountImpl.selectPollAccounts(java.util.Map<java.lang.String,java.lang.Object> properties)
           
 

Methods in org.chorem.pollen.business with parameters of type PollAccountDTO
 java.lang.String ServiceList.createPersonToList(PollAccountDTO account)
          Création d'une personne dans une liste
 java.lang.String ServiceListImpl.createPersonToList(PollAccountDTO account)
           
 java.lang.String ServicePollAccount.createPollAccount(PollAccountDTO pollAccount)
          Creation d'un compte utilisateur.
 java.lang.String ServicePollAccountImpl.createPollAccount(PollAccountDTO pollAccountDTO)
           
 java.lang.String ServiceVoteImpl.createVote(VoteDTO voteDTO, PollAccountDTO pollAccountDTO)
           
 java.lang.String ServiceVote.createVote(VoteDTO voteDTO, PollAccountDTO pollAccountDTO)
          Rajouter un vote à un sondage
 boolean ServiceList.updatePersonToList(PollAccountDTO account)
          Mise à jour d'une personne dans une liste
 boolean ServiceListImpl.updatePersonToList(PollAccountDTO account)
           
 boolean ServicePollAccount.updatePollAccount(PollAccountDTO pollAccount)
          Modification d'un compte.
 boolean ServicePollAccountImpl.updatePollAccount(PollAccountDTO pollAccountDTO)
           
 

Method parameters in org.chorem.pollen.business with type arguments of type PollAccountDTO
 java.util.List<PollAccount> ServicePollAccount.createPollAccounts(java.util.List<PollAccountDTO> pollAccounts, org.nuiton.topia.TopiaContext transaction)
          Creation des comptes utilisateur.
 java.util.List<PollAccount> ServicePollAccountImpl.createPollAccounts(java.util.List<PollAccountDTO> pollAccounts, org.nuiton.topia.TopiaContext trans)
           
 

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

Methods in org.chorem.pollen.business.converters that return PollAccountDTO
 PollAccountDTO DataPollAccountConverter.createPollAccountDTO(PollAccount ePollAccount)
          Création d'un dto pollAccount à partir d'une entité.
 

Methods in org.chorem.pollen.business.converters that return types with arguments of type PollAccountDTO
 java.util.List<PollAccountDTO> DataPollAccountConverter.createPollAccountDTOs(java.util.List<PollAccount> lPollAccounts)
          Retourne une liste de dtos pollAccount à partir d'une liste d'entités.
 

Methods in org.chorem.pollen.business.converters with parameters of type PollAccountDTO
 void DataPollAccountConverter.populatePollAccountEntity(PollAccountDTO pollAccountDTO, PollAccount ePollAccount)
          Création d'un compte à partir d'un dto compte.
 

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

Methods in org.chorem.pollen.business.dto that return types with arguments of type PollAccountDTO
 java.util.List<PollAccountDTO> VotingListDTO.getPollAccountDTOs()
           
 java.util.List<PollAccountDTO> PersonListDTO.getPollAccountDTOs()
           
 java.util.List<PollAccountDTO> UserDTO.getPollAccountDTOs()
           
 

Method parameters in org.chorem.pollen.business.dto with type arguments of type PollAccountDTO
 void VotingListDTO.setPollAccountDTOs(java.util.List<PollAccountDTO> pollAccountDTOs)
           
 void PersonListDTO.setPollAccountDTOs(java.util.List<PollAccountDTO> pollAccountDTOs)
           
 void UserDTO.setPollAccountDTOs(java.util.List<PollAccountDTO> pollAccountDTOs)
           
 



Copyright © 2009 CodeLutin. All Rights Reserved.