|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.2) E14255-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
com.bea.content.paging.SortCriteria
public class SortCriteria
query sort criteria
| Field Summary | |
|---|---|
static SortCriteria |
UNSORTEDunsorted 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
|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.2) E14255-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright © 2010, Oracle. All rights reserved.