org.infoglue.cms.applications.structuretool.actions
Class CreatePageTemplateAction

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.actions.CreatePageTemplateAction
All Implemented Interfaces:
java.io.Serializable, ViewContentTreeActionInterface, webwork.action.Action, webwork.action.CommandDriven, webwork.action.ServletRequestAware, webwork.action.ServletResponseAware

public class CreatePageTemplateAction
extends InfoGlueAbstractAction
implements ViewContentTreeActionInterface

This action represents the CreatePageTemplate Usecase.

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
CreatePageTemplateAction()
           
 
Method Summary
 java.lang.String doExecute()
          Subclasses implement this
 java.lang.String doInput()
           
 java.lang.Integer getContentId()
           
 java.lang.String getHideLeafs()
           
 java.lang.String getName()
           
 java.lang.Integer getParentContentId()
           
 java.util.List getRepositories()
           
 java.lang.Integer getRepositoryId()
           
 java.lang.String getReturnAddress()
           
 java.lang.Integer getSiteNodeId()
           
 java.lang.Integer getTopRepositoryId()
           
 java.lang.String getTree()
           
 void setContentId(java.lang.Integer contentId)
           
 void setHideLeafs(java.lang.String hideLeafs)
           
 void setName(java.lang.String name)
           
 void setParentContentId(java.lang.Integer parentContentId)
           
 void setRepositoryId(java.lang.Integer repositoryId)
           
 void setReturnAddress(java.lang.String string)
           
 void setSiteNodeId(java.lang.Integer siteNodeId)
           
 void setTree(java.lang.String tree)
           
 
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

CreatePageTemplateAction

public CreatePageTemplateAction()
Method Detail

doInput

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

doExecute

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

Specified by:
doExecute in interface ViewContentTreeActionInterface
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)
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()

getRepositories

public java.util.List getRepositories()

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)

getSiteNodeId

public java.lang.Integer getSiteNodeId()

setSiteNodeId

public void setSiteNodeId(java.lang.Integer siteNodeId)

getName

public java.lang.String getName()

setName

public void setName(java.lang.String name)


Copyright © 2005 InfoGlue.org All Rights Reserved.