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, setIntegrityCheck
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDescription
protected BaseFilterSubscriptionsCheck(OfBizDelegator ofBizDelegator, int id)
public List<DeleteEntityAmendment> preview() throws IntegrityException
IntegrityException
public List<DeleteEntityAmendment> correct() throws IntegrityException
IntegrityException
public boolean isAvailable()
public String getUnavailableMessage()
protected List<DeleteEntityAmendment> doCheck(boolean correct) throws IntegrityException
IntegrityException
protected abstract void doRealCheck(boolean correct, org.ofbiz.core.entity.GenericValue subscription, List<DeleteEntityAmendment> messages) throws IntegrityException
IntegrityException
Copyright © 2002-2022 Atlassian. All Rights Reserved.