org.alfresco.repo.blog.typepad
Class TypepadIntegration

java.lang.Object
  extended by org.alfresco.repo.blog.BaseBlogIntegrationImplementation
      extended by org.alfresco.repo.blog.DefaultBlogIntegrationImplementation
          extended by org.alfresco.repo.blog.typepad.TypepadIntegration
All Implemented Interfaces:
BlogIntegrationImplementation

public class TypepadIntegration
extends DefaultBlogIntegrationImplementation

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

TypepadIntegration

public TypepadIntegration()
Method Detail

getEndpointURL

protected java.lang.String getEndpointURL(BlogDetails blogDetails)
Description copied from class: DefaultBlogIntegrationImplementation
Gets the XML RPC end point URL for the given blog details.

Specified by:
getEndpointURL in class DefaultBlogIntegrationImplementation
Parameters:
blogDetails - blog details
Returns:
String the end point URL
See Also:
org.alfresco.module.blogIntegration.DefaultBlogIntegrationImplementation#getEndpointURL(org.alfresco.module.blogIntegration.BlogDetails)

deletePost

public boolean deletePost(BlogDetails blogDetails,
                          java.lang.String postId)
For some reason typepad returns a hash table rather than the expected boolean result.

Specified by:
deletePost in interface BlogIntegrationImplementation
Overrides:
deletePost in class DefaultBlogIntegrationImplementation
Returns:
See Also:
org.alfresco.module.blogIntegration.BlogIntegrationImplementation#deletePost(org.alfresco.module.blogIntegration.BlogDetails, java.lang.String)


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.