public class IntegrityCheckManagerImpl extends Object implements IntegrityCheckManager
Constructor and Description |
---|
IntegrityCheckManagerImpl(OfBizDelegator ofbizDelegator,
I18nHelper.BeanFactory i18nFactory,
ApplicationProperties applicationProperties,
com.atlassian.scheduler.SchedulerService schedulerService) |
Modifier and Type | Method and Description |
---|---|
Check |
getCheck(Long checkId) |
IntegrityCheck |
getIntegrityCheck(Long id) |
List<IntegrityCheck> |
getIntegrityChecks() |
public IntegrityCheckManagerImpl(OfBizDelegator ofbizDelegator, I18nHelper.BeanFactory i18nFactory, ApplicationProperties applicationProperties, com.atlassian.scheduler.SchedulerService schedulerService)
public List<IntegrityCheck> getIntegrityChecks()
getIntegrityChecks
in interface IntegrityCheckManager
public Check getCheck(Long checkId)
getCheck
in interface IntegrityCheckManager
public IntegrityCheck getIntegrityCheck(Long id)
getIntegrityCheck
in interface IntegrityCheckManager
Copyright © 2002-2015 Atlassian. All Rights Reserved.