Uses of Class
com.bytedesk.forum.post.PostEntity
Packages that use PostEntity
-
Uses of PostEntity in com.bytedesk.forum.post
Methods in com.bytedesk.forum.post that return PostEntityModifier and TypeMethodDescriptionPostService.createPost
(String title, String content, Long userId, CategoryEntity category) PostServiceImpl.createPost
(String title, String content, Long userId, CategoryEntity category) PostService.updatePost
(Long postId, String title, String content) PostServiceImpl.updatePost
(Long postId, String title, String content) Methods in com.bytedesk.forum.post that return types with arguments of type PostEntityModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PostEntity>
PostController.createPost
(String title, String content, org.springframework.security.core.userdetails.UserDetails userDetails, Long categoryId) org.springframework.data.domain.Page<PostEntity>
PostRepository.findByCategory
(CategoryEntity category, org.springframework.data.domain.Pageable pageable) org.springframework.data.domain.Page<PostEntity>
PostRepository.findByUserId
(Long userId, org.springframework.data.domain.Pageable pageable) org.springframework.http.ResponseEntity<org.springframework.data.domain.Page<PostEntity>>
PostController.fullTextSearch
(String keyword, org.springframework.data.domain.Pageable pageable) org.springframework.data.domain.Page<PostEntity>
PostRepository.fullTextSearch
(String keyword, org.springframework.data.domain.Pageable pageable) org.springframework.data.domain.Page<PostEntity>
PostService.fullTextSearch
(String keyword, org.springframework.data.domain.Pageable pageable) org.springframework.data.domain.Page<PostEntity>
PostServiceImpl.fullTextSearch
(String keyword, org.springframework.data.domain.Pageable pageable) org.springframework.http.ResponseEntity<org.springframework.data.domain.Page<PostEntity>>
PostController.fullTextSearchByCategory
(String keyword, Long categoryId, org.springframework.data.domain.Pageable pageable) org.springframework.data.domain.Page<PostEntity>
PostRepository.fullTextSearchByCategory
(String keyword, Long categoryId, org.springframework.data.domain.Pageable pageable) org.springframework.data.domain.Page<PostEntity>
PostService.fullTextSearchByCategory
(String keyword, Long categoryId, org.springframework.data.domain.Pageable pageable) org.springframework.data.domain.Page<PostEntity>
PostServiceImpl.fullTextSearchByCategory
(String keyword, Long categoryId, org.springframework.data.domain.Pageable pageable) org.springframework.http.ResponseEntity<PostEntity>
org.springframework.http.ResponseEntity<org.springframework.data.domain.Page<PostEntity>>
PostController.getPosts
(org.springframework.data.domain.Pageable pageable) org.springframework.data.domain.Page<PostEntity>
PostService.getPosts
(org.springframework.data.domain.Pageable pageable) org.springframework.data.domain.Page<PostEntity>
PostServiceImpl.getPosts
(org.springframework.data.domain.Pageable pageable) org.springframework.http.ResponseEntity<org.springframework.data.domain.Page<PostEntity>>
PostController.getPostsByCategory
(Long categoryId, org.springframework.data.domain.Pageable pageable) org.springframework.data.domain.Page<PostEntity>
PostService.getPostsByCategory
(Long categoryId, org.springframework.data.domain.Pageable pageable) org.springframework.data.domain.Page<PostEntity>
PostServiceImpl.getPostsByCategory
(Long categoryId, org.springframework.data.domain.Pageable pageable) org.springframework.http.ResponseEntity<org.springframework.data.domain.Page<PostEntity>>
PostController.getPostsByUser
(Long userId, org.springframework.data.domain.Pageable pageable) org.springframework.data.domain.Page<PostEntity>
PostService.getPostsByUser
(Long userId, org.springframework.data.domain.Pageable pageable) org.springframework.data.domain.Page<PostEntity>
PostServiceImpl.getPostsByUser
(Long userId, org.springframework.data.domain.Pageable pageable) static org.springframework.data.jpa.domain.Specification<PostEntity>
PostSpecification.searchByCriteria
(PostSearchCriteria criteria) org.springframework.http.ResponseEntity<org.springframework.data.domain.Page<PostEntity>>
PostController.searchPosts
(PostSearchCriteria criteria, org.springframework.data.domain.Pageable pageable) org.springframework.data.domain.Page<PostEntity>
PostService.searchPosts
(PostSearchCriteria criteria, org.springframework.data.domain.Pageable pageable) org.springframework.data.domain.Page<PostEntity>
PostServiceImpl.searchPosts
(PostSearchCriteria criteria, org.springframework.data.domain.Pageable pageable) org.springframework.http.ResponseEntity<PostEntity>
PostController.updatePost
(Long postId, String title, String content) -
Uses of PostEntity in com.bytedesk.forum.user
Methods in com.bytedesk.forum.user that return types with arguments of type PostEntityModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<PostEntity>
ForumUserService.getUserLikes
(Long userId, org.springframework.data.domain.Pageable pageable) org.springframework.data.domain.Page<PostEntity>
ForumUserServiceImpl.getUserLikes
(Long userId, org.springframework.data.domain.Pageable pageable)