org.ofbiz.entity.finder
Class EntityFinderUtil.ConditionExpr
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
EntityFinderUtil.ConditionExpr
public EntityFinderUtil.ConditionExpr(org.w3c.dom.Element conditionExprElement)
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