Interface SelectiveCartFactory
-
- All Known Implementing Classes:
DefaultSelectiveCartFactory
public interface SelectiveCartFactorySelective cart factory that creates selective cart ofCartModeltype.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CartModelcreateSelectiveCartModel()Creates the invisible cart model, but not saves it.
-
-
-
Method Detail
-
createSelectiveCartModel
CartModel createSelectiveCartModel()
Creates the invisible cart model, but not saves it.- Returns:
- the CartModel
-
-