Methods in com.silverpeas.blog.control that return types with arguments of type PostDetail |
Collection<PostDetail> |
DefaultBlogService.getAllPosts(String instanceId)
|
Collection<PostDetail> |
BlogService.getAllPosts(String instanceId)
|
Collection<PostDetail> |
DefaultBlogService.getAllValidPosts(String instanceId,
int nbReturned)
|
Collection<PostDetail> |
BlogService.getAllValidPosts(String instanceId,
int nbReturned)
|
Collection<PostDetail> |
DefaultBlogService.getPostsByArchive(String beginDate,
String endDate,
String instanceId)
|
Collection<PostDetail> |
BlogService.getPostsByArchive(String beginDate,
String endDate,
String instanceId)
|
Collection<PostDetail> |
DefaultBlogService.getPostsByCategory(String categoryId,
String instanceId)
|
Collection<PostDetail> |
BlogService.getPostsByCategory(String categoryId,
String instanceId)
|
Collection<PostDetail> |
DefaultBlogService.getPostsByDate(String date,
String instanceId)
|
Collection<PostDetail> |
BlogService.getPostsByDate(String date,
String instanceId)
|
Collection<PostDetail> |
BlogSessionController.getResultSearch(String word)
|
Collection<PostDetail> |
DefaultBlogService.getResultSearch(String word,
String userId,
String spaceId,
String instanceId)
|
Collection<PostDetail> |
BlogService.getResultSearch(String word,
String userId,
String spaceId,
String instanceId)
|
Collection<PostDetail> |
BlogSessionController.lastPosts()
|
Collection<PostDetail> |
BlogSessionController.lastValidPosts()
|
Collection<PostDetail> |
BlogSessionController.postsByArchive(String theBeginDate,
String theEndDate)
|
Collection<PostDetail> |
BlogSessionController.postsByCategory(String categoryId)
|
Collection<PostDetail> |
BlogSessionController.postsByDate(String date)
|
Methods in com.silverpeas.blog.control with parameters of type PostDetail |
String |
DefaultBlogService.createPost(PostDetail post)
|
String |
BlogService.createPost(PostDetail post)
|
String |
DefaultBlogService.createPost(PostDetail post,
com.silverpeas.pdc.model.PdcClassification classification)
|
String |
BlogService.createPost(PostDetail post,
com.silverpeas.pdc.model.PdcClassification classification)
|
void |
DefaultBlogService.draftOutPost(PostDetail post)
|
void |
BlogService.draftOutPost(PostDetail post)
|
void |
DefaultBlogService.sendSubscriptionsNotification(com.stratelia.webactiv.util.node.model.NodePK fatherPK,
PostDetail post,
com.silverpeas.comment.model.Comment comment,
String type,
String senderId)
|
void |
BlogService.sendSubscriptionsNotification(com.stratelia.webactiv.util.node.model.NodePK fatherPK,
PostDetail post,
com.silverpeas.comment.model.Comment comment,
String type,
String senderId)
|
void |
DefaultBlogService.updatePost(PostDetail post)
|
void |
BlogService.updatePost(PostDetail post)
|