Class ConstraintGroupRemoveInterceptor
java.lang.Object
de.hybris.platform.validation.interceptors.ConstraintGroupRemoveInterceptor
- All Implemented Interfaces:
Interceptor,RemoveInterceptor
This remove interceptor removes the dynamically generated class from the classpool if existend
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonRemove(Object model, InterceptorContext ctx) Called in themodelService.removeAll()method.
-
Constructor Details
-
ConstraintGroupRemoveInterceptor
public ConstraintGroupRemoveInterceptor()
-
-
Method Details
-
onRemove
Description copied from interface:RemoveInterceptorCalled in themodelService.removeAll()method.- Specified by:
onRemovein interfaceRemoveInterceptor- Parameters:
model- the model which should be removedctx- theInterceptorContext- Throws:
InterceptorException- if the remove reports an error
-