com.atlassian.jira.action.component
Class ComponentDelete

java.lang.Object
  extended bywebwork.action.ActionSupport
      extended bycom.atlassian.jira.action.JiraActionSupport
          extended bycom.atlassian.jira.action.JiraNonWebActionSupport
              extended bycom.atlassian.jira.action.component.ComponentDelete
All Implemented Interfaces:
webwork.action.Action, webwork.action.CommandDriven, webwork.action.IllegalArgumentAware, java.io.Serializable

public class ComponentDelete
extends JiraNonWebActionSupport

See Also:
Serialized Form

Field Summary
(package private)  org.ofbiz.core.entity.GenericValue component
           
(package private)  org.ofbiz.core.entity.GenericValue swapComponent
           
 
Fields inherited from class com.atlassian.jira.action.JiraNonWebActionSupport
 
Fields inherited from class com.atlassian.jira.action.JiraActionSupport
log
 
Fields inherited from class webwork.action.ActionSupport
command, errorMap, errorMessages
 
Fields inherited from interface webwork.action.Action
ERROR, INPUT, LOGIN, NONE, SUCCESS
 
Constructor Summary
ComponentDelete()
           
 
Method Summary
protected  java.lang.String doExecute()
           
protected  void doValidation()
           
 org.ofbiz.core.entity.GenericValue getComponent()
           
 org.ofbiz.core.entity.GenericValue getSwapComponent()
           
 void setComponent(org.ofbiz.core.entity.GenericValue component)
           
 void setSwapComponent(org.ofbiz.core.entity.GenericValue swapComponent)
           
 
Methods inherited from class com.atlassian.jira.action.JiraNonWebActionSupport
doDefault, execute, getRemoteUser, isDispatchEvent, setDispatchEvent, setRemoteUser
 
Methods inherited from class com.atlassian.jira.action.JiraActionSupport
addErrorMessages, addErrorMessages, addErrors, getActionName, getApplicationProperties, getDelegator, getLocaleUtils, getResult, getText, getUnescapedText, getWatcherManager, hasAnyErrors, isIndexing
 
Methods inherited from class webwork.action.ActionSupport
addError, addErrorMessage, addIllegalArgumentException, getErrorMessages, getErrors, getHasErrorMessages, getHasErrors, getLocale, getPropertyEditorMessage, getTexts, getTexts, invalidInput, invokeCommand, isCommand, setCommand, setErrorMessages, setErrors, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface webwork.action.CommandDriven
setCommand
 

Field Detail

component

org.ofbiz.core.entity.GenericValue component

swapComponent

org.ofbiz.core.entity.GenericValue swapComponent
Constructor Detail

ComponentDelete

public ComponentDelete()
Method Detail

doExecute

protected java.lang.String doExecute()
                              throws java.lang.Exception
Throws:
java.lang.Exception

doValidation

protected void doValidation()

getComponent

public org.ofbiz.core.entity.GenericValue getComponent()

setComponent

public void setComponent(org.ofbiz.core.entity.GenericValue component)

getSwapComponent

public org.ofbiz.core.entity.GenericValue getSwapComponent()

setSwapComponent

public void setSwapComponent(org.ofbiz.core.entity.GenericValue swapComponent)


Copyright © 2002-2005 Atlassian. All Rights Reserved.