|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ServiceComment
Interface de gestion des commentaires d'un sondage
| Method Summary | |
|---|---|
String |
createComment(CommentDTO comment)
Création d'un commentaire |
List<Comment> |
createComments(List<CommentDTO> comments,
String pollId,
org.nuiton.topia.TopiaContext transaction)
Création des commentaires d'un sondage |
boolean |
deleteComment(String commentId)
Suppression d'un commentaire |
CommentDTO |
findCommentById(String commentId)
Récupération d'un commentaire à partir de son identifiant |
List<CommentDTO> |
selectComments(Map<String,Object> properties)
Recherche des commentaires d'un sondage à partir d'un filtre |
boolean |
updateComment(CommentDTO comment)
Mise à jour d'un commentaire |
| Method Detail |
|---|
String createComment(CommentDTO comment)
comment - le commentaire
List<Comment> createComments(List<CommentDTO> comments,
String pollId,
org.nuiton.topia.TopiaContext transaction)
comments - les dtos commentairespollId - l'identifiant du sondagetransaction - la transaction du sondage
boolean updateComment(CommentDTO comment)
comment - le commentaire
boolean deleteComment(String commentId)
commentId - identifiant du commentaire
CommentDTO findCommentById(String commentId)
commentId - identifiant du commentaire
List<CommentDTO> selectComments(Map<String,Object> properties)
properties - filtre sur les champs de la table commentaire
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||