public abstract class AbstractEntityRelation<T extends Amendment> extends EntityCheckImpl<T>
id, ofBizDelegator
Constructor and Description |
---|
AbstractEntityRelation(OfBizDelegator ofBizDelegator,
int id,
String relationType,
String relationName) |
Modifier and Type | Method and Description |
---|---|
protected String |
getRelationName() |
protected String |
getRelationType() |
List<T> |
preview() |
protected abstract T |
previewAmendment(org.ofbiz.core.entity.GenericValue entity) |
String |
toString() |
getEntities, getEntityIntegrityCheck, getEntityName, getIntegrityCheck, getUnavailableMessage, setEntityIntegrityCheck, setIntegrityCheck
getI18NBean, getId
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
correct, getDescription, getId, isAvailable
public AbstractEntityRelation(OfBizDelegator ofBizDelegator, int id, String relationType, String relationName)
protected String getRelationType()
protected String getRelationName()
public List<T> preview() throws IntegrityException
IntegrityException
protected abstract T previewAmendment(org.ofbiz.core.entity.GenericValue entity)
Copyright © 2002-2019 Atlassian. All Rights Reserved.