Uses of Class
com.eeit87t3.tickiteasy.post.entity.CommentEntity
Packages that use CommentEntity
Package
Description
-
Uses of CommentEntity in com.eeit87t3.tickiteasy.post.controller
Methods in com.eeit87t3.tickiteasy.post.controller with parameters of type CommentEntityModifier and TypeMethodDescriptionCommentController.addComment(String authHeader, CommentEntity comment) CommentController.updateComment(String authHeader, Integer commentID, CommentEntity comment) -
Uses of CommentEntity in com.eeit87t3.tickiteasy.post.entity
Methods in com.eeit87t3.tickiteasy.post.entity that return types with arguments of type CommentEntityMethod parameters in com.eeit87t3.tickiteasy.post.entity with type arguments of type CommentEntity -
Uses of CommentEntity in com.eeit87t3.tickiteasy.post.repository
Methods in com.eeit87t3.tickiteasy.post.repository that return types with arguments of type CommentEntity -
Uses of CommentEntity in com.eeit87t3.tickiteasy.post.service
Methods in com.eeit87t3.tickiteasy.post.service that return CommentEntityModifier and TypeMethodDescriptionCommentService.insert(CommentEntity comment) CommentService.update(Integer commentID, CommentEntity updatedComment) Methods in com.eeit87t3.tickiteasy.post.service that return types with arguments of type CommentEntityMethods in com.eeit87t3.tickiteasy.post.service with parameters of type CommentEntityModifier and TypeMethodDescriptionCommentService.insert(CommentEntity comment) CommentService.update(Integer commentID, CommentEntity updatedComment) Method parameters in com.eeit87t3.tickiteasy.post.service with type arguments of type CommentEntity