Class CPQSalesDocumentHook
java.lang.Object
de.hybris.platform.sap.sapproductconfigsombol.hook.CPQSalesDocumentHook
- All Implemented Interfaces:
SalesDocumentHook
Hook implementation for SalesDocumentImpl provide release configuration after delete item.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterDeleteItemInBackend(TechKey techKey) voidafterDeleteItemInBackend(ItemList itemList) voidafterDeleteItemInBackend(List<TechKey> itemsToDelete) voidafterUpdateItemInBackend(List<TechKey> itemsToDelete) protected CPQSalesDocumentImplprotected de.hybris.platform.sap.productconfig.services.intf.ProductConfigurationServicevoidsetcPQSalesDocumentImpl(CPQSalesDocumentImpl cPQSalesDocumentImpl) voidsetProductConfigurationService(de.hybris.platform.sap.productconfig.services.intf.ProductConfigurationService productConfigurationService)
-
Constructor Details
-
CPQSalesDocumentHook
public CPQSalesDocumentHook()
-
-
Method Details
-
afterDeleteItemInBackend
- Specified by:
afterDeleteItemInBackendin interfaceSalesDocumentHook
-
afterDeleteItemInBackend
- Specified by:
afterDeleteItemInBackendin interfaceSalesDocumentHook
-
getcPQSalesDocumentImpl
-
setcPQSalesDocumentImpl
- Parameters:
cPQSalesDocumentImpl- the cPQSalesDocumentImpl to set
-
afterDeleteItemInBackend
- Specified by:
afterDeleteItemInBackendin interfaceSalesDocumentHook
-
afterUpdateItemInBackend
- Specified by:
afterUpdateItemInBackendin interfaceSalesDocumentHook
-
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
-