|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IWhereClause
The Interface IWhereClause.
Method Summary | |
---|---|
void |
addWhereField(IWhereField whereField)
Adds the where field. |
void |
delWhereField(java.lang.String fieldId)
Del where field. |
IWhereClause |
getCopy()
Gets the copy. |
java.util.List |
getWhereFields()
Gets the where fields. |
void |
moveDown(java.lang.String fieldId)
Move down. |
void |
moveUp(java.lang.String fieldId)
Move up. |
void |
setWhereFields(java.util.List aList)
Sets the where fields. |
Method Detail |
---|
java.util.List getWhereFields()
void setWhereFields(java.util.List aList)
aList
- the new where fieldsvoid addWhereField(IWhereField whereField)
whereField
- the where fieldvoid delWhereField(java.lang.String fieldId)
fieldId
- the field idvoid moveUp(java.lang.String fieldId)
fieldId
- the field idvoid moveDown(java.lang.String fieldId)
fieldId
- the field idIWhereClause getCopy()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |