org.infoglue.cms.applications.structuretool.wizards.actions
Class CreateSiteNodeWizardChooseParentAction

java.lang.Object
  extended by org.infoglue.cms.applications.common.actions.WebworkAbstractAction
      extended by org.infoglue.cms.applications.common.actions.InfoGlueAbstractAction
          extended by org.infoglue.cms.applications.structuretool.wizards.actions.CreateSiteNodeWizardAbstractAction
              extended by org.infoglue.cms.applications.structuretool.wizards.actions.CreateSiteNodeWizardChooseParentAction
All Implemented Interfaces:
java.io.Serializable, webwork.action.Action, webwork.action.CommandDriven, webwork.action.ServletRequestAware, webwork.action.ServletResponseAware

public class CreateSiteNodeWizardChooseParentAction
extends CreateSiteNodeWizardAbstractAction

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

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.infoglue.cms.applications.common.actions.InfoGlueAbstractAction
colorScheme
 
Fields inherited from interface webwork.action.Action
ERROR, INPUT, LOGIN, NONE, SUCCESS
 
Constructor Summary
CreateSiteNodeWizardChooseParentAction()
           
CreateSiteNodeWizardChooseParentAction(SiteNodeVO SiteNodeVO)
           
 
Method Summary
 java.lang.String doExecute()
          Subclasses implement this
 java.lang.String[] getAllowedSiteNodeTypeIds()
           
 java.lang.String getAllowedSiteNodeTypeIdsAsUrlEncodedString()
           
 java.lang.String getComponentId()
           
 java.lang.Integer getContentId()
           
 java.lang.String getEncodedRefreshAddress()
           
 java.lang.String getHideLeafs()
           
 java.lang.Integer getLanguageId()
           
 java.lang.Integer getParentSiteNodeId()
           
 java.lang.String getPropertyName()
           
 java.lang.String getRefreshAddress()
           
 java.util.List getRepositories()
           
 java.lang.Integer getRepositoryId()
           
 java.lang.String getReturnAddress()
           
 java.lang.String getShowSimple()
           
 java.lang.Integer getSiteNodeId()
           
 java.lang.Integer getTopRepositoryId()
           
 java.lang.String getTree()
           
 void setAllowedSiteNodeTypeIds(java.lang.String[] allowedSiteNodeTypeIds)
           
 void setCancelAddress(java.lang.String cancelAddress)
           
 void setComponentId(java.lang.String componentId)
           
 void setContentId(java.lang.Integer contentId)
           
 void setHideLeafs(java.lang.String hideLeafs)
           
 void setLanguageId(java.lang.Integer languageId)
           
 void setParentSiteNodeId(java.lang.Integer parentSiteNodeId)
           
 void setPropertyName(java.lang.String propertyName)
           
 void setRefreshAddress(java.lang.String refreshAddress)
           
 void setRepositoryId(java.lang.Integer repositoryId)
           
 void setReturnAddress(java.lang.String string)
           
 void setShowSimple(java.lang.String showSimple)
           
 void setSiteNodeId(java.lang.Integer siteNodeId)
           
 void setTree(java.lang.String tree)
           
 
Methods inherited from class org.infoglue.cms.applications.structuretool.wizards.actions.CreateSiteNodeWizardAbstractAction
getCreateSiteNodeWizardInfoBean, invalidateCreateSiteNodeWizardInfoBean
 
Methods inherited from class org.infoglue.cms.applications.common.actions.InfoGlueAbstractAction
beginTransaction, closeDatabase, closeTransaction, commitTransaction, encode, getAllowPublicationEventFilter, getAnonymousPrincipal, getCMSBaseUrl, getColorScheme, getComponentRendererAction, getComponentRendererUrl, getCurrentURL, getDisableCustomIcons, getDisableImageEditor, getEnableDateTimeDirectEditing, getInfoGluePrincipal, getLanguageCode, getLocale, getLogoutURL, getOriginalFullURL, getParameter, getPrincipalPropertyHashValues, getPrincipalPropertyValue, getPrincipalPropertyValue, getSessionTimeout, getSingleParameter, getThis, getToolId, getToolLocales, getURLBase, getUserName, hasAccessTo, hasAccessTo, rollbackTransaction, setColorScheme, setLanguageCode, setToolId
 
Methods inherited from class org.infoglue.cms.applications.common.actions.WebworkAbstractAction
doDefault, execute, getBrowserBean, getCurrentUrl, getError, getErrors, getHttpSession, getInfoGluePrincipal, getLocalizedString, getRequest, getResponse, getRoot, getSession, setCommand, setError, setServletRequest, setServletResponse
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateSiteNodeWizardChooseParentAction

public CreateSiteNodeWizardChooseParentAction()

CreateSiteNodeWizardChooseParentAction

public CreateSiteNodeWizardChooseParentAction(SiteNodeVO SiteNodeVO)
Method Detail

doExecute

public java.lang.String doExecute()
                           throws java.lang.Exception
Description copied from class: WebworkAbstractAction
Subclasses implement this

Specified by:
doExecute in class WebworkAbstractAction
Throws:
java.lang.Exception

getTopRepositoryId

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

setHideLeafs

public void setHideLeafs(java.lang.String hideLeafs)

getHideLeafs

public java.lang.String getHideLeafs()

getTree

public java.lang.String getTree()

setTree

public void setTree(java.lang.String tree)

setParentSiteNodeId

public void setParentSiteNodeId(java.lang.Integer parentSiteNodeId)

getParentSiteNodeId

public java.lang.Integer getParentSiteNodeId()

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()

getReturnAddress

public java.lang.String getReturnAddress()

setReturnAddress

public void setReturnAddress(java.lang.String string)

getAllowedSiteNodeTypeIdsAsUrlEncodedString

public java.lang.String getAllowedSiteNodeTypeIdsAsUrlEncodedString()
                                                             throws java.lang.Exception
Throws:
java.lang.Exception

getAllowedSiteNodeTypeIds

public java.lang.String[] getAllowedSiteNodeTypeIds()

setAllowedSiteNodeTypeIds

public void setAllowedSiteNodeTypeIds(java.lang.String[] allowedSiteNodeTypeIds)

getRepositories

public java.util.List getRepositories()

getComponentId

public java.lang.String getComponentId()

setComponentId

public void setComponentId(java.lang.String componentId)

getLanguageId

public java.lang.Integer getLanguageId()

setLanguageId

public void setLanguageId(java.lang.Integer languageId)

getPropertyName

public java.lang.String getPropertyName()

setPropertyName

public void setPropertyName(java.lang.String propertyName)

setRefreshAddress

public void setRefreshAddress(java.lang.String refreshAddress)

getRefreshAddress

public java.lang.String getRefreshAddress()

getEncodedRefreshAddress

public java.lang.String getEncodedRefreshAddress()
                                          throws java.lang.Exception
Throws:
java.lang.Exception

setCancelAddress

public void setCancelAddress(java.lang.String cancelAddress)

getShowSimple

public java.lang.String getShowSimple()

setShowSimple

public void setShowSimple(java.lang.String showSimple)

getSiteNodeId

public java.lang.Integer getSiteNodeId()

setSiteNodeId

public void setSiteNodeId(java.lang.Integer siteNodeId)


Copyright © 2005 InfoGlue.org All Rights Reserved.