public abstract class AbstractFilterCondition extends java.lang.Object implements FilterCondition, java.io.Serializable
FilterCondition.EntityCONTAINS, 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()
FilterConditiongetEntityList in interface FilterConditionpublic void add(int theOp,
int theType,
int theField,
java.lang.String theValue1,
java.lang.String theValue2)
FilterConditionadd in interface FilterConditiontheOp - 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.