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, Serializable, webwork.action.Action, webwork.action.CommandDriven, webwork.action.IllegalArgumentAware

public class IntegrityChecker
extends JiraWebActionSupport

See Also:
Serialized Form

Field Summary
static String CHECK_PREFIX
           
static String INTEGRITY_CHECK_PREFIX
           
 
Fields inherited from class com.atlassian.jira.web.action.JiraWebActionSupport
ISSUE_NOT_FOUND_RESULT, PERMISSION_VIOLATION_RESULT, request, savedFilters, selectedProject
 
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  String doExecute()
           
protected  void doValidation()
           
 String getBack()
           
 String getCheck()
           
 String getCheckId(Check check)
           
 String getCheckPrefix()
           
 String getFix()
           
 String getIntegrityCheckPrefix()
           
 List getIntegrityChecks()
           
 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 setBack(String back)
           
 void setCheck(String check)
           
 void setFix(String fix)
           
 
Methods inherited from class com.atlassian.jira.web.action.JiraWebActionSupport
addErrorCollection, forceRedirect, getAssignableUsers, getAssignableUsers, getCachedGroups, getComponentManager, getConstantsManager, getDateFormat, getDateTimeFormat, getDescTranslation, getExternalLinkUtils, getField, getFlushedErrorMessages, getGlobalPermissionManager, getJiraServiceContext, getLanguage, getNameTranslation, getOutlookDate, getPermissionManager, getProjectManager, getPropertySet, getRedirect, getRemoteUser, getReturnUrl, getSearchSortReverseDescriptions, getSelectedProject, getSelectedProjectObject, getServerId, getText, getTimeFormat, getUserFullName, getVersionManager, getWebworkStack, getWebworkStack, htmlEncode, isHasIssuePermission, isHasIssuePermission, isHasPermission, isHasPermission, isHasPermission, isHasProjectPermission, isHasProjectPermission, isSystemAdministrator, isUserExists, setReturnUrl, setSelectedProjectId
 
Methods inherited from class com.atlassian.jira.action.JiraActionSupport
addErrorMessages, addErrorMessages, addErrors, addIllegalArgumentException, execute, getActionName, getApplicationProperties, getDefaultResourceBundle, getDelegator, getJiraLocaleUtils, getLocale, getResult, getText, getText, getText, getText, getText, getText, getUnescapedText, getUserPreferences, getWatcherManager, hasAnyErrors, isEnterprise, isIndexing, isProfessional, isProfessionalOrEnterprise, isStandard, removeKeyOrAddError
 
Methods inherited from class webwork.action.ActionSupport
addError, addErrorMessage, doDefault, getErrorMessages, getErrors, getHasErrorMessages, getHasErrors, getPropertyEditorMessage, getTexts, getTexts, getTimezone, 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, setErrorMessages
 
Methods inherited from interface webwork.action.CommandDriven
setCommand
 

Field Detail

INTEGRITY_CHECK_PREFIX

public static final String INTEGRITY_CHECK_PREFIX
See Also:
Constant Field Values

CHECK_PREFIX

public static final String CHECK_PREFIX
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 String doExecute()
                    throws Exception
Overrides:
doExecute in class webwork.action.ActionSupport
Throws:
Exception

getTotalResults

public int getTotalResults()

getIntegrityChecks

public List getIntegrityChecks()

getCheck

public String getCheck()

setCheck

public void setCheck(String check)

getFix

public String getFix()

setFix

public void setFix(String fix)

getBack

public String getBack()

setBack

public void setBack(String back)

getResults

public 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 -

getIntegrityCheckPrefix

public String getIntegrityCheckPrefix()

getCheckPrefix

public String getCheckPrefix()

getCheckId

public String getCheckId(Check check)

isChecked

public boolean isChecked(Check check)


Copyright © 2002-2009 Atlassian. All Rights Reserved.