public class B2BUserGroupModelValidateInterceptor extends java.lang.Object implements ValidateInterceptor
| Constructor and Description |
|---|
B2BUserGroupModelValidateInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
L10NService |
getL10NService() |
UserService |
getUserService() |
void |
onValidate(java.lang.Object model,
InterceptorContext ctx)
Called in the
modelService.saveAll() method. |
void |
setL10NService(L10NService l10NService) |
void |
setUserService(UserService userService) |
public B2BUserGroupModelValidateInterceptor()
public void onValidate(java.lang.Object model,
InterceptorContext ctx)
throws InterceptorException
ValidateInterceptormodelService.saveAll() method. Validates the values of the given model.onValidate in interface ValidateInterceptormodel - the model which values has to be validatedctx - the InterceptorContextInterceptorException - if any values of the model are not valid.public L10NService getL10NService()
public void setL10NService(L10NService l10NService)
public UserService getUserService()
public void setUserService(UserService userService)
Copyright © 2018 SAP SE. All Rights Reserved.