|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.jira.appconsistency.integrity.check.CheckImpl com.atlassian.jira.appconsistency.integrity.check.EntityCheckImpl com.atlassian.jira.appconsistency.integrity.check.AbstractEntityRelation
public abstract class AbstractEntityRelation
Field Summary |
---|
Fields inherited from class com.atlassian.jira.appconsistency.integrity.check.CheckImpl |
---|
id, ofBizDelegator |
Constructor Summary | |
---|---|
AbstractEntityRelation(OfBizDelegator ofBizDelegator,
int id,
String relationType,
String relationName)
|
Method Summary | |
---|---|
protected String |
getRelationName()
|
protected String |
getRelationType()
|
List |
preview()
|
protected abstract Amendment |
previewAmendment(org.ofbiz.core.entity.GenericValue entity)
|
String |
toString()
|
Methods inherited from class com.atlassian.jira.appconsistency.integrity.check.EntityCheckImpl |
---|
getEntities, getEntityIntegrityCheck, getEntityName, getIntegrityCheck, getUnavailableMessage, setEntityIntegrityCheck, setIntegrityCheck |
Methods inherited from class com.atlassian.jira.appconsistency.integrity.check.CheckImpl |
---|
getI18NBean, getId |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.atlassian.jira.appconsistency.integrity.check.Check |
---|
correct, getDescription, getId, isAvailable |
Constructor Detail |
---|
public AbstractEntityRelation(OfBizDelegator ofBizDelegator, int id, String relationType, String relationName)
Method Detail |
---|
protected String getRelationType()
protected String getRelationName()
public List preview() throws IntegrityException
IntegrityException
protected abstract Amendment previewAmendment(org.ofbiz.core.entity.GenericValue entity)
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |