Class TmaSubscriptionPricePlanValidateInterceptor
- java.lang.Object
-
- de.hybris.platform.b2ctelcoservices.interceptors.TmaSubscriptionPricePlanValidateInterceptor
-
- All Implemented Interfaces:
de.hybris.platform.servicelayer.interceptor.Interceptor,de.hybris.platform.servicelayer.interceptor.ValidateInterceptor<SubscriptionPricePlanModel>
public class TmaSubscriptionPricePlanValidateInterceptor extends java.lang.Object implements de.hybris.platform.servicelayer.interceptor.ValidateInterceptor<SubscriptionPricePlanModel>
Interceptor to bypassSubscriptionPricePlanValidateInterceptorSo that we are able to create a Simple Product Offering in one request .- Since:
- 2003
-
-
Constructor Summary
Constructors Constructor Description TmaSubscriptionPricePlanValidateInterceptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonValidate(SubscriptionPricePlanModel pricePlanModel, de.hybris.platform.servicelayer.interceptor.InterceptorContext interceptorContext)
-
-
-
Method Detail
-
onValidate
public void onValidate(SubscriptionPricePlanModel pricePlanModel, de.hybris.platform.servicelayer.interceptor.InterceptorContext interceptorContext) throws de.hybris.platform.servicelayer.interceptor.InterceptorException
- Specified by:
onValidatein interfacede.hybris.platform.servicelayer.interceptor.ValidateInterceptor<SubscriptionPricePlanModel>- Throws:
de.hybris.platform.servicelayer.interceptor.InterceptorException
-
-