Class CPQCartRestorationFacadeHook
- java.lang.Object
-
- de.hybris.platform.sap.sapordermgmtcfgfacades.hook.CPQCartRestorationFacadeHook
-
- All Implemented Interfaces:
CartRestorationFacadeHook
public class CPQCartRestorationFacadeHook extends java.lang.Object implements CartRestorationFacadeHook
Setting external configuration and base price after addCartEntriesToStandardCart
-
-
Constructor Summary
Constructors Constructor Description CPQCartRestorationFacadeHook()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidafterAddCartEntriesToStandardCart(OrderEntryData entry, AbstractOrderEntryModel entryModel)ModelServicegetModelService()ProductConfigurationSomServicegetProductConfigurationService()voidsetModelService(ModelService modelService)voidsetProductConfigurationService(ProductConfigurationSomService productConfigurationService)
-
-
-
Method Detail
-
afterAddCartEntriesToStandardCart
public void afterAddCartEntriesToStandardCart(OrderEntryData entry, AbstractOrderEntryModel entryModel)
- Specified by:
afterAddCartEntriesToStandardCartin interfaceCartRestorationFacadeHook
-
getProductConfigurationService
public ProductConfigurationSomService getProductConfigurationService()
- Returns:
- the productConfigurationService
-
setProductConfigurationService
public void setProductConfigurationService(ProductConfigurationSomService productConfigurationService)
- Parameters:
productConfigurationService- the productConfigurationService to set
-
getModelService
public ModelService getModelService()
- Returns:
- the modelService
-
setModelService
public void setModelService(ModelService modelService)
- Parameters:
modelService- the modelService to set
-
-