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 java.lang.Object
implements IntegrityCheckManager


Constructor Summary
IntegrityCheckManagerImpl(OfBizDelegator ofbizDelegator, I18nHelper i18nBean)
           
 
Method Summary
 Check getCheck(java.lang.Long checkId)
           
 IntegrityCheck getIntegrityCheck(java.lang.Long id)
           
 java.util.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 i18nBean)
Method Detail

getIntegrityChecks

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

getCheck

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

getIntegrityCheck

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


Copyright © 2002-2011 Atlassian. All Rights Reserved.