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

Packages that use CommentDTO
org.chorem.pollen.business   
org.chorem.pollen.business.converters   
org.chorem.pollen.business.dto   
 

Uses of CommentDTO in org.chorem.pollen.business
 

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

Methods in org.chorem.pollen.business that return types with arguments of type CommentDTO
 java.util.List<CommentDTO> ServiceCommentImpl.selectComments(java.util.Map<java.lang.String,java.lang.Object> properties)
           
 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
 

Methods in org.chorem.pollen.business with parameters of type CommentDTO
 java.lang.String ServiceCommentImpl.createComment(CommentDTO comment)
           
 java.lang.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 with type arguments of type CommentDTO
 java.util.List<Comment> ServiceCommentImpl.createComments(java.util.List<CommentDTO> comments, java.lang.String pollId, org.nuiton.topia.TopiaContext trans)
           
 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
 

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)
           
 



Copyright © 2009 CodeLutin. All Rights Reserved.