public class CountedCondition
extends org.ofbiz.core.entity.EntityCondition
| Constructor and Description |
|---|
CountedCondition(org.ofbiz.core.entity.EntityCondition condition,
int terms) |
| Modifier and Type | Method and Description |
|---|---|
void |
checkCondition(org.ofbiz.core.entity.model.ModelEntity modelEntity) |
org.ofbiz.core.entity.EntityCondition |
getCondition() |
int |
getTermCount() |
String |
makeWhereString(org.ofbiz.core.entity.model.ModelEntity modelEntity,
List entityConditionParams) |
String |
toString() |
public CountedCondition(org.ofbiz.core.entity.EntityCondition condition,
int terms)
public org.ofbiz.core.entity.EntityCondition getCondition()
public int getTermCount()
public String makeWhereString(org.ofbiz.core.entity.model.ModelEntity modelEntity, List entityConditionParams)
makeWhereString in class org.ofbiz.core.entity.EntityConditionpublic void checkCondition(org.ofbiz.core.entity.model.ModelEntity modelEntity)
throws org.ofbiz.core.entity.GenericModelException
checkCondition in class org.ofbiz.core.entity.EntityConditionorg.ofbiz.core.entity.GenericModelExceptionCopyright © 2002-2017 Atlassian. All Rights Reserved.