Interface SelectiveCartFactory
- All Known Implementing Classes:
DefaultSelectiveCartFactory
public interface SelectiveCartFactory
Selective cart factory that creates selective cart of
CartModel type.-
Method Summary
Modifier and TypeMethodDescriptionCreates the invisible cart model, but not saves it.
-
Method Details
-
createSelectiveCartModel
CartModel createSelectiveCartModel()Creates the invisible cart model, but not saves it.- Returns:
- the CartModel
-