Interface SelectiveCartFactory
-
- All Known Implementing Classes:
DefaultSelectiveCartFactory
public interface SelectiveCartFactory
Selective cart factory that creates selective cart ofCartModel
type.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CartModel
createSelectiveCartModel()
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
-
-