com.atlassian.jira.appconsistency.integrity.check
Class EntityCheckImpl
java.lang.Object
com.atlassian.jira.appconsistency.integrity.check.CheckImpl
com.atlassian.jira.appconsistency.integrity.check.EntityCheckImpl
- All Implemented Interfaces:
- Check, EntityCheck
- Direct Known Subclasses:
- AbstractEntityRelation, IssueLinkCheck
public abstract class EntityCheckImpl
- extends CheckImpl
- implements EntityCheck
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EntityCheckImpl
protected EntityCheckImpl(OfBizDelegator ofBizDelegator,
int id)
getEntityIntegrityCheck
public EntityIntegrityCheck getEntityIntegrityCheck()
- Specified by:
getEntityIntegrityCheck
in interface EntityCheck
setEntityIntegrityCheck
public void setEntityIntegrityCheck(EntityIntegrityCheck entityIntegrityCheck)
- Specified by:
setEntityIntegrityCheck
in interface EntityCheck
getIntegrityCheck
public IntegrityCheck getIntegrityCheck()
- Specified by:
getIntegrityCheck
in interface Check
- Overrides:
getIntegrityCheck
in class CheckImpl
setIntegrityCheck
public void setIntegrityCheck(IntegrityCheck integrityCheck)
- Specified by:
setIntegrityCheck
in interface Check
- Overrides:
setIntegrityCheck
in class CheckImpl
getEntityName
protected String getEntityName()
getEntities
protected OfBizListIterator getEntities(String entityName)
throws IntegrityException
- Throws:
IntegrityException
getUnavailableMessage
public String getUnavailableMessage()
- Specified by:
getUnavailableMessage
in interface Check
Copyright © 2002-2011 Atlassian. All Rights Reserved.