org.ofbiz.entity.finder
Class ByConditionFinder
java.lang.Object
org.ofbiz.entity.finder.Finder
org.ofbiz.entity.finder.ListFinder
org.ofbiz.entity.finder.ByConditionFinder
- All Implemented Interfaces:
- java.io.Serializable
public class ByConditionFinder
- extends ListFinder
Uses the delegator to find entity values by a condition
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
module
public static final java.lang.String module
whereCondition
protected EntityFinderUtil.Condition whereCondition
havingCondition
protected EntityFinderUtil.Condition havingCondition
ByConditionFinder
public ByConditionFinder(org.w3c.dom.Element element)
getWhereEntityCondition
protected EntityCondition getWhereEntityCondition(java.util.Map<java.lang.String,java.lang.Object> context,
ModelEntity modelEntity,
GenericDelegator delegator)
- Overrides:
getWhereEntityCondition
in class ListFinder
getHavingEntityCondition
protected EntityCondition getHavingEntityCondition(java.util.Map<java.lang.String,java.lang.Object> context,
ModelEntity modelEntity,
GenericDelegator delegator)
- Overrides:
getHavingEntityCondition
in class ListFinder