Class RuleGroupValidateInterceptor
- java.lang.Object
-
- de.hybris.platform.ruleengineservices.rule.interceptors.RuleGroupValidateInterceptor
-
- All Implemented Interfaces:
Interceptor,ValidateInterceptor<RuleGroupModel>
@Deprecated(since="1808", forRemoval=true) public class RuleGroupValidateInterceptor extends java.lang.Object implements ValidateInterceptor<RuleGroupModel>Deprecated, for removal: This API element is subject to removal in a future version.since 1808. the interceptor is not functional anymore after DEFAULT_RULEGROUP_CODE_PROPERTY is deprecated.
-
-
Constructor Summary
Constructors Constructor Description RuleGroupValidateInterceptor()Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected ConfigurationServicegetConfigurationService()Deprecated, for removal: This API element is subject to removal in a future version.voidonValidate(RuleGroupModel model, InterceptorContext ctx)Deprecated, for removal: This API element is subject to removal in a future version.Called in themodelService.saveAll()method.voidsetConfigurationService(ConfigurationService configurationService)Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
Method Detail
-
onValidate
public void onValidate(RuleGroupModel model, InterceptorContext ctx) throws InterceptorException
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:ValidateInterceptorCalled in themodelService.saveAll()method. Validates the values of the given model.- Specified by:
onValidatein interfaceValidateInterceptor<RuleGroupModel>- Parameters:
model- the model which values has to be validatedctx- theInterceptorContext- Throws:
InterceptorException- if any values of the model are not valid.
-
getConfigurationService
protected ConfigurationService getConfigurationService()
Deprecated, for removal: This API element is subject to removal in a future version.
-
setConfigurationService
public void setConfigurationService(ConfigurationService configurationService)
Deprecated, for removal: This API element is subject to removal in a future version.
-
-