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

Packages that use PollAccountDTO
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 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
 List<PollAccountDTO> DataPollAccountConverter.createPollAccountDTOs(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
 List<PollAccountDTO> UserDTO.getPollAccountDTOs()
           
 List<PollAccountDTO> PersonListDTO.getPollAccountDTOs()
           
 List<PollAccountDTO> VotingListDTO.getPollAccountDTOs()
           
 

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

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

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

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

Methods in org.chorem.pollen.business.services with parameters of type PollAccountDTO
 String ServicePollAccount.createPollAccount(PollAccountDTO pollAccount)
          Creation d'un compte utilisateur.
 String ServicePollAccountImpl.createPollAccount(PollAccountDTO pollAccountDTO)
           
 String ServiceVote.createVote(VoteDTO voteDTO, PollAccountDTO pollAccountDTO)
          Rajouter un vote à un sondage
 String ServiceVoteImpl.createVote(VoteDTO voteDTO, PollAccountDTO pollAccountDTO)
           
 boolean ServicePollAccount.updatePollAccount(PollAccountDTO pollAccount)
          Modification d'un compte.
 boolean ServicePollAccountImpl.updatePollAccount(PollAccountDTO pollAccountDTO)
           
 

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



Copyright © 2009-2010 CodeLutin. All Rights Reserved.