Uses of Class
com.restapi.template.api.community.post.data.Post
-
Packages that use Post Package Description com.restapi.template.api.community.post.data com.restapi.template.api.community.post.dto com.restapi.template.api.community.post.service -
-
Uses of Post in com.restapi.template.api.community.post.data
Methods in com.restapi.template.api.community.post.data that return types with arguments of type Post Modifier and Type Method Description java.util.Optional<Post>PostRepository. findByPostId(java.lang.Long postId)게시글 아이디로 조회.java.util.Optional<Post>PostRepository. findByPostIdAndAuthor_UserId(java.lang.Long postId, java.lang.String userId)사용자의 게시글인지 확인하며 포스트 조회. -
Uses of Post in com.restapi.template.api.community.post.dto
Constructors in com.restapi.template.api.community.post.dto with parameters of type Post Constructor Description PostDetailDto(Post post)Post to PostDetail Dto. -
Uses of Post in com.restapi.template.api.community.post.service
Methods in com.restapi.template.api.community.post.service that return Post Modifier and Type Method Description private PostPostService. getMyPost(java.lang.Long postId, java.lang.String requestUserId)내 게시글 가져오기.
-