com.atlassian.jira.appconsistency.integrity
Class IntegrityCheckManagerImpl

java.lang.Object
  extended by com.atlassian.jira.appconsistency.integrity.IntegrityCheckManagerImpl
All Implemented Interfaces:
IntegrityCheckManager

public class IntegrityCheckManagerImpl
extends Object
implements IntegrityCheckManager


Constructor Summary
IntegrityCheckManagerImpl(OfBizDelegator ofbizDelegator, I18nHelper.BeanFactory i18nFactory, ApplicationProperties applicationProperties)
           
 
Method Summary
 Check getCheck(Long checkId)
           
 IntegrityCheck getIntegrityCheck(Long id)
           
 List<IntegrityCheck> getIntegrityChecks()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntegrityCheckManagerImpl

public IntegrityCheckManagerImpl(OfBizDelegator ofbizDelegator,
                                 I18nHelper.BeanFactory i18nFactory,
                                 ApplicationProperties applicationProperties)
Method Detail

getIntegrityChecks

public List<IntegrityCheck> getIntegrityChecks()
Specified by:
getIntegrityChecks in interface IntegrityCheckManager

getCheck

public Check getCheck(Long checkId)
Specified by:
getCheck in interface IntegrityCheckManager

getIntegrityCheck

public IntegrityCheck getIntegrityCheck(Long id)
Specified by:
getIntegrityCheck in interface IntegrityCheckManager


Copyright © 2002-2013 Atlassian. All Rights Reserved.