|
|||||||||
| 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.ByConditionFinder
public class ByConditionFinder
Uses the delegator to find entity values by a condition
| Field Summary | |
|---|---|
protected EntityFinderUtil.Condition |
havingCondition
|
static java.lang.String |
module
|
protected EntityFinderUtil.Condition |
whereCondition
|
| 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 | |
|---|---|
ByConditionFinder(org.w3c.dom.Element element)
|
|
| Method Summary | |
|---|---|
protected EntityCondition |
getHavingEntityCondition(java.util.Map<java.lang.String,java.lang.Object> context,
ModelEntity modelEntity,
GenericDelegator delegator)
|
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 |
|---|
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 EntityFinderUtil.Condition whereCondition
protected EntityFinderUtil.Condition havingCondition
| Constructor Detail |
|---|
public ByConditionFinder(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
protected EntityCondition getHavingEntityCondition(java.util.Map<java.lang.String,java.lang.Object> context,
ModelEntity modelEntity,
GenericDelegator delegator)
getHavingEntityCondition in class ListFinder
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||