Uses of Class
com.eeit87t3.tickiteasy.post.entity.PostEntity
Packages that use PostEntity
Package
Description
-
Uses of PostEntity in com.eeit87t3.tickiteasy.post.controller
Methods in com.eeit87t3.tickiteasy.post.controller that return types with arguments of type PostEntityModifier and TypeMethodDescriptionPostJsonController.getPostById(Integer postID) PostJsonController.getPostsByCategory(Integer categoryID) PostJsonController.getPostsByMemberID(Integer MemberID) -
Uses of PostEntity in com.eeit87t3.tickiteasy.post.entity
Methods in com.eeit87t3.tickiteasy.post.entity that return PostEntityModifier and TypeMethodDescriptionLikesEntity.getPost()PostImagesEntity.getPost()ReportEntity.getPost()Methods in com.eeit87t3.tickiteasy.post.entity with parameters of type PostEntityModifier and TypeMethodDescriptionvoidLikesEntity.setPost(PostEntity post) voidPostImagesEntity.setPost(PostEntity post) voidReportEntity.setPost(PostEntity post) -
Uses of PostEntity in com.eeit87t3.tickiteasy.post.repository
Methods in com.eeit87t3.tickiteasy.post.repository that return types with arguments of type PostEntityModifier and TypeMethodDescriptionPostRepo.findAllPostsWithDetails()org.springframework.data.domain.Page<PostEntity> PostRepo.findByCategoryTagAndKeyword(Integer categoryId, Integer tagId, String keyword, org.springframework.data.domain.Pageable pageable) PostRepo.findByMemberID(Integer memberID) PostRepo.findByPostCategory(CategoryEntity postCategory) org.springframework.data.domain.Page<PostEntity> PostRepo.findByPostCategory_CategoryId(Integer categoryId, org.springframework.data.domain.Pageable pageable) Methods in com.eeit87t3.tickiteasy.post.repository with parameters of type PostEntityModifier and TypeMethodDescriptionReportRepo.findByPostAndIsDeleted(PostEntity post, boolean isDeleted) -
Uses of PostEntity in com.eeit87t3.tickiteasy.post.service
Methods in com.eeit87t3.tickiteasy.post.service that return PostEntityModifier and TypeMethodDescriptionPostService.insert(PostEntity post) PostService.save(PostEntity post) PostService.update(Integer postID, PostEntity updatedPost, MultipartFile[] imageFiles) Methods in com.eeit87t3.tickiteasy.post.service that return types with arguments of type PostEntityModifier and TypeMethodDescriptionPostService.findByCategory(CategoryEntity postCategory) PostService.findByMemberID(Integer memberID) Methods in com.eeit87t3.tickiteasy.post.service with parameters of type PostEntityModifier and TypeMethodDescriptionReportService.findByPost(PostEntity post) PostService.insert(PostEntity post) PostService.save(PostEntity post) PostService.update(Integer postID, PostEntity updatedPost, MultipartFile[] imageFiles)