Uses of Class
org.jaffa.components.finder.OrderByField

Packages that use OrderByField
org.jaffa.components.finder   
 

Uses of OrderByField in org.jaffa.components.finder
 

Methods in org.jaffa.components.finder that return OrderByField
 OrderByField FinderInDto.getOrderByFields(int index)
          Returns a orderByFields from the specified position.
 OrderByField[] FinderInDto.getOrderByFields()
          Returns an array of orderByFields.
 

Methods in org.jaffa.components.finder with parameters of type OrderByField
 void FinderInDto.addOrderByFields(OrderByField orderByFields)
          Add orderByFields.
 void FinderInDto.setOrderByFields(OrderByField orderByFields, int index)
          Add orderByFields at the specified position.
 void FinderInDto.setOrderByFields(OrderByField[] orderByFields)
          Add an array of orderByFields.
 boolean FinderInDto.removeOrderByFields(OrderByField orderByFields)
          Remove orderByFields.
 



Copyright © 2002-2004 JAFFA Project.