Class CPQSalesDocumentHook

java.lang.Object
de.hybris.platform.sap.sapproductconfigsombol.hook.CPQSalesDocumentHook
All Implemented Interfaces:
SalesDocumentHook

public class CPQSalesDocumentHook extends Object implements SalesDocumentHook
Hook implementation for SalesDocumentImpl provide release configuration after delete item.
  • Constructor Details

    • CPQSalesDocumentHook

      public CPQSalesDocumentHook()
  • Method Details

    • afterDeleteItemInBackend

      public void afterDeleteItemInBackend(TechKey techKey)
      Specified by:
      afterDeleteItemInBackend in interface SalesDocumentHook
    • afterDeleteItemInBackend

      public void afterDeleteItemInBackend(ItemList itemList)
      Specified by:
      afterDeleteItemInBackend in interface SalesDocumentHook
    • getcPQSalesDocumentImpl

      protected CPQSalesDocumentImpl getcPQSalesDocumentImpl()
    • setcPQSalesDocumentImpl

      public void setcPQSalesDocumentImpl(CPQSalesDocumentImpl cPQSalesDocumentImpl)
      Parameters:
      cPQSalesDocumentImpl - the cPQSalesDocumentImpl to set
    • afterDeleteItemInBackend

      public void afterDeleteItemInBackend(List<TechKey> itemsToDelete)
      Specified by:
      afterDeleteItemInBackend in interface SalesDocumentHook
    • afterUpdateItemInBackend

      public void afterUpdateItemInBackend(List<TechKey> itemsToDelete)
      Specified by:
      afterUpdateItemInBackend in interface SalesDocumentHook
    • getProductConfigurationService

      protected de.hybris.platform.sap.productconfig.services.intf.ProductConfigurationService getProductConfigurationService()
    • setProductConfigurationService

      public void setProductConfigurationService(de.hybris.platform.sap.productconfig.services.intf.ProductConfigurationService productConfigurationService)
      Parameters:
      productConfigurationService - the productConfigurationService to set