Class ProductSearch.CategoryConstraint

    • Field Detail

      • productCategoryId

        protected java.lang.String productCategoryId
      • includeSubCategories

        protected boolean includeSubCategories
      • exclude

        protected java.lang.Boolean exclude
        This is a tri-state variable: null = Include, true = Exclude, false = AlwaysInclude
    • Constructor Detail

      • CategoryConstraint

        public CategoryConstraint​(java.lang.String productCategoryId,
                                  boolean includeSubCategories,
                                  java.lang.Boolean exclude)
        Parameters:
        productCategoryId -
        includeSubCategories -
        exclude - This is a tri-state variable: null = Include, true = Exclude, false = AlwaysInclude