Class TmaBpoPrepareInterceptor
java.lang.Object
de.hybris.platform.b2ctelcoservices.interceptors.TmaBpoPrepareInterceptor
- All Implemented Interfaces:
de.hybris.platform.servicelayer.interceptor.Interceptor,de.hybris.platform.servicelayer.interceptor.PrepareInterceptor<TmaBundledProductOfferingModel>
public class TmaBpoPrepareInterceptor
extends Object
implements de.hybris.platform.servicelayer.interceptor.PrepareInterceptor<TmaBundledProductOfferingModel>
Prepare interceptor to remove orphan
TmaBundledProdOfferOptionModels for a TmaFixedBundledProductOfferingModel- Since:
- 2105
-
Constructor Summary
ConstructorsConstructorDescriptionTmaBpoPrepareInterceptor(de.hybris.platform.servicelayer.model.ModelService modelService) -
Method Summary
Modifier and TypeMethodDescriptionprotected de.hybris.platform.servicelayer.model.ModelServicevoidonPrepare(TmaBundledProductOfferingModel bundledProductOfferingModel, de.hybris.platform.servicelayer.interceptor.InterceptorContext interceptorContext)
-
Constructor Details
-
TmaBpoPrepareInterceptor
public TmaBpoPrepareInterceptor(de.hybris.platform.servicelayer.model.ModelService modelService)
-
-
Method Details
-
onPrepare
public void onPrepare(TmaBundledProductOfferingModel bundledProductOfferingModel, de.hybris.platform.servicelayer.interceptor.InterceptorContext interceptorContext) - Specified by:
onPreparein interfacede.hybris.platform.servicelayer.interceptor.PrepareInterceptor<TmaBundledProductOfferingModel>
-
getModelService
protected de.hybris.platform.servicelayer.model.ModelService getModelService()
-