Package | Description |
---|---|
org.javlo.social | |
org.javlo.social.bean |
Modifier and Type | Method and Description |
---|---|
Post |
SocialLocalService.createPost(Post post) |
Post |
SocialLocalService.getPost(Long id,
String author,
boolean admin,
boolean needCheck) |
protected Post |
SocialLocalService.rsToPost(ResultSet rs,
String authors,
boolean admin,
boolean needCheck) |
Modifier and Type | Method and Description |
---|---|
List<Post> |
SocialLocalService.getPost(SocialFilter socialFilter,
boolean admin,
boolean needCheck,
String username,
String group,
int size,
int index) |
List<Post> |
SocialLocalService.getPost(String group) |
List<Post> |
SocialLocalService.getPostByAuthor(String group,
String author) |
List<Post> |
SocialLocalService.getReplies(String username,
boolean admin,
boolean needCheck,
long mainPost) |
Modifier and Type | Method and Description |
---|---|
Post |
SocialLocalService.createPost(Post post) |
void |
SocialLocalService.updatePost(Post post) |
Modifier and Type | Method and Description |
---|---|
Post |
Post.getParentPost() |
Modifier and Type | Method and Description |
---|---|
void |
Post.setParentPost(Post parentPost) |
Copyright © 2012-2018. All Rights Reserved.