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

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.