com.atlassian.jira.web.action.admin.issuetypes
Class DeleteIssueType

java.lang.Object
  extended byActionSupport
      extended bycom.atlassian.jira.action.JiraActionSupport
          extended bycom.atlassian.jira.web.action.JiraWebActionSupport
              extended bycom.atlassian.jira.web.action.admin.constants.AbstractConstantAction
                  extended bycom.atlassian.jira.web.action.admin.constants.AbstractDeleteConstant
                      extended bycom.atlassian.jira.web.action.admin.issuetypes.DeleteIssueType

public class DeleteIssueType
extends AbstractDeleteConstant

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.atlassian.jira.web.action.JiraWebActionSupport
ISSUE_NOT_FOUND_RESULT, PERMISSION_VIOLATION_RESULT, permissionManager, request
 
Fields inherited from class com.atlassian.jira.action.JiraActionSupport
log
 
Constructor Summary
DeleteIssueType()
           
 
Method Summary
protected  void clearCaches()
          Clear caches related to this constant
protected  java.lang.String doExecute()
           
protected  GenericValue getConstant(java.lang.String id)
           
protected  java.lang.String getConstantEntityName()
           
protected  java.util.Collection getConstants()
          Get a collection of this constant
protected  java.lang.String getIssueConstantField()
           
protected  java.lang.String getNiceConstantName()
           
protected  java.lang.String getRedirectPage()
           
 
Methods inherited from class com.atlassian.jira.web.action.admin.constants.AbstractDeleteConstant
doValidation, getConstant, getId, getMatchingIssues, getNewConstants, getNewId, isConfirm, setConfirm, setId, setNewId
 
Methods inherited from class com.atlassian.jira.web.action.JiraWebActionSupport
getAssignableUsers, getAssignableUsers, getCachedGroups, getComponentManager, getConstantsManager, getDefaultAssignee, getField, getLocale, getOutlookDate, getProjectManager, getPropertySet, getRedirect, getRemoteUser, getText, getText, getText, getText, getUserFullName, getUserPreferences, isDefaultAssignee, isDefaultAssignee, isHasIssuePermission, isHasIssuePermission, isHasPermission, isHasPermission, isHasPermission, isHasProjectPermission, isHasProjectPermission, processDefaultAssignee, processDefaultAssignee
 
Methods inherited from class com.atlassian.jira.action.JiraActionSupport
addErrorMessages, addErrors, execute, getActionName, getApplicationProperties, getDelegator, getLocaleUtils, getResult, isIndexing
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeleteIssueType

public DeleteIssueType()
Method Detail

getConstantEntityName

protected java.lang.String getConstantEntityName()
Specified by:
getConstantEntityName in class AbstractConstantAction

getNiceConstantName

protected java.lang.String getNiceConstantName()
Specified by:
getNiceConstantName in class AbstractConstantAction

getIssueConstantField

protected java.lang.String getIssueConstantField()
Specified by:
getIssueConstantField in class AbstractConstantAction

getConstant

protected GenericValue getConstant(java.lang.String id)
Specified by:
getConstant in class AbstractConstantAction

getRedirectPage

protected java.lang.String getRedirectPage()
Specified by:
getRedirectPage in class AbstractConstantAction

getConstants

protected java.util.Collection getConstants()
Description copied from class: AbstractConstantAction
Get a collection of this constant

Specified by:
getConstants in class AbstractConstantAction

clearCaches

protected void clearCaches()
Description copied from class: AbstractConstantAction
Clear caches related to this constant

Specified by:
clearCaches in class AbstractConstantAction

doExecute

protected java.lang.String doExecute()
                              throws java.lang.Exception
Overrides:
doExecute in class AbstractDeleteConstant
Throws:
java.lang.Exception