Package org.apache.ofbiz.content.content
Class ContentSearch.LastUpdatedRangeConstraint
- java.lang.Object
-
- org.apache.ofbiz.content.content.ContentSearch.ContentSearchConstraint
-
- org.apache.ofbiz.content.content.ContentSearch.LastUpdatedRangeConstraint
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- ContentSearch
public static class ContentSearch.LastUpdatedRangeConstraint extends ContentSearch.ContentSearchConstraint
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
constraintName
protected java.sql.Timestamp
fromDate
protected java.sql.Timestamp
thruDate
-
Constructor Summary
Constructors Constructor Description LastUpdatedRangeConstraint(java.sql.Timestamp fromDate, java.sql.Timestamp thruDate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addConstraint(ContentSearch.ContentSearchContext contentSearchContext)
boolean
equals(java.lang.Object obj)
int
hashCode()
java.lang.String
prettyPrintConstraint(Delegator delegator, boolean detailed, java.util.Locale locale)
pretty print for log messages and even UI stuff
-
-
-
Field Detail
-
constraintName
public static final java.lang.String constraintName
- See Also:
- Constant Field Values
-
fromDate
protected java.sql.Timestamp fromDate
-
thruDate
protected java.sql.Timestamp thruDate
-
-
Method Detail
-
addConstraint
public void addConstraint(ContentSearch.ContentSearchContext contentSearchContext)
- Specified by:
addConstraint
in classContentSearch.ContentSearchConstraint
-
prettyPrintConstraint
public java.lang.String prettyPrintConstraint(Delegator delegator, boolean detailed, java.util.Locale locale)
pretty print for log messages and even UI stuff- Specified by:
prettyPrintConstraint
in classContentSearch.ContentSearchConstraint
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
-