Class TmaPriceValuePrepareInterceptor
java.lang.Object
de.hybris.platform.b2ctelcoservices.interceptors.TmaPriceValuePrepareInterceptor
- All Implemented Interfaces:
de.hybris.platform.servicelayer.interceptor.Interceptor,de.hybris.platform.servicelayer.interceptor.PrepareInterceptor<PriceRowModel>
public class TmaPriceValuePrepareInterceptor
extends Object
implements de.hybris.platform.servicelayer.interceptor.PrepareInterceptor<PriceRowModel>
Interceptor to set price value on
PriceRowModel as 0 when there is a TmaProductOfferingPriceModel.- Since:
- 2007
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonPrepare(PriceRowModel priceRowModel, de.hybris.platform.servicelayer.interceptor.InterceptorContext interceptorContext)
-
Constructor Details
-
TmaPriceValuePrepareInterceptor
public TmaPriceValuePrepareInterceptor()
-
-
Method Details
-
onPrepare
public void onPrepare(PriceRowModel priceRowModel, de.hybris.platform.servicelayer.interceptor.InterceptorContext interceptorContext) - Specified by:
onPreparein interfacede.hybris.platform.servicelayer.interceptor.PrepareInterceptor<PriceRowModel>
-