Class TmaIdentificationValidateInterceptor
java.lang.Object
de.hybris.platform.b2ctelcoservices.interceptors.TmaIdentificationValidateInterceptor
- All Implemented Interfaces:
de.hybris.platform.servicelayer.interceptor.Interceptor,de.hybris.platform.servicelayer.interceptor.ValidateInterceptor<TmaIdentificationModel>
public class TmaIdentificationValidateInterceptor
extends Object
implements de.hybris.platform.servicelayer.interceptor.ValidateInterceptor<TmaIdentificationModel>
Interceptor to validate that the identificationNumber of TmaIdentificationModel does not contain any
special characters.
- Since:
- 1911
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonValidate(TmaIdentificationModel identificationModel, de.hybris.platform.servicelayer.interceptor.InterceptorContext interceptorContext)
-
Constructor Details
-
TmaIdentificationValidateInterceptor
public TmaIdentificationValidateInterceptor()
-
-
Method Details
-
onValidate
public void onValidate(TmaIdentificationModel identificationModel, de.hybris.platform.servicelayer.interceptor.InterceptorContext interceptorContext) throws de.hybris.platform.servicelayer.interceptor.InterceptorException - Specified by:
onValidatein interfacede.hybris.platform.servicelayer.interceptor.ValidateInterceptor<TmaIdentificationModel>- Throws:
de.hybris.platform.servicelayer.interceptor.InterceptorException
-