org.alfresco.repo.blog
Class BaseBlogIntegrationImplementation

java.lang.Object
  extended by org.alfresco.repo.blog.BaseBlogIntegrationImplementation
All Implemented Interfaces:
BlogIntegrationImplementation
Direct Known Subclasses:
DefaultBlogIntegrationImplementation

public abstract class BaseBlogIntegrationImplementation
extends java.lang.Object
implements BlogIntegrationImplementation

Base blog implementation class. Extend this when writting a blog integration implementation.


Constructor Summary
BaseBlogIntegrationImplementation()
           
 
Method Summary
 java.lang.String getDisplayName()
          Gets the display name of the blog integration
 java.lang.String getName()
          Gets the name of the blog integration
 void register()
          Registers the blog implementation with the blog integration service.
 void setBlogIntegrationService(BlogIntegrationService blogIntegrationService)
          Sets the blog integration service
 void setDisplayName(java.lang.String displayName)
          Sets the display name
 void setName(java.lang.String name)
          Sets the name of the blog integration service
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.alfresco.repo.blog.BlogIntegrationImplementation
deletePost, getPost, newPost, updatePost
 

Constructor Detail

BaseBlogIntegrationImplementation

public BaseBlogIntegrationImplementation()
Method Detail

setBlogIntegrationService

public void setBlogIntegrationService(BlogIntegrationService blogIntegrationService)
Sets the blog integration service

Parameters:
blogIntegrationService - the blog integration service

register

public void register()
Registers the blog implementation with the blog integration service.


setName

public void setName(java.lang.String name)
Sets the name of the blog integration service

Parameters:
name - the name

getName

public java.lang.String getName()
Description copied from interface: BlogIntegrationImplementation
Gets the name of the blog integration

Specified by:
getName in interface BlogIntegrationImplementation
Returns:
String the name of the blog integration
See Also:
org.alfresco.module.blogIntegration.BlogIntegrationImplementation#getName()

setDisplayName

public void setDisplayName(java.lang.String displayName)
Sets the display name

Parameters:
displayName - the display name

getDisplayName

public java.lang.String getDisplayName()
Description copied from interface: BlogIntegrationImplementation
Gets the display name of the blog integration

Specified by:
getDisplayName in interface BlogIntegrationImplementation
Returns:
String the display name of the blog integration
See Also:
org.alfresco.module.blogIntegration.BlogIntegrationImplementation#getDisplayName()


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