org.ofbiz.entity.finder
Class EntityFinderUtil.ConditionObject

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

public static class EntityFinderUtil.ConditionObject
extends java.lang.Object
implements EntityFinderUtil.Condition

See Also:
Serialized Form

Field Summary
protected  FlexibleMapAccessor<java.lang.Object> fieldNameAcsr
           
 
Constructor Summary
EntityFinderUtil.ConditionObject(org.w3c.dom.Element conditionExprElement)
           
 
Method Summary
 EntityCondition createCondition(java.util.Map<java.lang.String,? extends java.lang.Object> context, java.lang.String entityName, GenericDelegator delegator)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fieldNameAcsr

protected FlexibleMapAccessor<java.lang.Object> fieldNameAcsr
Constructor Detail

EntityFinderUtil.ConditionObject

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

createCondition

public EntityCondition createCondition(java.util.Map<java.lang.String,? extends java.lang.Object> context,
                                       java.lang.String entityName,
                                       GenericDelegator delegator)
Specified by:
createCondition in interface EntityFinderUtil.Condition