Class FlashBuyCouponCleanUpInterceptor
- java.lang.Object
-
- de.hybris.platform.timedaccesspromotionengineservices.interceptor.FlashBuyCouponCleanUpInterceptor
-
- All Implemented Interfaces:
Interceptor,RemoveInterceptor<FlashBuyCouponModel>
public class FlashBuyCouponCleanUpInterceptor extends java.lang.Object implements RemoveInterceptor<FlashBuyCouponModel>
Deletes the cronjob after removing a flash buy coupon
-
-
Constructor Summary
Constructors Constructor Description FlashBuyCouponCleanUpInterceptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected FlashBuyServicegetFlashBuyService()voidonRemove(FlashBuyCouponModel coupon, InterceptorContext ctx)Deletes the cronjob after removing a flash buy couponvoidsetFlashBuyService(FlashBuyService flashBuyService)
-
-
-
Method Detail
-
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
protected FlashBuyService getFlashBuyService()
-
setFlashBuyService
public void setFlashBuyService(FlashBuyService flashBuyService)
-
-