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 java.lang.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 Constructor Description TmaIdentificationValidateInterceptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonValidate(TmaIdentificationModel identificationModel, de.hybris.platform.servicelayer.interceptor.InterceptorContext interceptorContext)
-
-
-
Method Detail
-
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
-
-