public abstract class BaseFilterSubscriptionsCheck extends CheckImpl
id, ofBizDelegator| Modifier | Constructor and Description |
|---|---|
protected |
BaseFilterSubscriptionsCheck(OfBizDelegator ofBizDelegator,
int id) |
| Modifier and Type | Method and Description |
|---|---|
List<DeleteEntityAmendment> |
correct() |
protected List<DeleteEntityAmendment> |
doCheck(boolean correct) |
protected abstract void |
doRealCheck(boolean correct,
org.ofbiz.core.entity.GenericValue subscription,
List<DeleteEntityAmendment> messages) |
String |
getUnavailableMessage() |
boolean |
isAvailable() |
List<DeleteEntityAmendment> |
preview() |
getI18NBean, getId, getIntegrityCheck, setIntegrityCheckclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDescriptionprotected BaseFilterSubscriptionsCheck(OfBizDelegator ofBizDelegator, int id)
public List<DeleteEntityAmendment> preview() throws IntegrityException
IntegrityExceptionpublic List<DeleteEntityAmendment> correct() throws IntegrityException
IntegrityExceptionpublic boolean isAvailable()
public String getUnavailableMessage()
protected List<DeleteEntityAmendment> doCheck(boolean correct) throws IntegrityException
IntegrityExceptionprotected abstract void doRealCheck(boolean correct,
org.ofbiz.core.entity.GenericValue subscription,
List<DeleteEntityAmendment> messages)
throws IntegrityException
IntegrityExceptionCopyright © 2002-2021 Atlassian. All Rights Reserved.