Class B2BCreditLimitModelValidateInterceptor
java.lang.Object
de.hybris.platform.b2b.interceptor.B2BCreditLimitModelValidateInterceptor
- All Implemented Interfaces:
Interceptor,ValidateInterceptor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected L10NServicevoidonValidate(Object model, InterceptorContext ctx) Called in themodelService.saveAll()method.voidsetL10NService(L10NService l10NService)
-
Constructor Details
-
B2BCreditLimitModelValidateInterceptor
public B2BCreditLimitModelValidateInterceptor()
-
-
Method Details
-
onValidate
Description copied from interface:ValidateInterceptorCalled in themodelService.saveAll()method. Validates the values of the given model.- Specified by:
onValidatein interfaceValidateInterceptor- Parameters:
model- the model which values has to be validatedctx- theInterceptorContext- Throws:
InterceptorException- if any values of the model are not valid.
-
setL10NService
-
getL10NService
-