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