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

Packages that use PollDTO
org.chorem.pollen.business   
org.chorem.pollen.business.converters   
 

Uses of PollDTO in org.chorem.pollen.business
 

Methods in org.chorem.pollen.business that return PollDTO
 PollDTO ServicePollImpl.findPollById(java.lang.String pollId)
           
 PollDTO ServicePoll.findPollById(java.lang.String pollId)
          Récupération d'un sondage à partir de son identifiant
 PollDTO ServicePollImpl.findPollByPollId(java.lang.String pollId)
           
 PollDTO ServicePoll.findPollByPollId(java.lang.String pollId)
          Récupération d'un sondage à partir de son identifiant hashé en md5
 

Methods in org.chorem.pollen.business that return types with arguments of type PollDTO
 java.util.List<PollDTO> ServicePollImpl.findPollsByName(java.lang.String pollName)
           
 java.util.List<PollDTO> ServicePoll.findPollsByName(java.lang.String pollName)
          Récupération d'un sondage par son nom
 java.util.List<PollDTO> ServicePollImpl.findPollsByUser(java.lang.String userId)
           
 java.util.List<PollDTO> ServicePoll.findPollsByUser(java.lang.String userId)
          Récupération des sondages d'un utilisateur
 java.util.List<PollDTO> ServicePollImpl.findRunningPolls(boolean withEndDate)
           
 java.util.List<PollDTO> ServicePoll.findRunningPolls(boolean withEndDate)
          Récupération des sondages en cours
 java.util.List<PollDTO> ServicePollImpl.selectPolls(java.util.Map<java.lang.String,java.lang.Object> properties)
           
 java.util.List<PollDTO> ServicePoll.selectPolls(java.util.Map<java.lang.String,java.lang.Object> properties)
          Récupération des sondages
 

Methods in org.chorem.pollen.business with parameters of type PollDTO
 java.lang.String ServicePollImpl.createPoll(PollDTO pollDTO)
           
 java.lang.String ServicePoll.createPoll(PollDTO poll)
          Création d'un sondage
 boolean ServicePollImpl.updatePoll(PollDTO pollDTO)
           
 boolean ServicePoll.updatePoll(PollDTO poll)
          Mise à jour du sondage
 

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

Methods in org.chorem.pollen.business.converters that return PollDTO
 PollDTO DataPollConverter.createPollDTO(Poll ePoll)
          Création d'un dto sondage à partir d'une entité.
 

Methods in org.chorem.pollen.business.converters that return types with arguments of type PollDTO
 java.util.List<PollDTO> DataPollConverter.createPollDTOs(java.util.List<Poll> lPolls)
          Retourne une liste de dtos sondage à partir d'une liste d'entités.
 

Methods in org.chorem.pollen.business.converters with parameters of type PollDTO
 void DataPollConverter.populatePollEntity(PollDTO pollDTO, Poll ePoll)
          Création d'un sondage à partir d'un dto sondage.
 



Copyright © 2009 CodeLutin. All Rights Reserved.