org.infoglue.cms.applications.contenttool.wizards.actions
Class CreateContentWizardChooseParentAction

java.lang.Object
  |
  +--org.infoglue.cms.applications.common.actions.WebworkAbstractAction
        |
        +--org.infoglue.cms.applications.common.actions.InfoGlueAbstractAction
              |
              +--org.infoglue.cms.applications.contenttool.wizards.actions.CreateContentWizardAbstractAction
                    |
                    +--org.infoglue.cms.applications.contenttool.wizards.actions.CreateContentWizardChooseParentAction
All Implemented Interfaces:
webwork.action.Action, webwork.action.CommandDriven, java.io.Serializable, webwork.action.ServletRequestAware, webwork.action.ServletResponseAware, ViewContentTreeActionInterface

public class CreateContentWizardChooseParentAction
extends CreateContentWizardAbstractAction
implements ViewContentTreeActionInterface

This action represents a tree where the user can select where to save his new content.

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface webwork.action.Action
ERROR, INPUT, LOGIN, NONE, SUCCESS
 
Constructor Summary
CreateContentWizardChooseParentAction()
           
CreateContentWizardChooseParentAction(ContentVO contentVO)
           
 
Method Summary
 java.lang.String doExecute()
           
 java.lang.Integer getContentId()
           
 java.lang.String getHideLeafs()
           
 java.lang.Integer getParentContentId()
           
 java.lang.Integer getRepositoryId()
           
 java.lang.String getReturnAddress()
           
 java.lang.Integer getTopRepositoryId()
           
 java.lang.String getTree()
           
 void setContentId(java.lang.Integer contentId)
           
 void setHideLeafs(java.lang.String hideLeafs)
           
 void setParentContentId(java.lang.Integer parentContentId)
           
 void setRepositoryId(java.lang.Integer repositoryId)
           
 void setReturnAddress(java.lang.String string)
           
 void setTree(java.lang.String tree)
           
 
Methods inherited from class org.infoglue.cms.applications.common.actions.InfoGlueAbstractAction
beginTransaction, closeDatabase, closeTransaction, encode, getCMSBaseUrl, getColorScheme, getComponentRendererAction, getComponentRendererUrl, getCurrentURL, getLanguageCode, getLocale, getPrincipalPropertyHashValues, getPrincipalPropertyValue, getPrincipalPropertyValue, getSessionTimeout, getThis, getURLBase, getUserName, hasAccessTo, hasAccessTo, rollbackTransaction, setColorScheme
 
Methods inherited from class org.infoglue.cms.applications.common.actions.WebworkAbstractAction
doDefault, execute, getBrowserBean, getCurrentUrl, getError, getErrors, getInfoGluePrincipal, getLocalizedString, getRoot, getSession, setCommand, setServletRequest, setServletResponse
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateContentWizardChooseParentAction

public CreateContentWizardChooseParentAction()

CreateContentWizardChooseParentAction

public CreateContentWizardChooseParentAction(ContentVO contentVO)
Method Detail

doExecute

public java.lang.String doExecute()
                           throws java.lang.Exception
Specified by:
doExecute in interface ViewContentTreeActionInterface
Overrides:
doExecute in class WebworkAbstractAction
java.lang.Exception

getTopRepositoryId

public java.lang.Integer getTopRepositoryId()
                                     throws ConstraintException,
                                            SystemException,
                                            Bug
ConstraintException
SystemException
Bug

setHideLeafs

public void setHideLeafs(java.lang.String hideLeafs)
Specified by:
setHideLeafs in interface ViewContentTreeActionInterface

getHideLeafs

public java.lang.String getHideLeafs()
Specified by:
getHideLeafs in interface ViewContentTreeActionInterface

getTree

public java.lang.String getTree()
Specified by:
getTree in interface ViewContentTreeActionInterface

setTree

public void setTree(java.lang.String tree)
Specified by:
setTree in interface ViewContentTreeActionInterface

setParentContentId

public void setParentContentId(java.lang.Integer parentContentId)

getParentContentId

public java.lang.Integer getParentContentId()

setRepositoryId

public void setRepositoryId(java.lang.Integer repositoryId)
Specified by:
setRepositoryId in interface ViewContentTreeActionInterface

getRepositoryId

public java.lang.Integer getRepositoryId()
Specified by:
getRepositoryId in interface ViewContentTreeActionInterface

setContentId

public void setContentId(java.lang.Integer contentId)
Specified by:
setContentId in interface ViewContentTreeActionInterface

getContentId

public java.lang.Integer getContentId()
Specified by:
getContentId in interface ViewContentTreeActionInterface

getReturnAddress

public java.lang.String getReturnAddress()

setReturnAddress

public void setReturnAddress(java.lang.String string)