public abstract class AbstractFilterCondition extends java.lang.Object implements FilterCondition, java.io.Serializable
FilterCondition.Entity
CONTAINS, DATE, EQUALS, STRING
Constructor and Description |
---|
AbstractFilterCondition() |
Modifier and Type | Method and Description |
---|---|
void |
add(int theOp,
int theType,
int theField,
java.lang.String theValue1,
java.lang.String theValue2)
Adds a search condition into this search condition
|
java.util.Vector |
getEntityList()
return an array of entity
|
void |
update(AbstractFilterCondition newCondition) |
public java.util.Vector getEntityList()
FilterCondition
getEntityList
in interface FilterCondition
public void add(int theOp, int theType, int theField, java.lang.String theValue1, java.lang.String theValue2)
FilterCondition
add
in interface FilterCondition
theOp
- the operand for combine the condition and before, should be
SearchCondition.AND or SearchCondition.ORtheField
- the fieldpublic void update(AbstractFilterCondition newCondition)
Copyright ? 2022. All Rights Reserved.