Class CPQSalesDocumentHook
- java.lang.Object
-
- de.hybris.platform.sap.sapproductconfigsombol.hook.CPQSalesDocumentHook
-
- All Implemented Interfaces:
SalesDocumentHook
public class CPQSalesDocumentHook extends java.lang.Object implements SalesDocumentHook
Hook implementation for SalesDocumentImpl provide release configuration after delete item.
-
-
Constructor Summary
Constructors Constructor Description CPQSalesDocumentHook()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidafterDeleteItemInBackend(TechKey techKey)voidafterDeleteItemInBackend(ItemList itemList)voidafterDeleteItemInBackend(java.util.List<TechKey> itemsToDelete)voidafterUpdateItemInBackend(java.util.List<TechKey> itemsToDelete)protected CPQSalesDocumentImplgetcPQSalesDocumentImpl()protected ProductConfigurationServicegetProductConfigurationService()voidsetcPQSalesDocumentImpl(CPQSalesDocumentImpl cPQSalesDocumentImpl)voidsetProductConfigurationService(ProductConfigurationService productConfigurationService)
-
-
-
Method Detail
-
afterDeleteItemInBackend
public void afterDeleteItemInBackend(TechKey techKey)
- Specified by:
afterDeleteItemInBackendin interfaceSalesDocumentHook
-
afterDeleteItemInBackend
public void afterDeleteItemInBackend(ItemList itemList)
- Specified by:
afterDeleteItemInBackendin interfaceSalesDocumentHook
-
getcPQSalesDocumentImpl
protected CPQSalesDocumentImpl getcPQSalesDocumentImpl()
-
setcPQSalesDocumentImpl
public void setcPQSalesDocumentImpl(CPQSalesDocumentImpl cPQSalesDocumentImpl)
- Parameters:
cPQSalesDocumentImpl- the cPQSalesDocumentImpl to set
-
afterDeleteItemInBackend
public void afterDeleteItemInBackend(java.util.List<TechKey> itemsToDelete)
- Specified by:
afterDeleteItemInBackendin interfaceSalesDocumentHook
-
afterUpdateItemInBackend
public void afterUpdateItemInBackend(java.util.List<TechKey> itemsToDelete)
- Specified by:
afterUpdateItemInBackendin interfaceSalesDocumentHook
-
getProductConfigurationService
protected ProductConfigurationService getProductConfigurationService()
-
setProductConfigurationService
public void setProductConfigurationService(ProductConfigurationService productConfigurationService)
- Parameters:
productConfigurationService- the productConfigurationService to set
-
-