Package org.apache.ofbiz.entity.finder
Class ByAndFinder
- java.lang.Object
-
- org.apache.ofbiz.entity.finder.Finder
-
- org.apache.ofbiz.entity.finder.ListFinder
-
- org.apache.ofbiz.entity.finder.ByAndFinder
-
- All Implemented Interfaces:
java.io.Serializable
public class ByAndFinder extends ListFinder
Uses the delegator to find entity values by a and- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.Map<FlexibleMapAccessor<java.lang.Object>,java.lang.Object>
fieldMap
static java.lang.String
module
-
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 ByAndFinder(org.w3c.dom.Element element)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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
getHavingEntityCondition, getOrderByFieldList, runFind
-
Methods inherited from class org.apache.ofbiz.entity.finder.Finder
getEntityName, setEntityName
-
-
-
-
Field Detail
-
module
public static final java.lang.String module
-
fieldMap
protected java.util.Map<FlexibleMapAccessor<java.lang.Object>,java.lang.Object> fieldMap
-
-
Method Detail
-
getWhereEntityCondition
public EntityCondition getWhereEntityCondition(java.util.Map<java.lang.String,java.lang.Object> context, ModelEntity modelEntity, ModelFieldTypeReader modelFieldTypeReader)
- Overrides:
getWhereEntityCondition
in classListFinder
-
-