|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ofbiz.entity.finder.Finder
org.ofbiz.entity.finder.ListFinder
org.ofbiz.entity.finder.ByAndFinder
public class ByAndFinder
Uses the delegator to find entity values by a and
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 |
---|
public static final java.lang.String module
protected java.util.Map<FlexibleMapAccessor<java.lang.Object>,java.lang.Object> fieldMap
Constructor Detail |
---|
public ByAndFinder(org.w3c.dom.Element element)
Method Detail |
---|
protected EntityCondition getWhereEntityCondition(java.util.Map<java.lang.String,java.lang.Object> context, ModelEntity modelEntity, GenericDelegator delegator)
getWhereEntityCondition
in class ListFinder
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |