org.ofbiz.entity.finder
Class ByAndFinder

java.lang.Object
  extended by org.ofbiz.entity.finder.Finder
      extended by org.ofbiz.entity.finder.ListFinder
          extended by org.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
protected  java.util.Map<FlexibleMapAccessor<java.lang.Object>,java.lang.Object> fieldMap
           
static java.lang.String module
           
 
Fields inherited from class org.ofbiz.entity.finder.ListFinder
delegatorNameExdr, distinctStrExdr, filterByDateStrExdr, label, listAcsr, orderByExpanderList, outputHandler, resultSetTypeExdr, selectFieldExpanderList
 
Fields inherited from class org.ofbiz.entity.finder.Finder
entityNameExdr, useCacheStrExdr
 
Constructor Summary
ByAndFinder(org.w3c.dom.Element element)
           
 
Method Summary
protected  EntityCondition getWhereEntityCondition(java.util.Map<java.lang.String,java.lang.Object> context, ModelEntity modelEntity, GenericDelegator delegator)
           
 
Methods inherited from class org.ofbiz.entity.finder.ListFinder
getHavingEntityCondition, runFind
 
Methods inherited from class org.ofbiz.entity.finder.Finder
getEntityName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

module

public static final java.lang.String module

fieldMap

protected java.util.Map<FlexibleMapAccessor<java.lang.Object>,java.lang.Object> fieldMap
Constructor Detail

ByAndFinder

public ByAndFinder(org.w3c.dom.Element element)
Method Detail

getWhereEntityCondition

protected EntityCondition getWhereEntityCondition(java.util.Map<java.lang.String,java.lang.Object> context,
                                                  ModelEntity modelEntity,
                                                  GenericDelegator delegator)
Overrides:
getWhereEntityCondition in class ListFinder