com.atlassian.jira.appconsistency.integrity.check
Class CheckImpl<T extends Amendment>

java.lang.Object
  extended by com.atlassian.jira.appconsistency.integrity.check.CheckImpl<T>
All Implemented Interfaces:
Check<T>
Direct Known Subclasses:
BaseFilterSubscriptionsCheck, EntityCheckImpl, FieldLayoutCheck, SchemePermissionCheck, SearchRequestRelationCheck, WorkflowCurrentStepCheck, WorkflowIssueStatusNull, WorkflowStateCheck

public abstract class CheckImpl<T extends Amendment>
extends Object
implements Check<T>


Field Summary
protected  int id
           
protected  OfBizDelegator ofBizDelegator
           
 
Constructor Summary
protected CheckImpl(OfBizDelegator ofBizDelegator, int id)
           
 
Method Summary
protected  I18nHelper getI18NBean()
           
 Long getId()
           
 IntegrityCheck getIntegrityCheck()
           
 void setIntegrityCheck(IntegrityCheck integrityCheck)
           
 
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.appconsistency.integrity.check.Check
correct, getDescription, getUnavailableMessage, isAvailable, preview
 

Field Detail

id

protected final int id

ofBizDelegator

protected OfBizDelegator ofBizDelegator
Constructor Detail

CheckImpl

protected CheckImpl(OfBizDelegator ofBizDelegator,
                    int id)
Method Detail

getId

public Long getId()
Specified by:
getId in interface Check<T extends Amendment>

getIntegrityCheck

public IntegrityCheck getIntegrityCheck()
Specified by:
getIntegrityCheck in interface Check<T extends Amendment>

setIntegrityCheck

public void setIntegrityCheck(IntegrityCheck integrityCheck)
Specified by:
setIntegrityCheck in interface Check<T extends Amendment>

getI18NBean

protected I18nHelper getI18NBean()


Copyright © 2002-2014 Atlassian. All Rights Reserved.