Package de.cxp.ocs.model.params
Class DynamicProductSet
java.lang.Object
de.cxp.ocs.model.params.ProductSet
de.cxp.ocs.model.params.DynamicProductSet
A product set defined by dynamic search query text, filters and optional
sorting order.
-
Field Summary
FieldsModifier and TypeFieldDescriptionint
The maximum amount of products to pick into the set.final String
Fields inherited from class de.cxp.ocs.model.params.ProductSet
asSeparateSlice, variantBoostTerms
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class de.cxp.ocs.model.params.ProductSet
getName, getType
-
Field Details
-
type
- See Also:
-
name
-
query
-
sort
-
filters
-
limit
public int limitThe maximum amount of products to pick into the set. These will be the first products provided by the other parameters.
-
-
Constructor Details
-
DynamicProductSet
public DynamicProductSet()
-
-
Method Details
-
getSize
public int getSize()- Specified by:
getSize
in classProductSet
-