com.atlassian.jira.web.action.admin
Class IntegrityChecker

java.lang.Object
  extended by webwork.action.ActionSupport
      extended by com.atlassian.jira.action.JiraActionSupport
          extended by com.atlassian.jira.web.action.JiraWebActionSupport
              extended by com.atlassian.jira.web.action.admin.IntegrityChecker
All Implemented Interfaces:
ErrorCollection, I18nHelper, java.io.Serializable, webwork.action.Action, webwork.action.CommandDriven, webwork.action.IllegalArgumentAware

public class IntegrityChecker
extends JiraWebActionSupport

See Also:
Serialized Form

Field Summary
static java.lang.String CANCEL
           
static java.lang.String CHECK_PREFIX
           
static java.lang.String CORRECT
           
static java.lang.String INTEGRITY_CHECK_PREFIX
           
static java.lang.String NO_FUNCTION_ERROR
           
static java.lang.String PREVIEW
           
static java.lang.String SELECT_CONSISTENCY_CHECK
           
 
Fields inherited from class com.atlassian.jira.web.action.JiraWebActionSupport
ISSUE_NOT_FOUND_RESULT, PERMISSION_VIOLATION_RESULT, request
 
Fields inherited from class com.atlassian.jira.action.JiraActionSupport
log
 
Fields inherited from class webwork.action.ActionSupport
command, errorMap, errorMessages
 
Fields inherited from interface com.atlassian.jira.util.I18nHelper
DEFAULT_RESOURCE_BUNDLE
 
Fields inherited from interface webwork.action.Action
ERROR, INPUT, LOGIN, NONE, SUCCESS
 
Constructor Summary
IntegrityChecker(IntegrityCheckManager integrityCheckManager, IntegrityChecker integrityChecker)
           
 
Method Summary
protected  java.lang.String doExecute()
           
protected  void doValidation()
           
 java.lang.String getCheckId(Check check)
           
 java.lang.String getCheckPrefix()
           
 java.lang.String getFunction()
           
 java.lang.String getIntegrityCheckPrefix()
           
 java.util.List getIntegrityChecks()
           
 java.util.Map getResults()
           
 int getTotalResults()
           
 boolean isCheckAvailable(Check check)
          Determine whether to chow a check box for the check
 boolean isChecked(Check check)
           
 boolean isHasCorrectableResults()
           
 boolean isHasCorrectableResults(Check check)
           
 boolean isHasCorrectableResults(IntegrityCheck integrityCheck)
           
 boolean isHasWarningResults(Check check)
           
 boolean isIntegrityCheckAvailable(IntegrityCheck integrityCheck)
           
 void setFunction(java.lang.String function)
           
 
Methods inherited from class com.atlassian.jira.web.action.JiraWebActionSupport
addErrorCollection, getAssignableUsers, getAssignableUsers, getCachedGroups, getColumnViewHtml, getComponentManager, getConstantsManager, getCustomFieldHtml, getCustomFieldXML, getDefaultAssignee, getDefaultResourceBundle, getField, getLocale, getOutlookDate, getPermissionManager, getProjectManager, getPropertySet, getRedirect, getRemoteUser, getReturnUrl, getText, getText, getText, getText, getText, getUserFullName, getUserPreferences, getVersionManager, isDefaultAssignee, isDefaultAssignee, isHasIssuePermission, isHasIssuePermission, isHasPermission, isHasPermission, isHasPermission, isHasProjectPermission, isHasProjectPermission, processDefaultAssignee, processDefaultAssignee, processDefaultAssignee, setReturnUrl
 
Methods inherited from class com.atlassian.jira.action.JiraActionSupport
addErrorMessages, addErrorMessages, addErrors, execute, getActionName, getApplicationProperties, getDelegator, getLocaleUtils, getResult, getUnescapedText, getWatcherManager, hasAnyErrors, isIndexing
 
Methods inherited from class webwork.action.ActionSupport
addError, addErrorMessage, addIllegalArgumentException, doDefault, getErrorMessages, getErrors, getHasErrorMessages, getHasErrors, 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 com.atlassian.jira.util.ErrorCollection
addError, addErrorMessage, addErrorMessages, addErrors, getErrorMessages, getErrors, hasAnyErrors
 
Methods inherited from interface webwork.action.CommandDriven
setCommand
 

Field Detail

INTEGRITY_CHECK_PREFIX

public static final java.lang.String INTEGRITY_CHECK_PREFIX
See Also:
Constant Field Values

CHECK_PREFIX

public static final java.lang.String CHECK_PREFIX
See Also:
Constant Field Values

PREVIEW

public static final java.lang.String PREVIEW
See Also:
Constant Field Values

CORRECT

public static final java.lang.String CORRECT
See Also:
Constant Field Values

CANCEL

public static final java.lang.String CANCEL
See Also:
Constant Field Values

NO_FUNCTION_ERROR

public static final java.lang.String NO_FUNCTION_ERROR
See Also:
Constant Field Values

SELECT_CONSISTENCY_CHECK

public static final java.lang.String SELECT_CONSISTENCY_CHECK
See Also:
Constant Field Values
Constructor Detail

IntegrityChecker

public IntegrityChecker(IntegrityCheckManager integrityCheckManager,
                        IntegrityChecker integrityChecker)
Method Detail

doValidation

protected void doValidation()
Overrides:
doValidation in class webwork.action.ActionSupport

doExecute

protected java.lang.String doExecute()
                              throws java.lang.Exception
Overrides:
doExecute in class webwork.action.ActionSupport
Throws:
java.lang.Exception

getTotalResults

public int getTotalResults()

getIntegrityChecks

public java.util.List getIntegrityChecks()

getFunction

public java.lang.String getFunction()

setFunction

public void setFunction(java.lang.String function)

getResults

public java.util.Map getResults()

isHasCorrectableResults

public boolean isHasCorrectableResults()

isHasWarningResults

public boolean isHasWarningResults(Check check)

isHasCorrectableResults

public boolean isHasCorrectableResults(Check check)

isIntegrityCheckAvailable

public boolean isIntegrityCheckAvailable(IntegrityCheck integrityCheck)

isHasCorrectableResults

public boolean isHasCorrectableResults(IntegrityCheck integrityCheck)

isCheckAvailable

public boolean isCheckAvailable(Check check)
Determine whether to chow a check box for the check

Parameters:
check -
Returns:

getIntegrityCheckPrefix

public java.lang.String getIntegrityCheckPrefix()

getCheckPrefix

public java.lang.String getCheckPrefix()

getCheckId

public java.lang.String getCheckId(Check check)

isChecked

public boolean isChecked(Check check)


Copyright © 2002-2006 Atlassian. All Rights Reserved.