Class DefaultTmaProductService
java.lang.Object
de.hybris.platform.b2ctelcoservices.services.impl.DefaultTmaProductService
- All Implemented Interfaces:
TmaProductService
Default implementation of
TmaProductService- Since:
- 2302
-
Constructor Summary
ConstructorsConstructorDescriptionDefaultTmaProductService(de.hybris.platform.servicelayer.model.ModelService modelService, TuaProductValueService tuaProductValueService) -
Method Summary
Modifier and TypeMethodDescriptionprotected de.hybris.platform.servicelayer.model.ModelServiceprotected TuaProductValueServicevoidpopulateProductValues(AbstractOrderModel orderModel, Boolean saveProducts) Populates theTuaProductModelvalues on the entries of the given cart or order.
-
Constructor Details
-
DefaultTmaProductService
public DefaultTmaProductService(de.hybris.platform.servicelayer.model.ModelService modelService, TuaProductValueService tuaProductValueService)
-
-
Method Details
-
populateProductValues
Description copied from interface:TmaProductServicePopulates theTuaProductModelvalues on the entries of the given cart or order.- Specified by:
populateProductValuesin interfaceTmaProductService- Parameters:
orderModel- the cart or order model.saveProducts- if true will save the product models.
-
getProductValueService
-
getModelService
protected de.hybris.platform.servicelayer.model.ModelService getModelService()
-