Interface TmaProductService
- All Known Implementing Classes:
DefaultTmaProductService
public interface TmaProductService
Service related to
TuaProductModel operations on AbstractOrderModel- Since:
- 2302
-
Method Summary
Modifier and TypeMethodDescriptionvoidpopulateProductValues(AbstractOrderModel abstractOrderModel, Boolean saveProducts) Populates theTuaProductModelvalues on the entries of the given cart or order.
-
Method Details
-
populateProductValues
Populates theTuaProductModelvalues on the entries of the given cart or order.- Parameters:
abstractOrderModel- the cart or order model.saveProducts- if true will save the product models.
-