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

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

public class CreateContentWizardInputAssetsAction
extends CreateContentWizardAbstractAction

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface webwork.action.Action
ERROR, INPUT, LOGIN, NONE, SUCCESS
 
Constructor Summary
CreateContentWizardInputAssetsAction()
           
 
Method Summary
 java.lang.String doExecute()
           
 java.lang.String doFinish()
           
 java.lang.String doInput()
           
 java.util.List getDefinedAssetKeys()
           
 java.lang.Integer getLanguageId()
           
 java.lang.String getMandatoryAssetKey()
           
 java.lang.Integer getUploadedFilesCounter()
           
 void setDigitalAssetKey(java.lang.String digitalAssetKey)
           
 void setLanguageId(java.lang.Integer integer)
           
 void setMandatoryAssetKey(java.lang.String string)
           
 void setUploadedFilesCounter(java.lang.Integer uploadedFilesCounter)
           
 
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

CreateContentWizardInputAssetsAction

public CreateContentWizardInputAssetsAction()
Method Detail

doInput

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

doExecute

public java.lang.String doExecute()
                           throws java.lang.Exception
Overrides:
doExecute in class WebworkAbstractAction
java.lang.Exception

doFinish

public java.lang.String doFinish()
                          throws java.lang.Exception
java.lang.Exception

setDigitalAssetKey

public void setDigitalAssetKey(java.lang.String digitalAssetKey)

setUploadedFilesCounter

public void setUploadedFilesCounter(java.lang.Integer uploadedFilesCounter)

getUploadedFilesCounter

public java.lang.Integer getUploadedFilesCounter()

getDefinedAssetKeys

public java.util.List getDefinedAssetKeys()

getMandatoryAssetKey

public java.lang.String getMandatoryAssetKey()

setMandatoryAssetKey

public void setMandatoryAssetKey(java.lang.String string)

getLanguageId

public java.lang.Integer getLanguageId()

setLanguageId

public void setLanguageId(java.lang.Integer integer)