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

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.contenttool.wizards.actions.CreateContentWizardAbstractAction
              extended by org.infoglue.cms.applications.contenttool.wizards.actions.CreateContentWizardInputContentVersionsAction
All Implemented Interfaces:
java.io.Serializable, webwork.action.Action, webwork.action.CommandDriven, webwork.action.ServletRequestAware, webwork.action.ServletResponseAware

public class CreateContentWizardInputContentVersionsAction
extends CreateContentWizardAbstractAction

This action represents the create content versions including assets in the wizards.

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
CreateContentWizardInputContentVersionsAction()
           
 
Method Summary
 java.lang.String doExecute()
          This method validates the input and handles any deviations.
 java.lang.String doInput()
          This method presents the user with the initial input screen for creating a content.
 java.util.List getContentTypeAttributes()
           
 ContentTypeDefinitionVO getContentTypeDefinitionVO()
           
 java.lang.Integer getCurrentEditorId()
           
 java.lang.Integer getLanguageId()
           
 void setCurrentEditorId(java.lang.Integer currentEditorId)
           
 void setLanguageId(java.lang.Integer languageId)
           
 void setVersionValue(java.lang.String versionValue)
           
 
Methods inherited from class org.infoglue.cms.applications.contenttool.wizards.actions.CreateContentWizardAbstractAction
getCreateContentWizardInfoBean, invalidateCreateContentWizardInfoBean
 
Methods inherited from class org.infoglue.cms.applications.common.actions.InfoGlueAbstractAction
beginTransaction, closeDatabase, closeTransaction, commitTransaction, encode, getAnonymousPrincipal, getCMSBaseUrl, getColorScheme, getComponentRendererAction, getComponentRendererUrl, getCurrentURL, getLanguageCode, getLocale, getLogger, 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

CreateContentWizardInputContentVersionsAction

public CreateContentWizardInputContentVersionsAction()
Method Detail

doInput

public java.lang.String doInput()
                         throws java.lang.Exception
This method presents the user with the initial input screen for creating a content.

Returns:
Throws:
java.lang.Exception

doExecute

public java.lang.String doExecute()
                           throws java.lang.Exception
This method validates the input and handles any deviations.

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

getContentTypeAttributes

public java.util.List getContentTypeAttributes()

getContentTypeDefinitionVO

public ContentTypeDefinitionVO getContentTypeDefinitionVO()

getCurrentEditorId

public java.lang.Integer getCurrentEditorId()

getLanguageId

public java.lang.Integer getLanguageId()

setCurrentEditorId

public void setCurrentEditorId(java.lang.Integer currentEditorId)

setLanguageId

public void setLanguageId(java.lang.Integer languageId)

setVersionValue

public void setVersionValue(java.lang.String versionValue)


Copyright © 2005 InfoGlue.org All Rights Reserved.