Interface TmaProductService

All Known Implementing Classes:
DefaultTmaProductService

public interface TmaProductService
Service related to TuaProductModel operations on AbstractOrderModel
Since:
2302
  • Method Details

    • populateProductValues

      void populateProductValues(AbstractOrderModel abstractOrderModel, Boolean saveProducts)
      Populates the TuaProductModel values on the entries of the given cart or order.
      Parameters:
      abstractOrderModel - the cart or order model.
      saveProducts - if true will save the product models.