Uses of Class
org.javlo.social.bean.Post
-
Packages that use Post Package Description org.javlo.social org.javlo.social.bean -
-
Uses of Post in org.javlo.social
Methods in org.javlo.social that return Post Modifier and Type Method Description PostSocialLocalService. createPost(Post post)PostSocialLocalService. createPost(Post post, Connection conn)PostSocialLocalService. getPost(Long id, String author, boolean admin, boolean needCheck)protected PostSocialLocalService. rsToPost(Connection conn, ResultSet rs, String authors, boolean admin, boolean needCheck)Methods in org.javlo.social that return types with arguments of type Post Modifier and Type Method Description List<Post>SocialLocalService. getPost(String group)List<Post>SocialLocalService. getPost(SocialFilter socialFilter, boolean admin, boolean needCheck, String username, String group, int size, int index)List<Post>SocialLocalService. getPostByAuthor(String group, String author)List<Post>SocialLocalService. getReplies(SocialFilter socialFilter, String username, boolean admin, boolean needCheck, long mainPost)Methods in org.javlo.social with parameters of type Post Modifier and Type Method Description PostSocialLocalService. createPost(Post post)PostSocialLocalService. createPost(Post post, Connection conn)voidSocialLocalService. updatePost(Post post) -
Uses of Post in org.javlo.social.bean
Methods in org.javlo.social.bean that return Post Modifier and Type Method Description PostPost. getParentPost()Methods in org.javlo.social.bean with parameters of type Post Modifier and Type Method Description voidPost. setParentPost(Post parentPost)
-