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

Method Summary
 java.lang.String doExecute()
           
 java.lang.Integer getContentId()
           
 java.lang.String getHideLeafs()
           
 java.lang.Integer getRepositoryId()
           
 java.lang.String getTree()
           
 void setContentId(java.lang.Integer contentId)
           
 void setHideLeafs(java.lang.String hideLeafs)
           
 void setRepositoryId(java.lang.Integer repositoryId)
           
 void setTree(java.lang.String tree)
           
 

Method Detail

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)