Uses of Class
de.hybris.platform.timedaccesspromotionengineservices.model.FlashBuyCouponModel
Packages that use FlashBuyCouponModel
Package
Description
Contains generated models for each type of de.hybris.platform.timedaccesspromotionengineservices.jalo package.
-
Uses of FlashBuyCouponModel in de.hybris.platform.timedaccesspromotionenginebackoffice.widgets
Methods in de.hybris.platform.timedaccesspromotionenginebackoffice.widgets that return types with arguments of type FlashBuyCouponModelModifier and TypeMethodDescriptionprotected Predicate<FlashBuyCouponModel>FlashBuyCouponEditorAreaLogicHandler.areCouponsDuplicated(FlashBuyCouponModel currentFlashBuyCoupon) Check if 2 flash-buy coupons' valid period are overlappingMethods in de.hybris.platform.timedaccesspromotionenginebackoffice.widgets with parameters of type FlashBuyCouponModelModifier and TypeMethodDescriptionprotected Predicate<FlashBuyCouponModel>FlashBuyCouponEditorAreaLogicHandler.areCouponsDuplicated(FlashBuyCouponModel currentFlashBuyCoupon) Check if 2 flash-buy coupons' valid period are overlappingprotected voidFlashBuyCouponEditorAreaLogicHandler.validateProduct(List<com.hybris.cockpitng.validation.model.ValidationInfo> validationInfos, PromotionSourceRuleModel promotionSourceRule, FlashBuyCouponModel currentFlashBuyCoupon) Verify product quantity and coupon overlapsprotected voidFlashBuyCouponEditorAreaLogicHandler.validatePromotionSourceRule(List<com.hybris.cockpitng.validation.model.ValidationInfo> validationInfos, PromotionSourceRuleModel promotionSourceRule, FlashBuyCouponModel currentFlashBuyCoupon) Check if the promotion is available for the flash-buy coupon.If available, then check product(s) quantity for the promotionprotected voidFlashBuyCouponEditorAreaLogicHandler.validateRuleConditions(List<com.hybris.cockpitng.validation.model.ValidationInfo> validationInfos, PromotionSourceRuleModel promotionSourceRule, FlashBuyCouponModel currentFlashBuyCoupon) -
Uses of FlashBuyCouponModel in de.hybris.platform.timedaccesspromotionengineservices
Methods in de.hybris.platform.timedaccesspromotionengineservices that return types with arguments of type FlashBuyCouponModelModifier and TypeMethodDescriptionFlashBuyService.getFlashBuyCouponByProduct(ProductModel product) Gets flash buy coupon by productFlashBuyService.getFlashBuyCouponByPromotionCode(String code) Gets flash buy coupon by promotion source ruleMethods in de.hybris.platform.timedaccesspromotionengineservices with parameters of type FlashBuyCouponModelModifier and TypeMethodDescriptionvoidFlashBuyService.createCronJobForFlashBuyCoupon(FlashBuyCouponModel coupon) Create or update cronjob for flash buy coupon to reset max order quantityvoidFlashBuyService.deleteCronJobAndTrigger(FlashBuyCouponModel coupon) Deletes cronjobs for setting and resetting max order quantity and triggered by flash buy couponvoidFlashBuyService.performFlashBuyCronJob(FlashBuyCouponModel coupon) Performs cronjob for flash buy directly -
Uses of FlashBuyCouponModel in de.hybris.platform.timedaccesspromotionengineservices.cart.hooks
Methods in de.hybris.platform.timedaccesspromotionengineservices.cart.hooks that return types with arguments of type FlashBuyCouponModelModifier and TypeMethodDescriptionprotected List<FlashBuyCouponModel>DefaultFlashBuyCartValidationHook.getFlashBuyCouponByAppliedCouponCodes(CartModel cart) protected List<FlashBuyCouponModel>DefaultFlashBuyCartValidationHook.getFlashBuyCouponByAppliedPromotions(CartModel cart) -
Uses of FlashBuyCouponModel in de.hybris.platform.timedaccesspromotionengineservices.daos
Methods in de.hybris.platform.timedaccesspromotionengineservices.daos that return types with arguments of type FlashBuyCouponModelModifier and TypeMethodDescriptionFlashBuyDao.findFlashBuyCouponByProduct(ProductModel product) Finds flash buy coupon by productFlashBuyDao.findFlashBuyCouponByPromotionCode(String promotionCode) Finds FlashBuyCoupon by given promotion code -
Uses of FlashBuyCouponModel in de.hybris.platform.timedaccesspromotionengineservices.daos.impl
Methods in de.hybris.platform.timedaccesspromotionengineservices.daos.impl that return types with arguments of type FlashBuyCouponModelModifier and TypeMethodDescriptionDefaultFlashBuyDao.findFlashBuyCouponByProduct(ProductModel product) DefaultFlashBuyDao.findFlashBuyCouponByPromotionCode(String promotionCode) -
Uses of FlashBuyCouponModel in de.hybris.platform.timedaccesspromotionengineservices.impl
Methods in de.hybris.platform.timedaccesspromotionengineservices.impl that return types with arguments of type FlashBuyCouponModelModifier and TypeMethodDescriptionDefaultFlashBuyService.getFlashBuyCouponByProduct(ProductModel product) DefaultFlashBuyService.getFlashBuyCouponByPromotionCode(String code) Methods in de.hybris.platform.timedaccesspromotionengineservices.impl with parameters of type FlashBuyCouponModelModifier and TypeMethodDescriptionvoidDefaultFlashBuyService.createCronJobForFlashBuyCoupon(FlashBuyCouponModel coupon) protected FlashBuyCronJobModelDefaultFlashBuyService.createFlashBuyCronJob(FlashBuyCouponModel coupon, ServicelayerJobModel job) protected voidDefaultFlashBuyService.createResetMaxQtyJobTrigger(FlashBuyCouponModel coupon, FlashBuyCronJobModel cronJob) protected voidDefaultFlashBuyService.createSetMaxQtyJobTrigger(FlashBuyCouponModel coupon, FlashBuyCronJobModel cronJob) voidDefaultFlashBuyService.deleteCronJobAndTrigger(FlashBuyCouponModel coupon) voidDefaultFlashBuyService.performFlashBuyCronJob(FlashBuyCouponModel coupon) -
Uses of FlashBuyCouponModel in de.hybris.platform.timedaccesspromotionengineservices.interceptor
Methods in de.hybris.platform.timedaccesspromotionengineservices.interceptor with parameters of type FlashBuyCouponModelModifier and TypeMethodDescriptionvoidFlashBuyCouponCleanUpInterceptor.onRemove(FlashBuyCouponModel coupon, InterceptorContext ctx) Deletes the cronjob after removing a flash buy coupon -
Uses of FlashBuyCouponModel in de.hybris.platform.timedaccesspromotionengineservices.model
Methods in de.hybris.platform.timedaccesspromotionengineservices.model that return FlashBuyCouponModelModifier and TypeMethodDescriptionFlashBuyCronJobModel.getFlashBuyCoupon()Generated method - Getter of theFlashBuyCronJob.flashBuyCouponattribute defined at extensiontimedaccesspromotionengineservices.Methods in de.hybris.platform.timedaccesspromotionengineservices.model with parameters of type FlashBuyCouponModelModifier and TypeMethodDescriptionvoidFlashBuyCronJobModel.setFlashBuyCoupon(FlashBuyCouponModel value) Generated method - Setter ofFlashBuyCronJob.flashBuyCouponattribute defined at extensiontimedaccesspromotionengineservices. -
Uses of FlashBuyCouponModel in de.hybris.platform.timedaccesspromotionengineservices.order.hooks
Methods in de.hybris.platform.timedaccesspromotionengineservices.order.hooks that return types with arguments of type FlashBuyCouponModelModifier and TypeMethodDescriptionprotected CouponRedemptionStrategy<FlashBuyCouponModel>DefaultFlashBuyCommercePlaceOrderMethodHook.getCouponRedemptionStrategy()Methods in de.hybris.platform.timedaccesspromotionengineservices.order.hooks with parameters of type FlashBuyCouponModelModifier and TypeMethodDescriptionprotected booleanDefaultFlashBuyCommercePlaceOrderMethodHook.isFlashBuyCouponCompleted(String code, FlashBuyCouponModel flashBuyCoupon) Method parameters in de.hybris.platform.timedaccesspromotionengineservices.order.hooks with type arguments of type FlashBuyCouponModelModifier and TypeMethodDescriptionvoidDefaultFlashBuyCommercePlaceOrderMethodHook.setCouponRedemptionStrategy(CouponRedemptionStrategy<FlashBuyCouponModel> couponRedemptionStrategy)