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, I18nBean i18nBean)
           
 
Method Summary
 Check getCheck(Long checkId)
           
 IntegrityCheck getIntegrityCheck(Long id)
           
 List 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,
                                 I18nBean i18nBean)
Method Detail

getIntegrityChecks

public List 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-2008 Atlassian. All Rights Reserved.