|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.repo.blog.BaseBlogIntegrationImplementation
org.alfresco.repo.blog.DefaultBlogIntegrationImplementation
org.alfresco.repo.blog.typepad.TypepadIntegration
public class TypepadIntegration
Typepad integration implementation
Field Summary |
---|
Fields inherited from class org.alfresco.repo.blog.DefaultBlogIntegrationImplementation |
---|
ACTION_DELETE_POST, ACTION_EDIT_POST, ACTION_GET_POST, ACTION_NEW_POST |
Constructor Summary | |
---|---|
TypepadIntegration()
|
Method Summary | |
---|---|
boolean |
deletePost(BlogDetails blogDetails,
java.lang.String postId)
For some reason typepad returns a hash table rather than the expected boolean result. |
protected java.lang.String |
getEndpointURL(BlogDetails blogDetails)
Gets the XML RPC end point URL for the given blog details. |
Methods inherited from class org.alfresco.repo.blog.DefaultBlogIntegrationImplementation |
---|
checkForProtocol, checkForTrainlingSlash, execute, getPost, newPost, updatePost |
Methods inherited from class org.alfresco.repo.blog.BaseBlogIntegrationImplementation |
---|
getDisplayName, getName, register, setBlogIntegrationService, setDisplayName, setName |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TypepadIntegration()
Method Detail |
---|
protected java.lang.String getEndpointURL(BlogDetails blogDetails)
DefaultBlogIntegrationImplementation
getEndpointURL
in class DefaultBlogIntegrationImplementation
blogDetails
- blog details
org.alfresco.module.blogIntegration.DefaultBlogIntegrationImplementation#getEndpointURL(org.alfresco.module.blogIntegration.BlogDetails)
public boolean deletePost(BlogDetails blogDetails, java.lang.String postId)
deletePost
in interface BlogIntegrationImplementation
deletePost
in class DefaultBlogIntegrationImplementation
org.alfresco.module.blogIntegration.BlogIntegrationImplementation#deletePost(org.alfresco.module.blogIntegration.BlogDetails, java.lang.String)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |