public abstract class BaseBlogIntegrationImplementation extends java.lang.Object implements BlogIntegrationImplementation
| Constructor and Description |
|---|
BaseBlogIntegrationImplementation() |
| Modifier and Type | Method and Description |
|---|---|
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
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdeletePost, getPost, newPost, updatePostpublic void setBlogIntegrationService(BlogIntegrationService blogIntegrationService)
blogIntegrationService - the blog integration servicepublic void register()
public void setName(java.lang.String name)
name - the namepublic java.lang.String getName()
BlogIntegrationImplementationgetName in interface BlogIntegrationImplementationorg.alfresco.module.blogIntegration.BlogIntegrationImplementation#getName()public void setDisplayName(java.lang.String displayName)
displayName - the display namepublic java.lang.String getDisplayName()
BlogIntegrationImplementationgetDisplayName in interface BlogIntegrationImplementationorg.alfresco.module.blogIntegration.BlogIntegrationImplementation#getDisplayName()Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.