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 Object
implements RemoveInterceptor<Y2YStreamConfigurationContainerModel>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonRemove(Y2YStreamConfigurationContainerModel container, InterceptorContext ctx) Called in themodelService.removeAll()method.voidsetFlexibleSearchService(FlexibleSearchService flexibleSearchService) voidsetL10nService(L10NService l10nService)
-
Constructor Details
-
Y2YStreamConfigurationContainerRemoveInterceptor
public Y2YStreamConfigurationContainerRemoveInterceptor()
-
-
Method Details
-
onRemove
public void onRemove(Y2YStreamConfigurationContainerModel container, InterceptorContext ctx) throws InterceptorException Description copied from interface:RemoveInterceptorCalled in themodelService.removeAll()method.- Specified by:
onRemovein interfaceRemoveInterceptor<Y2YStreamConfigurationContainerModel>- Parameters:
container- the model which should be removedctx- theInterceptorContext- Throws:
InterceptorException- if the remove reports an error
-
setFlexibleSearchService
-
setL10nService
-