Class CPQDefaultCartRestorationServiceHook

java.lang.Object
de.hybris.platform.sap.sapproductconfigsomservices.hook.CPQDefaultCartRestorationServiceHook
All Implemented Interfaces:
CartRestorationServiceHook

public class CPQDefaultCartRestorationServiceHook extends Object implements CartRestorationServiceHook
Hook implementation for CartRestorationServiceHook for adding configuration after creating item.
  • Constructor Details

    • CPQDefaultCartRestorationServiceHook

      public CPQDefaultCartRestorationServiceHook()
  • Method Details

    • afterCreateItemHook

      public void afterCreateItemHook(AbstractOrderEntryModel orderEntry, Item item)
      Specified by:
      afterCreateItemHook in interface CartRestorationServiceHook
    • getProductConfigurationService

      protected ProductConfigurationSomService getProductConfigurationService()
    • setProductConfigurationService

      public void setProductConfigurationService(ProductConfigurationSomService productConfigurationService)
    • getCpqConfigurableChecker

      protected de.hybris.platform.sap.productconfig.services.impl.CPQConfigurableChecker getCpqConfigurableChecker()
    • setCpqConfigurableChecker

      public void setCpqConfigurableChecker(de.hybris.platform.sap.productconfig.services.impl.CPQConfigurableChecker cpqConfigurableChecker)