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
void setRepositoryId(java.lang.Integer repositoryId)
getRepositoryId
java.lang.Integer getRepositoryId()
setContentId
void setContentId(java.lang.Integer contentId)
getContentId
java.lang.Integer getContentId()
setHideLeafs
void setHideLeafs(java.lang.String hideLeafs)
getHideLeafs
java.lang.String getHideLeafs()
doExecute
java.lang.String doExecute()
throws java.lang.Exception
- Throws:
java.lang.Exception
getTree
java.lang.String getTree()
setTree
void setTree(java.lang.String tree)
Copyright © 2005 InfoGlue.org All Rights Reserved.