org.infoglue.cms.applications.contenttool.actions
Interface ViewContentTreeActionInterface
- All Known Implementing Classes:
- CreateContentWizardAction, CreateContentWizardChooseParentAction, CreatePageTemplateAction, ViewContentTreeAction
- public interface ViewContentTreeActionInterface
The interface all implementations of the tree view must follow.
- Author:
- mattias
setRepositoryId
public void setRepositoryId(java.lang.Integer repositoryId)
getRepositoryId
public java.lang.Integer getRepositoryId()
setContentId
public void setContentId(java.lang.Integer contentId)
getContentId
public java.lang.Integer getContentId()
setHideLeafs
public void setHideLeafs(java.lang.String hideLeafs)
getHideLeafs
public java.lang.String getHideLeafs()
doExecute
public java.lang.String doExecute()
throws java.lang.Exception
java.lang.Exception
getTree
public java.lang.String getTree()
setTree
public void setTree(java.lang.String tree)