Uses of Interface
org.chorem.pollen.business.persistence.Comment

Packages that use Comment
org.chorem.pollen.business.converters Gestion de la conversion des DTO en entités et des entités en DTO. 
org.chorem.pollen.business.persistence   
org.chorem.pollen.business.services Services proposés par le module Business. 
 

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

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

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

Uses of Comment in org.chorem.pollen.business.persistence
 

Classes in org.chorem.pollen.business.persistence with type parameters of type Comment
 class CommentDAOAbstract<E extends Comment>
          Implantation DAO pour l'entité Comment.
 class CommentDAOImpl<E extends Comment>
          Implantation du DAO pour l'entité Comment.
 

Classes in org.chorem.pollen.business.persistence that implement Comment
 class CommentAbstract
          Implantation POJO pour l'entité Comment.
 class CommentImpl
          Implantation des operations pour l'entité Comment.
 

Fields in org.chorem.pollen.business.persistence with type parameters of type Comment
 java.util.List<Comment> PollAbstract.comment
           
 java.util.List<Comment> PollAccountAbstract.comment
           
 

Methods in org.chorem.pollen.business.persistence that return Comment
 Comment PollAbstract.getCommentByTopiaId(java.lang.String topiaId)
           
 Comment PollAccountAbstract.getCommentByTopiaId(java.lang.String topiaId)
           
 Comment PollAccount.getCommentByTopiaId(java.lang.String topiaId)
          Recupère l'attribut comment à partir de son topiaId.
 Comment Poll.getCommentByTopiaId(java.lang.String topiaId)
          Recupère l'attribut comment à partir de son topiaId.
 

Methods in org.chorem.pollen.business.persistence that return types with arguments of type Comment
 java.util.List<Comment> PollAbstract.getComment()
           
 java.util.List<Comment> PollAccountAbstract.getComment()
           
 java.util.List<Comment> PollAccount.getComment()
           
 java.util.List<Comment> Poll.getComment()
           
 

Methods in org.chorem.pollen.business.persistence with parameters of type Comment
 void PollAbstract.addComment(Comment comment)
           
 void PollAccountAbstract.addComment(Comment comment)
           
 void PollAccount.addComment(Comment comment)
           
 void Poll.addComment(Comment comment)
           
 java.util.List<E> PollAccountDAOAbstract.findAllContainsComment(Comment... v)
          Retourne les éléments trouvé dont l'attribut comment contient le paramètre
 java.util.List<E> PollDAOAbstract.findAllContainsComment(Comment... v)
          Retourne les éléments trouvé dont l'attribut comment contient le paramètre
 E PollAccountDAOAbstract.findContainsComment(Comment... v)
          Retourne le premier élément trouvé dont l'attribut comment contient le paramètre
 E PollDAOAbstract.findContainsComment(Comment... v)
          Retourne le premier élément trouvé dont l'attribut comment contient le paramètre
 void PollAbstract.removeComment(Comment value)
           
 void PollAccountAbstract.removeComment(Comment value)
           
 void PollAccount.removeComment(Comment comment)
           
 void Poll.removeComment(Comment comment)
           
 

Method parameters in org.chorem.pollen.business.persistence with type arguments of type Comment
 void PollAbstract.addAllComment(java.util.List<Comment> values)
           
 void PollAccountAbstract.addAllComment(java.util.List<Comment> values)
           
 void PollAccount.addAllComment(java.util.List<Comment> comment)
           
 void Poll.addAllComment(java.util.List<Comment> comment)
           
 void PollAbstract.setComment(java.util.List<Comment> values)
           
 void PollAccountAbstract.setComment(java.util.List<Comment> values)
           
 void PollAccount.setComment(java.util.List<Comment> comment)
           
 void Poll.setComment(java.util.List<Comment> comment)
           
 

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

Methods in org.chorem.pollen.business.services that return types with arguments of type Comment
 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.