org.ofbiz.entity.condition
Class EntityConditionFunction.NOT
java.lang.Object
org.ofbiz.entity.condition.EntityConditionBase
org.ofbiz.entity.condition.EntityCondition
org.ofbiz.entity.condition.EntityConditionFunction
org.ofbiz.entity.condition.EntityConditionFunction.NOT
- All Implemented Interfaces:
- java.io.Serializable
- Enclosing class:
- EntityConditionFunction
public static class EntityConditionFunction.NOT
- extends EntityConditionFunction
- See Also:
- Serialized Form
Methods inherited from class org.ofbiz.entity.condition.EntityCondition |
accept, entityMatches, eval, eval, makeCondition, makeCondition, makeCondition, makeCondition, makeCondition, makeCondition, makeCondition, makeCondition, makeCondition, makeCondition, makeCondition, makeCondition, makeConditionDate, makeConditionMap, makeConditionWhere, toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
EntityConditionFunction.NOT
public EntityConditionFunction.NOT(EntityCondition nested)
mapMatches
public boolean mapMatches(GenericDelegator delegator,
java.util.Map<java.lang.String,? extends java.lang.Object> map)
- Specified by:
mapMatches
in class EntityCondition
freeze
public EntityCondition freeze()
- Specified by:
freeze
in class EntityCondition
encryptConditionFields
public void encryptConditionFields(ModelEntity modelEntity,
GenericDelegator delegator)
- Specified by:
encryptConditionFields
in class EntityCondition