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 Post
SocialLocalService. createPost(Post post)
Post
SocialLocalService. createPost(Post post, Connection conn)
Post
SocialLocalService. getPost(Long id, String author, boolean admin, boolean needCheck)
protected Post
SocialLocalService. 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 Post
SocialLocalService. createPost(Post post)
Post
SocialLocalService. createPost(Post post, Connection conn)
void
SocialLocalService. 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 Post
Post. getParentPost()
Methods in org.javlo.social.bean with parameters of type Post Modifier and Type Method Description void
Post. setParentPost(Post parentPost)
-