Class DefaultTmaProductService

java.lang.Object
de.hybris.platform.b2ctelcoservices.services.impl.DefaultTmaProductService
All Implemented Interfaces:
TmaProductService

public class DefaultTmaProductService extends Object implements TmaProductService
Default implementation of TmaProductService
Since:
2302
  • Constructor Details

    • DefaultTmaProductService

      public DefaultTmaProductService(de.hybris.platform.servicelayer.model.ModelService modelService, TuaProductValueService tuaProductValueService)
  • Method Details

    • populateProductValues

      public void populateProductValues(AbstractOrderModel orderModel, Boolean saveProducts)
      Description copied from interface: TmaProductService
      Populates the TuaProductModel values on the entries of the given cart or order.
      Specified by:
      populateProductValues in interface TmaProductService
      Parameters:
      orderModel - the cart or order model.
      saveProducts - if true will save the product models.
    • getProductValueService

      protected TuaProductValueService getProductValueService()
    • getModelService

      protected de.hybris.platform.servicelayer.model.ModelService getModelService()