public class TypepadIntegration extends DefaultBlogIntegrationImplementation
ACTION_DELETE_POST, ACTION_EDIT_POST, ACTION_GET_POST, ACTION_NEW_POST| Constructor and Description |
|---|
TypepadIntegration() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
checkForProtocol, checkForTrainlingSlash, execute, getPost, newPost, updatePostgetDisplayName, getName, register, setBlogIntegrationService, setDisplayName, setNameprotected java.lang.String getEndpointURL(BlogDetails blogDetails)
DefaultBlogIntegrationImplementationgetEndpointURL in class DefaultBlogIntegrationImplementationblogDetails - blog detailsorg.alfresco.module.blogIntegration.DefaultBlogIntegrationImplementation#getEndpointURL(org.alfresco.module.blogIntegration.BlogDetails)public boolean deletePost(BlogDetails blogDetails, java.lang.String postId)
deletePost in interface BlogIntegrationImplementationdeletePost in class DefaultBlogIntegrationImplementationorg.alfresco.module.blogIntegration.BlogIntegrationImplementation#deletePost(org.alfresco.module.blogIntegration.BlogDetails, java.lang.String)Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.