Class CommentService
java.lang.Object
com.eeit87t3.tickiteasy.post.service.CommentService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddeleteAll(List<CommentEntity> comments) findByPostId(int postID) findByPostIdwithMember(Integer postID) insert(CommentEntity comment) update(Integer commentID, CommentEntity updatedComment)
-
Constructor Details
-
CommentService
public CommentService()
-
-
Method Details
-
findById
-
findByPostId
-
findByPostIdwithMember
-
insert
-
update
-
delete
-
deleteAll
-