Package de.hybris.y2ysync.model
Class Y2YStreamConfigurationContainerRemoveInterceptor
- java.lang.Object
-
- de.hybris.y2ysync.model.Y2YStreamConfigurationContainerRemoveInterceptor
-
- All Implemented Interfaces:
Interceptor
,RemoveInterceptor<Y2YStreamConfigurationContainerModel>
public class Y2YStreamConfigurationContainerRemoveInterceptor extends java.lang.Object implements RemoveInterceptor<Y2YStreamConfigurationContainerModel>
-
-
Constructor Summary
Constructors Constructor Description Y2YStreamConfigurationContainerRemoveInterceptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onRemove(Y2YStreamConfigurationContainerModel container, InterceptorContext ctx)
Called in themodelService.removeAll()
method.void
setFlexibleSearchService(FlexibleSearchService flexibleSearchService)
void
setL10nService(L10NService l10nService)
-
-
-
Method Detail
-
onRemove
public void onRemove(Y2YStreamConfigurationContainerModel container, InterceptorContext ctx) throws InterceptorException
Description copied from interface:RemoveInterceptor
Called in themodelService.removeAll()
method.- Specified by:
onRemove
in interfaceRemoveInterceptor<Y2YStreamConfigurationContainerModel>
- Parameters:
container
- the model which should be removedctx
- theInterceptorContext
- Throws:
InterceptorException
- if the remove reports an error
-
setFlexibleSearchService
public void setFlexibleSearchService(FlexibleSearchService flexibleSearchService)
-
setL10nService
public void setL10nService(L10NService l10nService)
-
-