Class TmaFixedBpoPrepareInterceptor
java.lang.Object
de.hybris.platform.b2ctelcoservices.interceptors.TmaFixedBpoPrepareInterceptor
- All Implemented Interfaces:
de.hybris.platform.servicelayer.interceptor.Interceptor,de.hybris.platform.servicelayer.interceptor.PrepareInterceptor<TmaFixedBundledProductOfferingModel>
public class TmaFixedBpoPrepareInterceptor
extends Object
implements de.hybris.platform.servicelayer.interceptor.PrepareInterceptor<TmaFixedBundledProductOfferingModel>
Prepare interceptor to create
TmaBundledProdOfferOptionModels with default values for a TmaFixedBundledProductOfferingModel- Since:
- 2105
-
Constructor Summary
ConstructorsConstructorDescriptionTmaFixedBpoPrepareInterceptor(de.hybris.platform.servicelayer.session.SessionService sessionService) -
Method Summary
Modifier and TypeMethodDescriptionprotected de.hybris.platform.servicelayer.session.SessionServicevoidonPrepare(TmaFixedBundledProductOfferingModel fixedBundledProductOffering, de.hybris.platform.servicelayer.interceptor.InterceptorContext interceptorContext) CreateTmaBundledProdOfferOptionModels with default values for aTmaFixedBundledProductOfferingModel
-
Constructor Details
-
TmaFixedBpoPrepareInterceptor
public TmaFixedBpoPrepareInterceptor(de.hybris.platform.servicelayer.session.SessionService sessionService)
-
-
Method Details
-
onPrepare
public void onPrepare(TmaFixedBundledProductOfferingModel fixedBundledProductOffering, de.hybris.platform.servicelayer.interceptor.InterceptorContext interceptorContext) CreateTmaBundledProdOfferOptionModels with default values for aTmaFixedBundledProductOfferingModel- Specified by:
onPreparein interfacede.hybris.platform.servicelayer.interceptor.PrepareInterceptor<TmaFixedBundledProductOfferingModel>- Parameters:
fixedBundledProductOffering- the fixed BPOinterceptorContext- the interceptor context
-
getSessionService
protected de.hybris.platform.servicelayer.session.SessionService getSessionService()
-