Package org.apache.ofbiz.content.content
Class ContentSearch.ContentAssocConstraint
- java.lang.Object
-
- org.apache.ofbiz.content.content.ContentSearch.ContentSearchConstraint
-
- org.apache.ofbiz.content.content.ContentSearch.ContentAssocConstraint
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- ContentSearch
public static class ContentSearch.ContentAssocConstraint extends ContentSearch.ContentSearchConstraint
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
constraintName
protected java.lang.String
contentAssocTypeId
protected java.lang.String
contentId
protected boolean
includeSubContents
-
Constructor Summary
Constructors Constructor Description ContentAssocConstraint(java.lang.String contentId, java.lang.String contentAssocTypeId, boolean includeSubContents)
-
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
-
contentId
protected java.lang.String contentId
-
contentAssocTypeId
protected java.lang.String contentAssocTypeId
-
includeSubContents
protected boolean includeSubContents
-
-
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
-
-