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
 java.util.List<CommentDTO> DataCommentConverter.createCommentDTOs(java.util.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
 java.util.List<CommentDTO> PollDTO.getCommentDTOs()
           
 

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

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

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

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

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

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



Copyright © 2009 CodeLutin. All Rights Reserved.