Package org.apache.ofbiz.entity.finder
Class ByConditionFinder
- java.lang.Object
-
- org.apache.ofbiz.entity.finder.Finder
-
- org.apache.ofbiz.entity.finder.ListFinder
-
- org.apache.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
-
-
Field Summary
Fields Modifier and Type Field Description protected EntityFinderUtil.Condition
havingCondition
static java.lang.String
module
protected EntityFinderUtil.Condition
whereCondition
-
Fields inherited from class org.apache.ofbiz.entity.finder.ListFinder
delegatorNameExdr, distinctStrExdr, filterByDateStrExdr, label, listAcsr, orderByExpanderList, outputHandler, resultSetTypeExdr, selectFieldExpanderList
-
Fields inherited from class org.apache.ofbiz.entity.finder.Finder
entityNameExdr, useCacheStrExdr
-
-
Constructor Summary
Constructors Constructor Description ByConditionFinder(org.w3c.dom.Element element)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EntityCondition
getHavingEntityCondition(java.util.Map<java.lang.String,java.lang.Object> context, ModelEntity modelEntity, ModelFieldTypeReader modelFieldTypeReader)
EntityCondition
getWhereEntityCondition(java.util.Map<java.lang.String,java.lang.Object> context, ModelEntity modelEntity, ModelFieldTypeReader modelFieldTypeReader)
-
Methods inherited from class org.apache.ofbiz.entity.finder.ListFinder
getOrderByFieldList, runFind
-
Methods inherited from class org.apache.ofbiz.entity.finder.Finder
getEntityName, setEntityName
-
-
-
-
Field Detail
-
module
public static final java.lang.String module
-
whereCondition
protected EntityFinderUtil.Condition whereCondition
-
havingCondition
protected EntityFinderUtil.Condition havingCondition
-
-
Method Detail
-
getWhereEntityCondition
public EntityCondition getWhereEntityCondition(java.util.Map<java.lang.String,java.lang.Object> context, ModelEntity modelEntity, ModelFieldTypeReader modelFieldTypeReader)
- Overrides:
getWhereEntityCondition
in classListFinder
-
getHavingEntityCondition
public EntityCondition getHavingEntityCondition(java.util.Map<java.lang.String,java.lang.Object> context, ModelEntity modelEntity, ModelFieldTypeReader modelFieldTypeReader)
- Overrides:
getHavingEntityCondition
in classListFinder
-
-