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

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

public class DeleteContentVersionAction
extends WebworkAbstractAction

This action removes a contentversion from the system.

Author:
Stefan Sik
See Also:
Serialized Form

Field Summary
 
Fields inherited from interface webwork.action.Action
ERROR, INPUT, LOGIN, NONE, SUCCESS
 
Constructor Summary
DeleteContentVersionAction()
           
DeleteContentVersionAction(ContentVersionVO contentVersionVO)
           
 
Method Summary
 java.lang.Integer getContentId()
           
 java.lang.Integer getContentVersionId()
           
 java.lang.Integer getRepositoryId()
           
 void setContentId(java.lang.Integer integer)
           
 void setContentVersionId(java.lang.Integer contentId)
           
 void setRepositoryId(java.lang.Integer integer)
           
 
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

DeleteContentVersionAction

public DeleteContentVersionAction()

DeleteContentVersionAction

public DeleteContentVersionAction(ContentVersionVO contentVersionVO)
Method Detail

setContentVersionId

public void setContentVersionId(java.lang.Integer contentId)

getContentVersionId

public java.lang.Integer getContentVersionId()

getRepositoryId

public java.lang.Integer getRepositoryId()
Returns:

setRepositoryId

public void setRepositoryId(java.lang.Integer integer)
Parameters:
integer -

getContentId

public java.lang.Integer getContentId()
Returns:

setContentId

public void setContentId(java.lang.Integer integer)
Parameters:
integer -