Package org.apache.ofbiz.content.content
Class ContentSearch.ContentSearchConstraint
- java.lang.Object
-
- org.apache.ofbiz.content.content.ContentSearch.ContentSearchConstraint
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
ContentSearch.ContentAssocConstraint
,ContentSearch.KeywordConstraint
,ContentSearch.LastUpdatedRangeConstraint
- Enclosing class:
- ContentSearch
public abstract static class ContentSearch.ContentSearchConstraint extends java.lang.Object implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ContentSearchConstraint()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract void
addConstraint(ContentSearch.ContentSearchContext contentSearchContext)
abstract java.lang.String
prettyPrintConstraint(Delegator delegator, boolean detailed, java.util.Locale locale)
pretty print for log messages and even UI stuff
-
-
-
Method Detail
-
addConstraint
public abstract void addConstraint(ContentSearch.ContentSearchContext contentSearchContext)
-
prettyPrintConstraint
public abstract java.lang.String prettyPrintConstraint(Delegator delegator, boolean detailed, java.util.Locale locale)
pretty print for log messages and even UI stuff
-
-