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:
Serializable
Uses the delegator to find entity values by a and
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetWhereEntityCondition
(Map<String, Object> context, ModelEntity modelEntity, ModelFieldTypeReader modelFieldTypeReader) Gets where entity condition.Methods inherited from class org.apache.ofbiz.entity.finder.ListFinder
getHavingEntityCondition, getOrderByFieldList, runFind
Methods inherited from class org.apache.ofbiz.entity.finder.Finder
getEntityName, getEntityNameExdr, getUseCacheStrExdr, setEntityName
-
Constructor Details
-
ByAndFinder
-
-
Method Details
-
getWhereEntityCondition
public EntityCondition getWhereEntityCondition(Map<String, Object> context, ModelEntity modelEntity, ModelFieldTypeReader modelFieldTypeReader) Description copied from class:ListFinder
Gets where entity condition.- Overrides:
getWhereEntityCondition
in classListFinder
- Parameters:
context
- the contextmodelEntity
- the model entitymodelFieldTypeReader
- the model field type reader- Returns:
- the where entity condition
-