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
 List<CommentDTO> DataCommentConverter.createCommentDTOs(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
 List<Comment> PollAccountAbstract.comment
           
 List<Comment> PollAbstract.comment
           
 

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

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

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

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

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

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