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 class EntityFinderUtil.ConditionExpr
extends java.lang.Object
implements EntityFinderUtil.Condition

See Also:
Serialized Form

Field Summary
protected  FlexibleMapAccessor<java.lang.Object> envNameAcsr
           
protected  FlexibleStringExpander fieldNameExdr
           
protected  boolean ignoreCase
           
protected  FlexibleStringExpander ignoreExdr
           
protected  boolean ignoreIfEmpty
           
protected  boolean ignoreIfNull
           
protected  FlexibleStringExpander operatorExdr
           
protected  FlexibleStringExpander valueExdr
           
 
Constructor Summary
EntityFinderUtil.ConditionExpr(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

fieldNameExdr

protected FlexibleStringExpander fieldNameExdr

operatorExdr

protected FlexibleStringExpander operatorExdr

envNameAcsr

protected FlexibleMapAccessor<java.lang.Object> envNameAcsr

valueExdr

protected FlexibleStringExpander valueExdr

ignoreExdr

protected FlexibleStringExpander ignoreExdr

ignoreIfNull

protected boolean ignoreIfNull

ignoreIfEmpty

protected boolean ignoreIfEmpty

ignoreCase

protected boolean ignoreCase
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,
                                       java.lang.String entityName,
                                       GenericDelegator delegator)
Specified by:
createCondition in interface EntityFinderUtil.Condition