org.castor.cpa.query
Interface Order

All Superinterfaces:
QueryObject
All Known Implementing Classes:
OrderImpl

public interface Order
extends QueryObject

Interface for Order of query objects.

Since:
1.3
Version:
$Revision: 7121 $ $Date: 2006-04-25 16:09:10 -0600 (Tue, 25 Apr 2006) $
Author:
Udai Gupta, Ralf Joachim

Method Summary
 void add(Field field)
          Adds the field object to the order object of query objects.
 void add(Field field, OrderDirection direction)
          Adds the field object with order direction specification to the order object of query objects.
 
Methods inherited from interface org.castor.cpa.query.QueryObject
toString
 

Method Detail

add

void add(Field field)
Adds the field object to the order object of query objects.

Parameters:
field - The field object of query objects

add

void add(Field field,
         OrderDirection direction)
Adds the field object with order direction specification to the order object of query objects.

Parameters:
field - The Field
direction - The OrderDirective


Intalio Inc. (C) 1999-2008. All rights reserved http://www.intalio.com