Package de.cxp.ocs.model.params
Class DynamicProductSet
- java.lang.Object
-
- de.cxp.ocs.model.params.ProductSet
-
- de.cxp.ocs.model.params.DynamicProductSet
-
public class DynamicProductSet extends ProductSet
A product set defined by dynamic search query text, filters and optional sorting order.
-
-
Constructor Summary
Constructors Constructor Description DynamicProductSet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetSize()-
Methods inherited from class de.cxp.ocs.model.params.ProductSet
getName, getType
-
-
-
-
Field Detail
-
type
public final String type
- See Also:
- Constant Field Values
-
name
public String name
-
query
public String query
-
sort
public String sort
-
limit
@Min(1L) public int limit
The maximum amount of products to pick into the set. These will be the first products provided by the other parameters.
-
-
Method Detail
-
getSize
public int getSize()
- Specified by:
getSizein classProductSet
-
-