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

java.util.List getOrderByFields()

setOrderByFields

void setOrderByFields(java.util.List aList)

addOrderByField

void addOrderByField(IOrderGroupByField aOrderGroupByField)

delOrderByField

void delOrderByField(IOrderGroupByField aOrderGroupByField)

moveUp

void moveUp(IOrderGroupByField aOrderGroupByField)

moveDown

void moveDown(IOrderGroupByField aOrderGroupByField)