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, wait
deletePost, getPost, newPost, updatePost
public void setBlogIntegrationService(BlogIntegrationService blogIntegrationService)
blogIntegrationService
- the blog integration servicepublic void register()
public void setName(String name)
name
- the namepublic String getName()
BlogIntegrationImplementation
getName
in interface BlogIntegrationImplementation
BlogIntegrationImplementation.getName()
public void setDisplayName(String displayName)
displayName
- the display namepublic String getDisplayName()
BlogIntegrationImplementation
getDisplayName
in interface BlogIntegrationImplementation
BlogIntegrationImplementation.getDisplayName()
Copyright © 2005–2017 Alfresco Software. All rights reserved.