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.EntityCondition
public void checkCondition(org.ofbiz.core.entity.model.ModelEntity modelEntity) throws org.ofbiz.core.entity.GenericModelException
checkCondition
in class org.ofbiz.core.entity.EntityCondition
org.ofbiz.core.entity.GenericModelException
Copyright © 2002-2017 Atlassian. All Rights Reserved.