| 
ehcache | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.ehcache.search.expression.BaseCriteria
net.sf.ehcache.search.expression.ComparableValue
net.sf.ehcache.search.expression.GreaterThan
public class GreaterThan
Greater than criteria
| Constructor Summary | |
|---|---|
GreaterThan(String attributeName,
            Object value)
Constructor  | 
|
| Method Summary | |
|---|---|
protected  boolean | 
executeComparable(Comparable attributeValue)
Execute this criteria for the given Comparable attribute value | 
protected  boolean | 
executeComparableString(Comparable attributeValue)
Execute this criteria for the given Comparable strin type attribute value | 
 Comparable | 
getComparableValue()
Comparable value.  | 
| Methods inherited from class net.sf.ehcache.search.expression.ComparableValue | 
|---|
execute, getAttributeName, getAttributes, getType, luceneStringCompare | 
| Methods inherited from class net.sf.ehcache.search.expression.BaseCriteria | 
|---|
and, getExtractor, not, or | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public GreaterThan(String attributeName,
                   Object value)
attributeName - attribute namevalue - | Method Detail | 
|---|
public Comparable getComparableValue()
protected boolean executeComparable(Comparable attributeValue)
Comparable attribute value
executeComparable in class ComparableValueattributeValue - Comparable attribute value
protected boolean executeComparableString(Comparable attributeValue)
Comparable strin type attribute value
executeComparableString in class ComparableValueattributeValue - Comparable attribute value
  | 
ehcache | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||