org.ofbiz.entity.finder
Class EntityFinderUtil.ConditionExpr

java.lang.Object
  extended by org.ofbiz.entity.finder.EntityFinderUtil.ConditionExpr
All Implemented Interfaces:
java.io.Serializable, EntityFinderUtil.Condition
Enclosing class:
EntityFinderUtil

public static final class EntityFinderUtil.ConditionExpr
extends java.lang.Object
implements EntityFinderUtil.Condition

See Also:
Serialized Form

Constructor Summary
EntityFinderUtil.ConditionExpr(org.w3c.dom.Element conditionExprElement)
           
 
Method Summary
 EntityCondition createCondition(java.util.Map<java.lang.String,? extends java.lang.Object> context, ModelEntity modelEntity, ModelFieldTypeReader modelFieldTypeReader)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EntityFinderUtil.ConditionExpr

public EntityFinderUtil.ConditionExpr(org.w3c.dom.Element conditionExprElement)
Method Detail

createCondition

public EntityCondition createCondition(java.util.Map<java.lang.String,? extends java.lang.Object> context,
                                       ModelEntity modelEntity,
                                       ModelFieldTypeReader modelFieldTypeReader)
Specified by:
createCondition in interface EntityFinderUtil.Condition