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
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)