|
© 2005 BEA Systems, Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bea.p13n.content.expression.ContentComparator
A comparator which can sort Content objects.
This will not be very fast since the comparision is done in Java. Try to do sorting in the database.
| Field Summary | |
protected SortCriteria[] |
criteria
Deprecated. The SortCriteria this uses. |
| Constructor Summary | |
ContentComparator(SortCriteria[] criteria)
Deprecated. Constructor. |
|
ContentComparator(String sortBy)
Deprecated. Constructor. |
|
| Method Summary | |
int |
compare(Object obj1,
Object obj2)
Deprecated. Compare two Content objects based upon the sorting criteria. |
String |
toString()
Deprecated. Get a string representation. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.Comparator |
equals |
| Field Detail |
protected SortCriteria[] criteria
| Constructor Detail |
public ContentComparator(SortCriteria[] criteria)
public ContentComparator(String sortBy)
throws IllegalArgumentException
IllegalArgumentException - on invlaid sortBy clauseSortCriteria.getSortCriteria(java.lang.String)| Method Detail |
public int compare(Object obj1,
Object obj2)
throws ClassCastException
compare in interface Comparatorobj1 - the first object.obj2 - the second object.
ClassCastException - thrown if either obj1 or obj2 is not a
Content.public String toString()
|
© 2005 BEA Systems, Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||