Class FlashBuyCouponCleanUpInterceptor
java.lang.Object
de.hybris.platform.timedaccesspromotionengineservices.interceptor.FlashBuyCouponCleanUpInterceptor
- All Implemented Interfaces:
Interceptor,RemoveInterceptor<FlashBuyCouponModel>
public class FlashBuyCouponCleanUpInterceptor
extends Object
implements RemoveInterceptor<FlashBuyCouponModel>
Deletes the cronjob after removing a flash buy coupon
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected FlashBuyServicevoidonRemove(FlashBuyCouponModel coupon, InterceptorContext ctx) Deletes the cronjob after removing a flash buy couponvoidsetFlashBuyService(FlashBuyService flashBuyService)
-
Constructor Details
-
FlashBuyCouponCleanUpInterceptor
public FlashBuyCouponCleanUpInterceptor()
-
-
Method Details
-
onRemove
public void onRemove(FlashBuyCouponModel coupon, InterceptorContext ctx) throws InterceptorException Deletes the cronjob after removing a flash buy coupon- Specified by:
onRemovein interfaceRemoveInterceptor<FlashBuyCouponModel>- Parameters:
coupon- flash buy couponctx- the context- Throws:
InterceptorException- if the remove reports an error
-
getFlashBuyService
-
setFlashBuyService
-