|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.repo.blog.BaseBlogIntegrationImplementation
public abstract class BaseBlogIntegrationImplementation
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 |
---|
public BaseBlogIntegrationImplementation()
Method Detail |
---|
public 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()
BlogIntegrationImplementation
getName
in interface BlogIntegrationImplementation
org.alfresco.module.blogIntegration.BlogIntegrationImplementation#getName()
public void setDisplayName(java.lang.String displayName)
displayName
- the display namepublic java.lang.String getDisplayName()
BlogIntegrationImplementation
getDisplayName
in interface BlogIntegrationImplementation
org.alfresco.module.blogIntegration.BlogIntegrationImplementation#getDisplayName()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |