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

java.lang.Object
  |
  +--org.infoglue.cms.applications.common.actions.WebworkAbstractAction
        |
        +--org.infoglue.cms.applications.structuretool.actions.ChangeSiteNodeStateAction
All Implemented Interfaces:
webwork.action.Action, webwork.action.CommandDriven, java.io.Serializable, webwork.action.ServletRequestAware, webwork.action.ServletResponseAware

public class ChangeSiteNodeStateAction
extends WebworkAbstractAction

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface webwork.action.Action
ERROR, INPUT, LOGIN, NONE, SUCCESS
 
Constructor Summary
ChangeSiteNodeStateAction()
           
 
Method Summary
 java.lang.String doExecute()
          This method gets called when calling this action.
 java.lang.Integer getSiteNodeId()
           
 java.lang.Integer getSiteNodeVersionId()
           
 java.lang.Integer getStateId()
           
 java.lang.String getVersionComment()
           
 void setSiteNodeId(java.lang.Integer siteNodeId)
           
 void setSiteNodeVersionId(java.lang.Integer siteNodeVersionId)
           
 void setStateId(java.lang.Integer stateId)
           
 void setVersionComment(java.lang.String versionComment)
           
 
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

ChangeSiteNodeStateAction

public ChangeSiteNodeStateAction()
Method Detail

doExecute

public java.lang.String doExecute()
                           throws java.lang.Exception
This method gets called when calling this action. If the stateId is 2 which equals that the user tries to prepublish the page. If so we ask the user for a comment as this is to be regarded as a new version.

Overrides:
doExecute in class WebworkAbstractAction
java.lang.Exception

getSiteNodeVersionId

public java.lang.Integer getSiteNodeVersionId()

setSiteNodeVersionId

public void setSiteNodeVersionId(java.lang.Integer siteNodeVersionId)

getSiteNodeId

public java.lang.Integer getSiteNodeId()

setSiteNodeId

public void setSiteNodeId(java.lang.Integer siteNodeId)

setStateId

public void setStateId(java.lang.Integer stateId)

setVersionComment

public void setVersionComment(java.lang.String versionComment)

getVersionComment

public java.lang.String getVersionComment()

getStateId

public java.lang.Integer getStateId()