Class EntityConditionFunction.NOT
- java.lang.Object
-
- org.apache.ofbiz.entity.condition.EntityConditionBase
-
- org.apache.ofbiz.entity.condition.EntityCondition
-
- org.apache.ofbiz.entity.condition.EntityConditionFunction
-
- org.apache.ofbiz.entity.condition.EntityConditionFunction.NOT
-
- All Implemented Interfaces:
java.io.Serializable
,IsEmpty
- Enclosing class:
- EntityConditionFunction
public static class EntityConditionFunction.NOT extends EntityConditionFunction
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.ofbiz.entity.condition.EntityConditionFunction
EntityConditionFunction.NOT
-
-
Field Summary
-
Fields inherited from class org.apache.ofbiz.entity.condition.EntityConditionFunction
codeString, condition, ID_NOT, idInt
-
Fields inherited from class org.apache.ofbiz.entity.condition.EntityConditionBase
_emptyMap, emptyAliases, emptyList
-
-
Constructor Summary
Constructors Constructor Description NOT(EntityCondition nested)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EntityCondition
freeze()
boolean
mapMatches(Delegator delegator, java.util.Map<java.lang.String,? extends java.lang.Object> map)
-
Methods inherited from class org.apache.ofbiz.entity.condition.EntityConditionFunction
accept, checkCondition, equals, getCode, getId, hashCode, init, isEmpty, makeWhereString, reset
-
Methods inherited from class org.apache.ofbiz.entity.condition.EntityCondition
entityMatches, eval, eval, makeCondition, makeCondition, makeCondition, makeCondition, makeCondition, makeCondition, makeCondition, makeCondition, makeCondition, makeCondition, makeCondition, makeCondition, makeConditionDate, makeConditionMap, makeConditionWhere, toString
-
Methods inherited from class org.apache.ofbiz.entity.condition.EntityConditionBase
addValue, castBoolean, equals, getColName, getColName, getColName, getField, hashCode
-
-
-
-
Constructor Detail
-
NOT
public NOT(EntityCondition nested)
-
-
Method Detail
-
mapMatches
public boolean mapMatches(Delegator delegator, java.util.Map<java.lang.String,? extends java.lang.Object> map)
- Specified by:
mapMatches
in classEntityCondition
-
freeze
public EntityCondition freeze()
- Specified by:
freeze
in classEntityCondition
-
-