|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.gentlyweb.utils.Grouper
public class Grouper
Constructor Summary | |
---|---|
Grouper(java.lang.Class c)
|
Method Summary | |
---|---|
void |
addGroupBy(Getter get)
|
void |
addGroupBy(java.lang.String on)
|
java.util.Map |
group(java.util.List items)
|
java.util.List |
groupSortByGroupSize(java.util.List items,
java.lang.String ascDesc)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Grouper(java.lang.Class c)
Method Detail |
---|
public void addGroupBy(Getter get) throws java.lang.IllegalArgumentException
java.lang.IllegalArgumentException
public void addGroupBy(java.lang.String on)
public java.util.Map group(java.util.List items) throws ChainException
ChainException
public java.util.List groupSortByGroupSize(java.util.List items, java.lang.String ascDesc) throws ChainException
ChainException
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |