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

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

Methods in org.chorem.pollen.business.converters that return CommentDTO
 CommentDTO DataCommentConverter.createCommentDTO(Comment eComment)
          Créer un DTO à partir d'un objet comment.
 

Methods in org.chorem.pollen.business.converters that return types with arguments of type CommentDTO
 List<CommentDTO> DataCommentConverter.createCommentDTOs(Collection<Comment> cComments)
          Retourne une liste de dtos comment à partir d'une collection d'entités.
 

Methods in org.chorem.pollen.business.converters with parameters of type CommentDTO
 void DataCommentConverter.populateCommentEntity(CommentDTO commentDTO, Comment eComment)
          Création d'un commentaire de sondage à partir d'un dto commentaire.
 

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

Methods in org.chorem.pollen.business.dto that return types with arguments of type CommentDTO
 List<CommentDTO> PollDTO.getCommentDTOs()
           
 

Method parameters in org.chorem.pollen.business.dto with type arguments of type CommentDTO
 void PollDTO.setCommentDTOs(List<CommentDTO> commentDTOs)
           
 

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

Methods in org.chorem.pollen.business.services that return CommentDTO
 CommentDTO ServiceCommentImpl.findCommentById(String commentId)
           
 CommentDTO ServiceComment.findCommentById(String commentId)
          Récupération d'un commentaire à partir de son identifiant
 

Methods in org.chorem.pollen.business.services that return types with arguments of type CommentDTO
 List<CommentDTO> ServiceCommentImpl.selectComments(Map<String,Object> properties)
           
 List<CommentDTO> ServiceComment.selectComments(Map<String,Object> properties)
          Recherche des commentaires d'un sondage à partir d'un filtre
 

Methods in org.chorem.pollen.business.services with parameters of type CommentDTO
 String ServiceCommentImpl.createComment(CommentDTO comment)
           
 String ServiceComment.createComment(CommentDTO comment)
          Création d'un commentaire
 boolean ServiceCommentImpl.updateComment(CommentDTO comment)
           
 boolean ServiceComment.updateComment(CommentDTO comment)
          Mise à jour d'un commentaire
 

Method parameters in org.chorem.pollen.business.services with type arguments of type CommentDTO
 List<Comment> ServiceCommentImpl.createComments(List<CommentDTO> comments, String pollId, org.nuiton.topia.TopiaContext transaction)
           
 List<Comment> ServiceComment.createComments(List<CommentDTO> comments, String pollId, org.nuiton.topia.TopiaContext transaction)
          Création des commentaires d'un sondage
 



Copyright © 2009-2010 CodeLutin. All Rights Reserved.