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 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:
      onPrepare in interface de.hybris.platform.servicelayer.interceptor.PrepareInterceptor<TmaBundledProductOfferingModel>
    • getModelService

      protected de.hybris.platform.servicelayer.model.ModelService getModelService()