public abstract class BaseBlogIntegrationImplementation extends Object implements BlogIntegrationImplementation
| Constructor and Description |
|---|
BaseBlogIntegrationImplementation() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName()
Gets the display name of the blog integration
|
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(String displayName)
Sets the display name
|
void |
setName(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(String name)
name - the namepublic String getName()
BlogIntegrationImplementationgetName in interface BlogIntegrationImplementationBlogIntegrationImplementation.getName()public void setDisplayName(String displayName)
displayName - the display namepublic String getDisplayName()
BlogIntegrationImplementationgetDisplayName in interface BlogIntegrationImplementationBlogIntegrationImplementation.getDisplayName()Copyright © 2005–2018 Alfresco Software. All rights reserved.