Package org.apache.ofbiz.product.product
Class ProductSearch.ExcludeVariantsConstraint
java.lang.Object
org.apache.ofbiz.product.product.ProductSearch.ProductSearchConstraint
org.apache.ofbiz.product.product.ProductSearch.ExcludeVariantsConstraint
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ProductSearch
public static class ProductSearch.ExcludeVariantsConstraint
extends ProductSearch.ProductSearchConstraint
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addConstraint
(ProductSearch.ProductSearchContext productSearchContext) boolean
int
hashCode()
prettyPrintConstraint
(Delegator delegator, boolean detailed, Locale locale) pretty print for log messages and even UI stuffprettyPrintConstraint
(LocalDispatcher dispatcher, boolean detailed, Locale locale)
-
Field Details
-
CONSTRAIN_NAME
- See Also:
-
-
Constructor Details
-
ExcludeVariantsConstraint
public ExcludeVariantsConstraint()
-
-
Method Details
-
addConstraint
- Specified by:
addConstraint
in classProductSearch.ProductSearchConstraint
-
prettyPrintConstraint
Description copied from class:ProductSearch.ProductSearchConstraint
pretty print for log messages and even UI stuff- Specified by:
prettyPrintConstraint
in classProductSearch.ProductSearchConstraint
-
hashCode
public int hashCode() -
equals
-
prettyPrintConstraint
- Specified by:
prettyPrintConstraint
in classProductSearch.ProductSearchConstraint
-