|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BlogIntegrationImplementation
Blog integration implementation interface
Method Summary | |
---|---|
boolean |
deletePost(BlogDetails blogDetails,
java.lang.String postId)
Delete an existing blog post |
java.lang.String |
getDisplayName()
Gets the display name of the blog integration |
java.lang.String |
getName()
Gets the name of the blog integration |
java.util.Map |
getPost(BlogDetails blogDetails,
java.lang.String postId)
Get the details of an existing blog post |
java.lang.String |
newPost(BlogDetails blogDetails,
java.lang.String title,
java.lang.String body,
boolean publish)
Create a new post on the blog. |
boolean |
updatePost(BlogDetails blogDetails,
java.lang.String postId,
java.lang.String title,
java.lang.String body,
boolean publish)
Update an exisiting blog post |
Method Detail |
---|
java.lang.String getName()
java.lang.String getDisplayName()
java.lang.String newPost(BlogDetails blogDetails, java.lang.String title, java.lang.String body, boolean publish)
blogDetails
- the blog detailstitle
- the title of the postbody
- the body of the postpublish
- indicates whether the post is published or not
boolean updatePost(BlogDetails blogDetails, java.lang.String postId, java.lang.String title, java.lang.String body, boolean publish)
blogDetails
- postId
- title
- body
- publish
-
java.util.Map getPost(BlogDetails blogDetails, java.lang.String postId)
blogDetails
- postId
-
boolean deletePost(BlogDetails blogDetails, java.lang.String postId)
blogDetails
- postId
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |