org.ofbiz.entity.condition
Class EntityConditionFunction.NOT

java.lang.Object
  extended by org.ofbiz.entity.condition.EntityConditionBase
      extended by org.ofbiz.entity.condition.EntityCondition
          extended by org.ofbiz.entity.condition.EntityConditionFunction
              extended by 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

Nested Class Summary
 
Nested classes/interfaces inherited from class org.ofbiz.entity.condition.EntityConditionFunction
EntityConditionFunction.NOT
 
Field Summary
 
Fields inherited from class org.ofbiz.entity.condition.EntityConditionFunction
codeString, condition, ID_NOT, idInt
 
Fields inherited from class org.ofbiz.entity.condition.EntityConditionBase
_emptyMap, emptyAliases, emptyList
 
Constructor Summary
EntityConditionFunction.NOT(EntityCondition nested)
           
 
Method Summary
 void encryptConditionFields(ModelEntity modelEntity, GenericDelegator delegator)
           
 EntityCondition freeze()
           
 boolean mapMatches(GenericDelegator delegator, java.util.Map<java.lang.String,? extends java.lang.Object> map)
           
 
Methods inherited from class org.ofbiz.entity.condition.EntityConditionFunction
checkCondition, equals, getCode, getId, hashCode, init, makeWhereString, reset, visit
 
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 org.ofbiz.entity.condition.EntityConditionBase
addValue, castBoolean, equals, getColName, getColName, getColName, getField, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EntityConditionFunction.NOT

public EntityConditionFunction.NOT(EntityCondition nested)
Method Detail

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