public interface FilterCondition
| Modifier and Type | Interface and Description |
|---|---|
static class |
FilterCondition.Entity |
| Modifier and Type | Field and Description |
|---|---|
static int |
CONTAINS |
static int |
DATE |
static int |
EQUALS |
static int |
STRING |
| 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
|
static final int STRING
static final int DATE
static final int EQUALS
static final int CONTAINS
java.util.Vector getEntityList()
void add(int theOp,
int theType,
int theField,
java.lang.String theValue1,
java.lang.String theValue2)
theOp - the operand for combine the condition and before, should be
SearchCondition.AND or SearchCondition.ORtheField - the fieldtheValue - the value..Copyright ? 2022. All Rights Reserved.