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 Object
implements de.hybris.platform.servicelayer.interceptor.ValidateInterceptor<SubscriptionPricePlanModel>
Interceptor to bypass
SubscriptionPricePlanValidateInterceptor
So that we are able to create a Simple Product Offering in one request .- Since:
- 2003
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonValidate(SubscriptionPricePlanModel pricePlanModel, de.hybris.platform.servicelayer.interceptor.InterceptorContext interceptorContext)
-
Constructor Details
-
TmaSubscriptionPricePlanValidateInterceptor
public TmaSubscriptionPricePlanValidateInterceptor()
-
-
Method Details
-
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
-