Uses of Class
org.example.model.Post
Packages that use Post
-
Uses of Post in org.example.dao
Methods in org.example.dao that return types with arguments of type PostModifier and TypeMethodDescriptionPostDAO.getAllPosts(String currentNickname) Retrieves all posts including an indicator if the current user has liked them.PostDAO.getTopPosts(int limit) Retrieves the most liked posts.PostDAO.searchByAuthor(String authorQuery, String currentNickname) Searches for posts by author's nickname using a partial match.