Class RuleGroupRemoveInterceptor
java.lang.Object
de.hybris.platform.ruleengine.dao.interceptors.RuleGroupRemoveInterceptor
- All Implemented Interfaces:
Interceptor,RemoveInterceptor<RuleGroupModel>
The remove interceptor implementation for RuleGroupModel items
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected L10NServicevoidonRemove(RuleGroupModel ruleGroup, InterceptorContext ctx) Called in themodelService.removeAll()method.voidsetL10NService(L10NService l10nService)
-
Constructor Details
-
RuleGroupRemoveInterceptor
public RuleGroupRemoveInterceptor()
-
-
Method Details
-
onRemove
Description copied from interface:RemoveInterceptorCalled in themodelService.removeAll()method.- Specified by:
onRemovein interfaceRemoveInterceptor<RuleGroupModel>- Parameters:
ruleGroup- the model which should be removedctx- theInterceptorContext- Throws:
InterceptorException- if the remove reports an error
-
getL10NService
-
setL10NService
-