Class ProductSet

java.lang.Object
de.cxp.ocs.model.params.ProductSet
Direct Known Subclasses:
DynamicProductSet, GenericProductSet, QueryStringProductSet, StaticProductSet

public abstract class ProductSet extends Object
  • Field Details

    • asSeparateSlice

      public boolean asSeparateSlice
      If set to true, the result of that product set will be separated from the main result. However facets won't be separated and still part of the main result's slice.
    • variantBoostTerms

      public String variantBoostTerms
  • Constructor Details

    • ProductSet

      public ProductSet()
  • Method Details

    • getType

      public abstract String getType()
    • getName

      public abstract String getName()
      Returns:
      Name of the product set, at which the results can be identified in the returned slices.
    • getSize

      public abstract int getSize()