it.eng.qbe.query
Interface IWhereClause

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
WhereClause

public interface IWhereClause
extends java.io.Serializable

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

getWhereFields

java.util.List getWhereFields()
Gets the where fields.

Returns:
the where fields

setWhereFields

void setWhereFields(java.util.List aList)
Sets the where fields.

Parameters:
aList - the new where fields

addWhereField

void addWhereField(IWhereField whereField)
Adds the where field.

Parameters:
whereField - the where field

delWhereField

void delWhereField(java.lang.String fieldId)
Del where field.

Parameters:
fieldId - the field id

moveUp

void moveUp(java.lang.String fieldId)
Move up.

Parameters:
fieldId - the field id

moveDown

void moveDown(java.lang.String fieldId)
Move down.

Parameters:
fieldId - the field id

getCopy

IWhereClause getCopy()
Gets the copy.

Returns:
the copy