Class TmaPoUpdateCartEntryHook
- java.lang.Object
-
- de.hybris.platform.b2ctelcoservices.hook.impl.TmaPoUpdateCartEntryHook
-
- All Implemented Interfaces:
de.hybris.platform.commerceservices.order.hook.CommerceUpdateCartEntryHook
public class TmaPoUpdateCartEntryHook extends java.lang.Object implements de.hybris.platform.commerceservices.order.hook.CommerceUpdateCartEntryHookTmaProductOfferingModelspecific cart entry update operations.- Since:
- 6.7
-
-
Constructor Summary
Constructors Constructor Description TmaPoUpdateCartEntryHook()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidafterUpdateCartEntry(CommerceCartParameter parameter, CommerceCartModification result)voidbeforeUpdateCartEntry(CommerceCartParameter parameter)protected TmaCompatibilityPolicyEnginegetCompatibilityPoliciesEngine()protected de.hybris.platform.order.EntryGroupServicegetEntryGroupService()protected de.hybris.platform.servicelayer.model.ModelServicegetModelService()protected TmaCartHookHelpergetTmaCartHookHelper()voidsetCompatibilityPoliciesEngine(TmaCompatibilityPolicyEngine compatibilityPoliciesEngine)voidsetEntryGroupService(de.hybris.platform.order.EntryGroupService entryGroupService)voidsetModelService(de.hybris.platform.servicelayer.model.ModelService modelService)voidsetTmaCartHookHelper(TmaCartHookHelper tmaCartHookHelper)
-
-
-
Method Detail
-
beforeUpdateCartEntry
public void beforeUpdateCartEntry(CommerceCartParameter parameter)
- Specified by:
beforeUpdateCartEntryin interfacede.hybris.platform.commerceservices.order.hook.CommerceUpdateCartEntryHook
-
afterUpdateCartEntry
public void afterUpdateCartEntry(CommerceCartParameter parameter, CommerceCartModification result)
- Specified by:
afterUpdateCartEntryin interfacede.hybris.platform.commerceservices.order.hook.CommerceUpdateCartEntryHook
-
getEntryGroupService
protected de.hybris.platform.order.EntryGroupService getEntryGroupService()
-
setEntryGroupService
public void setEntryGroupService(de.hybris.platform.order.EntryGroupService entryGroupService)
-
getCompatibilityPoliciesEngine
protected TmaCompatibilityPolicyEngine getCompatibilityPoliciesEngine()
-
setCompatibilityPoliciesEngine
public void setCompatibilityPoliciesEngine(TmaCompatibilityPolicyEngine compatibilityPoliciesEngine)
-
getModelService
protected de.hybris.platform.servicelayer.model.ModelService getModelService()
-
setModelService
public void setModelService(de.hybris.platform.servicelayer.model.ModelService modelService)
-
getTmaCartHookHelper
protected TmaCartHookHelper getTmaCartHookHelper()
-
setTmaCartHookHelper
public void setTmaCartHookHelper(TmaCartHookHelper tmaCartHookHelper)
-
-