| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectch.elca.el4j.services.search.criterias.Order
public class Order
Represents an order imposed upon a QueryObject result set.
   Simplification of Order class of hibernate
| Constructor Summary | |
|---|---|
protected  | 
Order(String propertyName,
      boolean ascending)
Constructor for Order.  | 
| Method Summary | |
|---|---|
static Order | 
asc(String propertyName)
Ascending order  | 
static Order | 
desc(String propertyName)
Descending order  | 
 String | 
getPropertyName()
 | 
 boolean | 
isAscending()
 | 
 String | 
toString()
 | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
|---|
protected Order(String propertyName,
                boolean ascending)
| Method Detail | 
|---|
public String toString()
toString in class Objectpublic static Order asc(String propertyName)
propertyName - 
public static Order desc(String propertyName)
propertyName - 
public boolean isAscending()
public String getPropertyName()
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||