Uses of Class
com.eeit87t3.tickiteasy.post.dto.ShowPostDTO
Packages that use ShowPostDTO
-
Uses of ShowPostDTO in com.eeit87t3.tickiteasy.post.controller
Methods in com.eeit87t3.tickiteasy.post.controller that return types with arguments of type ShowPostDTOModifier and TypeMethodDescriptionPostJsonController.getAllPosts()ResponseEntity<org.springframework.data.domain.Page<ShowPostDTO>> PostJsonController.getPostsByCategory(Integer categoryId, Integer tagId, String keyword, int page, int size, String sortBy, String orderBy) -
Uses of ShowPostDTO in com.eeit87t3.tickiteasy.post.service
Methods in com.eeit87t3.tickiteasy.post.service that return types with arguments of type ShowPostDTOModifier and TypeMethodDescriptionPostService.getAllPosts()org.springframework.data.domain.Page<ShowPostDTO> PostService.getPostsByCategory(Integer categoryId, Integer tagId, String keyword, int page, int size, String sortBy, String orderBy)