org.infoglue.cms.applications.contenttool.actions
Class UpdateContentVersionAttributeAction

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

public class UpdateContentVersionAttributeAction
extends ViewContentVersionAction

This is the action-class for UpdateContentVersionVersion

Author:
Mattias Bogeblad
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.infoglue.cms.applications.contenttool.actions.ViewContentVersionAction
attributes, availableLanguages, contentTypeDefinitionVO
 
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
UpdateContentVersionAttributeAction()
           
UpdateContentVersionAttributeAction(ContentVersionVO contentVersionVO)
           
 
Method Summary
 java.lang.String doExecute()
          Subclasses implement this
 java.lang.String getAttributeName()
           
 java.lang.Integer getContentId()
           
 java.lang.Integer getContentVersionId()
           
 java.lang.Integer getLanguageId()
           
 java.lang.Integer getStateId()
           
 java.lang.String getVersionValue()
           
 void setAttributeName(java.lang.String attributeName)
           
 void setContentId(java.lang.Integer contentId)
           
 void setContentVersionId(java.lang.Integer contentVersionId)
           
 void setLanguageId(java.lang.Integer languageId)
           
 void setStateId(java.lang.Integer stateId)
           
 void setVersionValue(java.lang.String versionValue)
           
 
Methods inherited from class org.infoglue.cms.applications.contenttool.actions.ViewContentVersionAction
doBackground, doDeleteDigitalAsset, doDeleteDigitalAssetStandalone, doPreview, doStandalone, doViewAssets, doViewAssetsDialog, doViewAssetsDialogForFCKEditor, doViewAssetsForFCKEditor, getAllowedClasses, getAssetKey, getAttributeValue, getAvailableCategories, getAvailableLanguages, getCloseOnLoad, getComponentPropertyDefinitions, getConcurrentModification, getContentPath, getContentRelationQualifyers, getContentTypeAttributes, getContentTypeDefinitionId, getContentTypeDefinitionName, getContentTypeDefinitionVO, getContentVersionVO, getContentVO, getCSSList, getCSSRules, getCurrentEditorId, getDefinedCategoryKeys, getDeliveryBaseUrl, getDigitalAssets, getDigitalAssetThumbnailUrl, getDigitalAssetThumbnailUrl, getDigitalAssetUrl, getDigitalAssetUrl, getEnableCSSPlugin, getEvent, getInheritedDigitalAssets, getIsActive, getLatestContentVersionVO, getMasterContentVersionVO, getName, getNewContentId, getOldContentId, getOldModifiedDateTime, getPublishOnLoad, getQualifyerPath, getRelatedCategories, getRepositories, getRepositoryId, getSiteNodeId, getSiteNodeRelationQualifyers, getTextAreaId, getTreatAsLink, getUnescapedAttributeValue, getVersionComment, getWYSIWYGProperties, initialize, initialize, setAssetKey, setCloseOnLoad, setConcurrentModification, setContentVersionVO, setCurrentEditorId, setDigitalAssetId, setForceWorkingChange, setNewContentId, setOldContentId, setOldModifiedDateTime, setPublishOnLoad, setRepositoryId, setSiteNodeId, setTextAreaId, setTreatAsLink, setVersionComment
 
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

UpdateContentVersionAttributeAction

public UpdateContentVersionAttributeAction()

UpdateContentVersionAttributeAction

public UpdateContentVersionAttributeAction(ContentVersionVO contentVersionVO)
Method Detail

doExecute

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

Overrides:
doExecute in class ViewContentVersionAction
Throws:
java.lang.Exception

setContentVersionId

public void setContentVersionId(java.lang.Integer contentVersionId)
Overrides:
setContentVersionId in class ViewContentVersionAction

getContentVersionId

public java.lang.Integer getContentVersionId()
Overrides:
getContentVersionId in class ViewContentVersionAction

setStateId

public void setStateId(java.lang.Integer stateId)
Overrides:
setStateId in class ViewContentVersionAction

getStateId

public java.lang.Integer getStateId()
Overrides:
getStateId in class ViewContentVersionAction

setContentId

public void setContentId(java.lang.Integer contentId)
Overrides:
setContentId in class ViewContentVersionAction

getContentId

public java.lang.Integer getContentId()
Overrides:
getContentId in class ViewContentVersionAction

setLanguageId

public void setLanguageId(java.lang.Integer languageId)
Overrides:
setLanguageId in class ViewContentVersionAction

getLanguageId

public java.lang.Integer getLanguageId()
Overrides:
getLanguageId in class ViewContentVersionAction

getVersionValue

public java.lang.String getVersionValue()

setVersionValue

public void setVersionValue(java.lang.String versionValue)

getAttributeName

public java.lang.String getAttributeName()
Overrides:
getAttributeName in class ViewContentVersionAction

setAttributeName

public void setAttributeName(java.lang.String attributeName)
Overrides:
setAttributeName in class ViewContentVersionAction


Copyright © 2005 InfoGlue.org All Rights Reserved.