|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sakaiproject.tool.assessment.util.BeanSortComparator
public class BeanSortComparator
DOCUMENTATION PENDING
| Constructor Summary | |
|---|---|
protected |
BeanSortComparator()
Creates a new BeanSortComparator object. |
|
BeanSortComparator(String propertyName)
The only public constructor. |
| Method Summary | |
|---|---|
int |
compare(Object o1,
Object o2)
standard compare method |
protected Map |
describeBean(Object o)
protected utility method to wrap BeanUtils |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface java.util.Comparator |
|---|
equals |
| Constructor Detail |
|---|
public BeanSortComparator(String propertyName)
propertyName - the property name for Java Bean to sort byprotected BeanSortComparator()
| Method Detail |
|---|
public int compare(Object o1,
Object o2)
compare in interface Comparatoro1 - objecto2 - object
protected Map describeBean(Object o)
o - DOCUMENTATION PENDING
UnsupportedOperationException - DOCUMENTATION PENDING
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||