@Deprecated public class RuleGroupValidateInterceptor extends java.lang.Object implements ValidateInterceptor<RuleGroupModel>
| Constructor and Description |
|---|
RuleGroupValidateInterceptor()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected ConfigurationService |
getConfigurationService()
Deprecated.
|
void |
onValidate(RuleGroupModel model,
InterceptorContext ctx)
Deprecated.
Called in the
modelService.saveAll() method. |
void |
setConfigurationService(ConfigurationService configurationService)
Deprecated.
|
public void onValidate(RuleGroupModel model, InterceptorContext ctx) throws InterceptorException
ValidateInterceptormodelService.saveAll() method. Validates the values of the given model.onValidate in interface ValidateInterceptor<RuleGroupModel>model - the model which values has to be validatedctx - the InterceptorContextInterceptorException - if any values of the model are not valid.protected ConfigurationService getConfigurationService()
public void setConfigurationService(ConfigurationService configurationService)
Copyright © 2018 SAP SE. All Rights Reserved.