it.eng.qbe.wizard
Interface IOrderByClause

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

public interface IOrderByClause
extends java.io.Serializable

Author:
Zoppello TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

Method Summary
 void addOrderByField(IOrderGroupByField aOrderGroupByField)
           
 void delOrderByField(IOrderGroupByField aOrderGroupByField)
           
 java.util.List getOrderByFields()
           
 void moveDown(IOrderGroupByField aOrderGroupByField)
           
 void moveUp(IOrderGroupByField aOrderGroupByField)
           
 void setOrderByFields(java.util.List aList)
           
 

Method Detail

getOrderByFields

public java.util.List getOrderByFields()

setOrderByFields

public void setOrderByFields(java.util.List aList)

addOrderByField

public void addOrderByField(IOrderGroupByField aOrderGroupByField)

delOrderByField

public void delOrderByField(IOrderGroupByField aOrderGroupByField)

moveUp

public void moveUp(IOrderGroupByField aOrderGroupByField)

moveDown

public void moveDown(IOrderGroupByField aOrderGroupByField)