public class

CountedCondition

extends EntityCondition
java.lang.Object
   ↳ org.ofbiz.core.entity.EntityCondition
     ↳ com.atlassian.jira.ofbiz.CountedCondition

Class Overview

This class is used to track how many clauses are in an EntityCondition. It doesn't inspect the condition but rather is a glorified tuple to allow methods to return a Condition and a count of where clauses.

Summary

Public Constructors
CountedCondition(EntityCondition condition, int terms)
Public Methods
void checkCondition(ModelEntity modelEntity)
EntityCondition getCondition()
int getTermCount()
String makeWhereString(ModelEntity modelEntity, List entityConditionParams)
String toString()
[Expand]
Inherited Methods
From class org.ofbiz.core.entity.EntityCondition
From class java.lang.Object

Public Constructors

public CountedCondition (EntityCondition condition, int terms)

Public Methods

public void checkCondition (ModelEntity modelEntity)

Throws
GenericModelException

public EntityCondition getCondition ()

public int getTermCount ()

public String makeWhereString (ModelEntity modelEntity, List entityConditionParams)

public String toString ()