Uses of Class
usecase.comment.CommentDTO
-
Packages that use CommentDTO Package Description usecase.comment Package contenente la logica relativa ai commenti -
-
Uses of CommentDTO in usecase.comment
Methods in usecase.comment that return CommentDTO Modifier and Type Method Description CommentDTO
CommentService. getComment(int id)
Ritorna un commento dato il suo idMethods in usecase.comment that return types with arguments of type CommentDTO Modifier and Type Method Description Map<Integer,List<CommentDTO>>
CommentService. getPostComments(int postId)
Ritorna una mappa la cui chiave è l'id del commento padre e il valore una lista di CommentDTOMap<Integer,List<CommentDTO>>
CommentService. getReplies(int commentId)
Ritorna una mappa la cui chiave è l'id del commento padre e il valore una lista di CommentDTO
-