com.atlassian.jira.web.action.admin.statuses
Class ViewStatuses

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.AbstractViewConstants
                      extended bycom.atlassian.jira.web.action.admin.statuses.ViewStatuses

public class ViewStatuses
extends AbstractViewConstants

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.atlassian.jira.web.action.JiraWebActionSupport
PERMISSION_VIOLATION_RESULT, request
 
Fields inherited from class com.atlassian.jira.action.JiraActionSupport
log
 
Constructor Summary
ViewStatuses()
           
 
Method Summary
protected  void clearCaches()
          Clear caches related to this constant
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 getDefaultPropertyName()
           
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.AbstractViewConstants
doAddConstant, doMakeDefault, doMoveDown, doMoveUp, getDescription, getIconurl, getName, isDefault, setDescription, setDown, setIconurl, setMake, setName, setUp
 
Methods inherited from class com.atlassian.jira.web.action.JiraWebActionSupport
getCachedGroups, getConstantsManager, getGlobalColumns, getPropertySet, getRedirect, getRemoteUser, getUserPreferences, isHasIssuePermission, isHasPermission, isHasPermission, isHasProjectPermission
 
Methods inherited from class com.atlassian.jira.action.JiraActionSupport
addErrorMessages, addErrors, execute, getActionName, getApplicationProperties, getDelegator, getResult, isIndexing
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViewStatuses

public ViewStatuses()
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

getDefaultPropertyName

protected java.lang.String getDefaultPropertyName()
Specified by:
getDefaultPropertyName in class AbstractViewConstants