Class RuleGroupRemoveInterceptor
- java.lang.Object
-
- de.hybris.platform.ruleengine.dao.interceptors.RuleGroupRemoveInterceptor
-
- All Implemented Interfaces:
Interceptor,RemoveInterceptor<RuleGroupModel>
public class RuleGroupRemoveInterceptor extends java.lang.Object implements RemoveInterceptor<RuleGroupModel>
The remove interceptor implementation for RuleGroupModel items
-
-
Constructor Summary
Constructors Constructor Description RuleGroupRemoveInterceptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected L10NServicegetL10NService()voidonRemove(RuleGroupModel ruleGroup, InterceptorContext ctx)Called in themodelService.removeAll()method.voidsetL10NService(L10NService l10nService)
-
-
-
Method Detail
-
onRemove
public void onRemove(RuleGroupModel ruleGroup, InterceptorContext ctx) throws InterceptorException
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
protected L10NService getL10NService()
-
setL10NService
public void setL10NService(L10NService l10nService)
-
-