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> VotingListDTO.getPollAccountDTOs()
           
 List<PollAccountDTO> PersonListDTO.getPollAccountDTOs()
           
 List<PollAccountDTO> UserDTO.getPollAccountDTOs()
           
 

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

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

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

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

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

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



Copyright © 2009-2010 CodeLutin. All Rights Reserved.