| 
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.bea.content.paging.SortCriteria
public class SortCriteria
query sort criteria
| Field Summary | |
|---|---|
static SortCriteria | 
UNSORTED
unsorted sort criteria  | 
| Constructor Summary | |
|---|---|
SortCriteria()
Construct a SortCriteria using SortOrder.UNSORTED.  | 
|
SortCriteria(SortOrder order)
Construct a SortCriteria.  | 
|
SortCriteria(SortOrder order,
             String property)
Construct a SortCriteria.  | 
|
SortCriteria(SortOrder order,
             String property,
             Locale locale)
Construct a SortCriteria.  | 
|
| Method Summary | |
|---|---|
 boolean | 
equals(Object obj)
 | 
 Locale | 
getLocale()
Get the locale.  | 
 SortOrder | 
getOrder()
Get the sort order.  | 
 String | 
getProperty()
Get the sort property name.  | 
 int | 
hashCode()
Override the hashCode because we override equals().  | 
 String | 
toString()
 | 
| Methods inherited from class java.lang.Object | 
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait | 
| Field Detail | 
|---|
public static final SortCriteria UNSORTED
| Constructor Detail | 
|---|
public SortCriteria(SortOrder order,
                    String property,
                    Locale locale)
order - The sort order.property - The sort property name.locale - The locale.
public SortCriteria(SortOrder order,
                    String property)
order - The sort order.property - The sort property name.public SortCriteria(SortOrder order)
order - The sort order.public SortCriteria()
| Method Detail | 
|---|
public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic SortOrder getOrder()
public String getProperty()
public Locale getLocale()
public String toString()
toString in class Object
  | 
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||